git: inet6: Make non-prefix and directly reachable inet6 routes work.

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Sat Oct 21 08:44:27 PDT 2017


commit b72db1d3321d7a80f4da3f727765bcc200f30278
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Sat Oct 21 15:31:40 2017 +0800

    inet6: Make non-prefix and directly reachable inet6 routes work.
    
    e.g. inet6 routes added w/ -interface:
    
    sysctl net.inet6.icmp6.nd6_onlink_ns_rfc4861=1
    ifconfig ix0 inet6 2003:db8::1
    route add -inet6 2003:db8:1::/64 -interface ix0
    
    NOTE: net.inet6.icmp6.nd6_onlink_ns_rfc4861 MUST be on.

Summary of changes:
 sys/netinet6/nd6.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b72db1d3321d7a80f4da3f727765bcc200f30278


-- 
DragonFly BSD source repository


More information about the Commits mailing list