我想知道名为“link-local”的路由表条目的用途是什么。
root# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.178.0 * 255.255.255.0 U 1 0 0 eth0
link-local * 255.255.0.0 U 1000 0 0 eth0
default fritz.box 0.0.0.0 UG 0 0 0 eth0
当我使用 -n 打印路由表时,我得到:
root# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.178.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth0
0.0.0.0 192.168.178.1 0.0.0.0 UG 0 0 0 eth0
因此,link-local 似乎指的是 169.254.0.0。它有什么用途?我从未配置过这样的路由,在我的 fritz.box 路由器中也找不到这样的条目。