cvs commit: src/sys/netinet6 nd6.c nd6.h nd6_rtr.c src/usr.sbin/ndp ndp.8 ndp.c

Hajimu UMEMOTO ume at FreeBSD.org
Tue Aug 12 09:27:58 PDT 2003


ume         2003/08/12 09:27:57 PDT

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    sys/netinet6         nd6.c nd6.h nd6_rtr.c 
    usr.sbin/ndp         ndp.8 ndp.c 
  Log:
  MFC: introduced a flag bit "ND6_IFF_ACCEPT_RTADV" in the nd_ifinfo
  structure to control whether to accept RAs per-interface basis.
  the new stuff ensures the backward compatibility;
  - the kernel does not accept RAs on any interfaces by default.
  - since the default value of the flag bit is on, the kernel accepts
    RAs on all interfaces when net.inet6.ip6.accept_rtadv is 1.
  
          sys/netinet6/nd6.c:     1.25
          sys/netinet6/nd6.h:     1.11
          sys/netinet6/nd6_rtr.c: 1.16
          usr.sbin/ndp/ndp.8:     1.10
          usr.sbin/ndp/ndp.c:     1.9
  
  Revision  Changes    Path
  1.2.2.16  +6 -1      src/sys/netinet6/nd6.c
  1.2.2.6   +1 -0      src/sys/netinet6/nd6.h
  1.2.2.6   +7 -0      src/sys/netinet6/nd6_rtr.c
  1.1.2.8   +11 -0     src/usr.sbin/ndp/ndp.8
  1.2.2.6   +11 -4     src/usr.sbin/ndp/ndp.c


More information about the cvs-src mailing list