commit | b3c3106ce3f4646a008cd238b16f899ae14fd2a7 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <aduyck@mirantis.com> | Wed Feb 24 09:29:57 2016 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 24 13:58:05 2016 -0500 |
tree | 25b4f1cd39fd98817c1cee315e51baae5b4a5930 | |
parent | 224516b3a798a0563346748744f8cd19feaf09be [diff] |
flow_dissector: Use same pointer for IPv4 and IPv6 addresses The IPv6 parsing was using a local pointer when it could use the same pointer as the IPv4 portion of the code since the key_addrs can support both IPv4 and IPv6 as it is just a pointer. Signed-off-by: Alexander Duyck <aduyck@mirantis.com> Acked-by: Tom Herbert <tom@herbertland.com> Signed-off-by: David S. Miller <davem@davemloft.net>