]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: frags: Add VRF device index to cache and lookup
authorDavid Ahern <dsa@cumulusnetworks.com>
Thu, 13 Aug 2015 20:59:09 +0000 (14:59 -0600)
committerDavid S. Miller <davem@davemloft.net>
Fri, 14 Aug 2015 05:43:21 +0000 (22:43 -0700)
commit9972f134a273d6dc52d912a3513fa06b426de9b4
tree53f3b2de022f6169c37ea66564fc6b1318ae1fe2
parentf7ba868b71bc858cf06de11fc8150c4552cfad81
net: frags: Add VRF device index to cache and lookup

Fragmentation cache uses information from the IP header to reassemble
packets. That information can be duplicated across VRFs -- same source
and destination addresses, protocol and id. Handle fragmentation with
VRFs by adding the VRF device index to entries in the cache and the
lookup arg.

Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_fragment.c