Skip to content
Snippets Groups Projects
Commit b169f6db authored by David S. Miller's avatar David S. Miller
Browse files

netfilter: ip6table_mangle: Fix set-but-unused variables.


The variable 'flowlabel' is set but unused in ip6t_mangle_out().

The intention here was to compare this key to the header value after
mangling, and trigger a route lookup on mismatch.

Make it so.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f3c85dd5
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment