Vincent Lefevre <vinc...@vinc17.net> writes: > What should happen if one has > > 192.134.164.161 via 192.168.1.1 dev eth0 src 192.168.1.13 metric 100 > 192.134.164.161 via 192.168.1.1 dev wlp0s20f3 src 192.168.1.14 metric 600 > > and "ip route del 192.134.164.161" is done?
Thanks. That is indeed interesting. The routes appear to be sorted in that order regardless of which order they are added, and the first one is deleted. Yes, it would be nice to have this documented. Let's hope the netdev gurus have an answer Bjørn