Date: Thu, 25 Oct 2012 21:00:07 +0900 (JST) From: Hiroki Sato <hrs@FreeBSD.org> To: brian@FreeBSD.org, dim@FreeBSD.org Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r242074 - head/etc/rc.d Message-ID: <20121025.210007.176692667026768547.hrs@allbsd.org> In-Reply-To: <50892486.9030201@FreeBSD.org> References: <201210250837.q9P8b9ur012402@svn.freebsd.org> <50892486.9030201@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
----Security_Multipart(Thu_Oct_25_21_00_07_2012_413)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Dimitry Andric <dim@FreeBSD.org> wrote in <50892486.9030201@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 ----Security_Multipart(Thu_Oct_25_21_00_07_2012_413)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iEYEABECAAYFAlCJKccACgkQTyzT2CeTzy3P6ACeKiWOJCnIyc+vXDYQvkC86VzC s2IAn0SNa5Whc3gLPsKi4MAnmxFwe8Sg =RltO -----END PGP SIGNATURE----- ----Security_Multipart(Thu_Oct_25_21_00_07_2012_413)----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121025.210007.176692667026768547.hrs>