cvs commit: src/sys/netinet6 nd6.c

John Hay jhay at FreeBSD.org
Wed Sep 20 12:10:26 PDT 2006


jhay        2006-09-20 19:10:18 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/netinet6         nd6.c 
  Log:
  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)
  
  Revision   Changes    Path
  1.48.2.14  +2 -0      src/sys/netinet6/nd6.c


More information about the cvs-src mailing list