svn commit: r242074 - head/etc/rc.d

Hiroki Sato hrs at FreeBSD.org
Thu Oct 25 12:01:04 UTC 2012


Dimitry Andric <dim at FreeBSD.org> wrote
  in <50892486.9030201 at FreeBSD.org>:

di> On 2012-10-25 10:37, Brian Somers wrote:
di> ...
di> > URL: http://svn.freebsd.org/changeset/base/242074
di> >
di> > Log:
di> >    Enable "accept_rtadvd" on interfaces running rtadvd.
di> ...
di> > +	for iface in ${command_args}; do
di> > +		ifconfig ${iface} inet6 -accept_rtadv
di> > +	done
di>
di> The commit message says it enables accept_rtadv, the code actually
di> disables it.  Which is correct?  I assume the latter?

 Enabling accept_rtadv should prevent rtadvd from sending RAs on the
 interface, so disabling it is a necessary step if one wants to send
 RAs.

 However, accept_rtadv is off by default in the current rc.d
 framework.  Why forcibly disabling it is needed?

-- Hiroki
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20121025/1a924823/attachment.sig>


More information about the svn-src-all mailing list