]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC: 1.67
authorjhay <jhay@FreeBSD.org>
Wed, 20 Sep 2006 19:10:18 +0000 (19:10 +0000)
committerjhay <jhay@FreeBSD.org>
Wed, 20 Sep 2006 19:10:18 +0000 (19:10 +0000)
commit9dbfd6e6ae53e1a785a909040011811bcabd1241
tree62818eabd6781042c06c2a21394b59abb4bd9403
parent1628fbfe0645e6caafeb4394116263267eeaeff8
MFC: 1.67
Make it possible to add an IPv6 host route to a host directly connected.

Use something like this:
route add -inet6 <dest_addr> <my_addr_on_that_interface> -interface -llinfo

This is usefull for wireless adhoc mesh networks.

Approved by: re (hrs)
sys/netinet6/nd6.c