This patch as it stands introduces a regression:

[ Test Case ]

ip netns add netns_old
ip link add name if_old type veth peer name if_old_peer
ip link set dev if_old_peer netns netns_old
ip netns exec netns_old bash

< upgrade package >

ip netns add netns_one
ip link add name if_one type veth peer name if_one_peer
ip link set dev if_one_peer netns netns_one
ip netns exec netns_one bash

ip netns exec netns_old bash

--
Here we get "seting the network namespace failed: Invalid argument"

If we don't upgrade the package it works, so its modifying something.

I also tested this with a no-change package from 1ubuntu2 and the above
works.


** Tags removed: verification-done
** Tags added: verification-failed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238981

Title:
  iproute - Cannot remove /var/run/netns/namespace: Device or resource
  busy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iproute/+bug/1238981/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to