|
|
我用route del命令删除掉一条路由后,用route命令显示那条路由确实是删除了,但查看/proc/net/route文件时发现那条路由还存在,请问这是怎么回事情?
- root:/var/log> route
- Kernel IP routing table
- Destination Gateway Genmask Flags Metric Ref Use Iface
- default 172.16.65.1 0.0.0.0 UG 0 0 0 eth0
- root:/var/log> cat /proc/net/route
- Iface Destination Gateway Flags RefCnt Use Metric Mask M
- TU Window IRTT
- eth0 004110AC 00000000 0000 0 0 0 00FFFFFF
- 0 0 0
- eth0 00000000 014110AC 0003 0 0 0 00000000
- 0 0 0
- root:/var/log>
复制代码 |
|