On 2010-06-14, [email protected] <[email protected]> wrote:
> Hello list,
>
> I'm looking to explicitly disable IPv6 on interfaces where it is 
> not used.  This includes link local addresses.
>
> However, this :
>
> # cat /etc/hostname.em0                                             
>                                          
> description "Some Port"
> media 1000baseT
> inet 172.16.176.166 255.255.255.252 NONE
> -inet6
> up

Please try this diff.

Index: netstart
===================================================================
RCS file: /cvs/src/etc/netstart,v
retrieving revision 1.129
diff -u -p -r1.129 netstart
--- netstart    12 Jan 2010 07:43:41 -0000      1.129
+++ netstart    14 Jun 2010 11:27:47 -0000
@@ -111,7 +111,7 @@ ifstart() {
                        dest)
                                cmd="$cmd $dtaddr"
                                ;;
-                       [a-z!]*)
+                       [a-z!-]*)
                                cmd2="$dt $dtaddr"
                                ;;
                        esac

Reply via email to