[Bug 90681] Re: resolv.conf overwritten using VPN/PPP etc...

Martin Pitt martin.pitt at ubuntu.com
Mon Nov 10 08:49:10 GMT 2008


Thanks, Philip! Two questions:

 - It looks like this patch would stop renewing leases for *all*
interfaces if *any* interface is using a VPN.

 - This looks very complicated to me:

       [ -n "( ifconfig -s | awk ' ( $1 ~ /^(tun|cipsec)/ ) {print $1}'
)"]

   I'm no awk guru, but isn't that the same as

       ifconfig -s | egrep -q '^(tun|cipsec'
   ?

-- 
resolv.conf overwritten using VPN/PPP etc...
https://bugs.launchpad.net/bugs/90681
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.



More information about the Ubuntu-server-bugs mailing list