Home
last modified time | relevance | path

Searched hist:"4 dc27d1cf3b3027b9ce654221c559e88b2f41b33" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/ipv6/
H A Droute.cdiff 4dc27d1cf3b3027b9ce654221c559e88b2f41b33 Mon Jun 25 10:42:26 CDT 2012 David McCullough <david_mccullough@mcafee.com> net/ipv6/route.c: packets originating on device match lo

Fix to allow IPv6 packets originating locally to match rules with the "iff"
set to "lo". This allows IPv6 rule matching work the same as it does for
IPv4. From the iproute2 man page:

iif NAME
select the incoming device to match. If the interface is loop‐
back, the rule only matches packets originating from this host.
This means that you may create separate routing tables for for‐
warded and local packets and, hence, completely segregate them.

Signed-off-by: David McCullough <david_mccullough@mcafee.com>
Signed-off-by: David S. Miller <davem@davemloft.net>