Hi,

Is it expected that "ip route flush dev" flushes all routes and not just
those for the specified dev ?

This is busybox 1.18.2 btw.


# ip route
10.99.0.0/17 dev eth0  src 10.99.119.200  metric 202 
169.254.0.0/16 dev vlan1234  src 169.254.131.219  metric 211 
127.0.0.0/8 dev lo 
default via 10.99.99.1 dev eth0  metric 202 
# ip route flush dev vlan1234
# ip route
# 


I also lose all the routes if I try "ip route flush dev lo" so I don't
think the use of a vlan in the example is significant.  Am I missing
something really simple ?


-- 
        Bob Dunlop
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to