summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
diff options
context:
space:
mode:
authorMaciej Żenczykowski <maze@google.com>2010-09-27 00:07:02 +0000
committerDavid S. Miller <davem@davemloft.net>2010-09-28 23:38:15 -0700
commitab79ad14a2d51e95f0ac3cef7cd116a57089ba82 (patch)
treebfe0887548935354c671103e9718965e208db652 /net/core/dev.c
parent4465b469008bc03b98a1b8df4e9ae501b6c69d4b (diff)
downloadop-kernel-dev-ab79ad14a2d51e95f0ac3cef7cd116a57089ba82.zip
op-kernel-dev-ab79ad14a2d51e95f0ac3cef7cd116a57089ba82.tar.gz
ipv6: Implement Any-IP support for IPv6.
AnyIP is the capability to receive packets and establish incoming connections on IPs we have not explicitly configured on the machine. An example use case is to configure a machine to accept all incoming traffic on eth0, and leave the policy of whether traffic for a given IP should be delivered to the machine up to the load balancer. Can be setup as follows: ip -6 rule from all iif eth0 lookup 200 ip -6 route add local default dev lo table 200 (in this case for all IPv6 addresses) Signed-off-by: Maciej Żenczykowski <maze@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/dev.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud