git: kernel - IPV6 subnet routing / proxy ND6 (bridge support)
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Sep 4 14:01:06 PDT 2013
commit a3d0e4989603f4c1b2637b90c8d3bbbbac623163
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Sep 4 13:59:14 2013 -0700
kernel - IPV6 subnet routing / proxy ND6 (bridge support)
* Support IPV6 subnet routing and proxy ND6 through bridged interfaces.
Essentially all the members of the bridge have to be treated as the
bridge itself for comparison and MAC address handling.
* Prevents the nd6 proxy code from treating two interfaces which are part
of the same bridge as being different, which would trigger an improper
proxy ND6.
Summary of changes:
sys/netinet6/nd6_nbr.c | 47 +++++++++++++++++++++++++++++++++++------------
1 file changed, 35 insertions(+), 12 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a3d0e4989603f4c1b2637b90c8d3bbbbac623163
--
DragonFly BSD source repository
More information about the Commits
mailing list