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

Dimitry Andric dim at FreeBSD.org
Thu Oct 25 11:37:44 UTC 2012


On 2012-10-25 10:37, Brian Somers wrote:
...
> URL: http://svn.freebsd.org/changeset/base/242074
>
> Log:
>    Enable "accept_rtadvd" on interfaces running rtadvd.
...
> +	for iface in ${command_args}; do
> +		ifconfig ${iface} inet6 -accept_rtadv
> +	done

The commit message says it enables accept_rtadv, the code actually
disables it.  Which is correct?  I assume the latter?


More information about the svn-src-head mailing list