The range of 0.0.0.0/7
is 0.0.0.0 - 1.255.255.255
.
The range of 1.0.0.0/8
is 1.0.0.0 - 1.255.255.255
.
AFAIK, 0.0.0.0/8
(0.0.0.0 - 0.255.255.255
) is not usable. So, do these represent the same range practically?
ip route add 0.0.0.0/7 dev eth1 # 1
ip route add 1.0.0.0/8 dev eth1 # 2
Is the effect the same?