Bug#515193: /etc/network/if-up.d/tspc operates on loopback device

2009-02-14 Thread Kanru Chen
Thanks for your reporting, I will see about it soon.

regards,
Kanru 


pgpWWAlx7M0dy.pgp
Description: PGP signature


Bug#515193: /etc/network/if-up.d/tspc operates on loopback device

2009-02-14 Thread Michael Prokop
Package: tspc
Version: 2.1.1-8
Severity: important


# ifdown lo
# ifup lo
Restarting IPv6 tunnel: tspc.


I guess this behaviour is something users don't expect.
Please consider using something like:

if [ "$METHOD" != loopback ]; then
   invoke-rc.d tspc restart
fi

in /etc/network/if-up.d/tspc.

And please provide a method to disable startup of tspc and select
devices tspc should operate on providing a separate configuration
file like /etc/default/tspc.

regards,
-mika-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org