Actions
Bug #1172
closedroute(8) bugs
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
$ 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 :).
Actions