ip route flush filtering

2011-02-07 Thread Bob Dunlop
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 1

Re: ip route flush filtering

2011-02-08 Thread Denys Vlasenko
On Monday 07 February 2011 13:57, Bob Dunlop wrote: > 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 vl