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?
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to