Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Aug 2003 07:57:11 -0700 (PDT)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet6 nd6.c nd6.h nd6_rtr.c src/usr.sbin/ndp ndp.8 ndp.c
Message-ID:  <200308051457.h75EvC1C034105@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ume         2003/08/05 07:57:11 PDT

  FreeBSD src repository

  Modified files:
    sys/netinet6         nd6.c nd6.h nd6_rtr.c 
    usr.sbin/ndp         ndp.8 ndp.c 
  Log:
  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.
  
  Obtained from:  KAME
  MFC after:      1 week
  
  Revision  Changes    Path
  1.25      +6 -1      src/sys/netinet6/nd6.c
  1.11      +1 -0      src/sys/netinet6/nd6.h
  1.16      +7 -0      src/sys/netinet6/nd6_rtr.c
  1.10      +11 -0     src/usr.sbin/ndp/ndp.8
  1.9       +10 -3     src/usr.sbin/ndp/ndp.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308051457.h75EvC1C034105>