commit | 9972f134a273d6dc52d912a3513fa06b426de9b4 | [log] [tgz] |
---|---|---|
author | David Ahern <dsa@cumulusnetworks.com> | Thu Aug 13 14:59:09 2015 -0600 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 13 22:43:21 2015 -0700 |
tree | 53f3b2de022f6169c37ea66564fc6b1318ae1fe2 | |
parent | f7ba868b71bc858cf06de11fc8150c4552cfad81 [diff] |
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>