[root@rhel7-5 lkundrak]# sh -x lal + ip link add dev0 type dummy + ip link set dev0 up + ip link add dev1 type dummy + ip link set dev1 up + ip addr add 2001:db8:8086::2/64 dev dev0 + ip route add 2001:db8:8086::/48 dev dev0 proto static metric 20 + ip route add 2001:db8:8088::/48 dev dev1 proto static metric 10 + ip route replace 2001:db8:8086::/48 dev dev1 proto static metric 20 + ip link del dev0 type dummy Message from syslogd@rhel7-5 at Jan 23 10:54:41 ... kernel:unregister_netdevice: waiting for dev0 to become free. Usage count = 2 Message from syslogd@rhel7-5 at Jan 23 10:54:51 ... kernel:unregister_netdevice: waiting for dev0 to become free. Usage count = 2
Addressed in patch: http://patchwork.ozlabs.org/patch/432749/