On 2011-03-07T17:17:10+0000, Brian Burch <br...@pingtoo.com> wrote:
> --- original//ifupdown.nw       2011-03-05 20:01:09.000000000 +0000
> +++ briansPatch//ifupdown.nw    2011-03-05 20:02:29.000000000 +0000
> @@ -3887,11 +3887,13 @@
>      This method may be used to define the IPv4 loopback interface.
>  
>    up
> -    ifconfig %iface% 127.0.0.1 up
> +    ifconfig %iface%   127.0.0.1 up
> +    ifconfig %iface%:0 127.0.0.1 up
>      route add -net 127.0.0.0       if ( mylinuxver() < mylinux(2,1,100) )
>  
>    down
> -    ifconfig %iface% down
> +    ifconfig %iface%:0 down
> +    ifconfig %iface%   down
>  @ 
>  
>  <<inet methods>>=

Shouldn't one of those addresses be 127.0.1.1?

-- 
Kenyon Ralph

Attachment: signature.asc
Description: Digital signature

Reply via email to