route(8) bugs
Hasso Tepper
hasso at estpak.ee
Thu Dec 4 12:52:46 PST 2008
$ sudo route add -net 172.16.10.1/32 192.168.1.1
add net 172.16.10.1: gateway 192.168.1.1
$ sudo route add -net 172.16.11.1/255.255.255.255 192.168.1.2
add net 172.16.11.1: gateway 192.168.1.2
$ sudo route add -net 172.16.12.1 192.168.1.3 255.255.255.255
add net 172.16.12.1: gateway 192.168.1.3
$ netstat -rn | grep 172.16
172.16.0.0/32 192.168.1.3 UGSc 0 0 ath0
172.16.10.1/32 192.168.1.1 UGSc 0 0 ath0
172.16.11.0/31 192.168.1.2 UGSc 0 0 ath0
$
It's not funny actually :).
--
Hasso Tepper
More information about the Bugs
mailing list