在 Linux 上的输出中route -n
,您会得到如下内容:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 10.0.0.1 0.0.0.0 UG 0 0 0 eth0
10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.169.254 0.0.0.0 255.255.255.255 UH 0 0 0 eth0
我知道这Genmask
指的是路由的网络掩码部分,但为什么它被称为“Genmask”而不是“网络掩码”,就像它在其他任何地方一样?这实际上是我见过“Genmask”的唯一地方。