~$ route
Tabella di routing IP del kernel
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.2.0     *               255.255.255.0   U     1      0        0 eth0
link-local      *               255.255.0.0     U     1000   0        0 eth0
default         pp.lan          0.0.0.0         UG    0      0        0 eth0
~$ sudo ifdown eth0
ifdown: interface eth0 not configured
~$ sudo ifup eth0
Ignoring unknown interface eth0=eth0.
~$ route
Tabella di routing IP del kernel
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.2.0     *               255.255.255.0   U     1      0        0 eth0
link-local      *               255.255.0.0     U     1000   0        0 eth0
default         pp.lan          0.0.0.0         UG    0      0        0 eth0


** Changed in: linux (Ubuntu)
       Status: Incomplete => Confirmed

** Changed in: ifupdown (Ubuntu)
       Status: New => Confirmed

-- 
ifdown does not down the interface
https://bugs.launchpad.net/bugs/354627
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to