=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/netstart,v retrieving revision 1.143 retrieving revision 1.144 diff -c -r1.143 -r1.144 *** src/etc/netstart 2014/09/28 12:58:02 1.143 --- src/etc/netstart 2014/12/03 19:55:49 1.144 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: netstart,v 1.143 2014/09/28 12:58:02 claudio Exp $ # Strip comments (and leading/trailing whitespace if IFS is set) # from a file and spew to stdout --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: netstart,v 1.144 2014/12/03 19:55:49 florian Exp $ # Strip comments (and leading/trailing whitespace if IFS is set) # from a file and spew to stdout *************** *** 245,251 **** fw=`sysctl -n net.inet6.ip6.forwarding` if [ "x$fw" = "x0" ]; then echo "IPv6 autoconf:$rtsolif" ! rtsol $rtsolif else echo "IPv6 autoconf not supported while IPv6 forwarding is enabled" fi --- 245,251 ---- fw=`sysctl -n net.inet6.ip6.forwarding` if [ "x$fw" = "x0" ]; then echo "IPv6 autoconf:$rtsolif" ! ifconfig $rtsolif inet6 autoconf else echo "IPv6 autoconf not supported while IPv6 forwarding is enabled" fi