[7.450][BUG][NOTABUG] route output

Hi Friends !

route -n doesnt show gw some /on linux it was showing 10.242.x.x network as a gateway as i was not connected with pptp on linux (some time back even on windows)




route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
10.242.2.2      0.0.0.0         255.255.255.255 UH    0      0        0 tun0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 eth1
192.168.2.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
192.168.2.208   0.0.0.0         255.255.255.240 U     0      0        0 eth0
ace75:/home/login # 


Thanks