++ clarify /22 wording

This commit is contained in:
Nico Schottelius 2020-02-10 19:45:02 +01:00
parent eef0d52948
commit 0ec9af4311
1 changed files with 3 additions and 2 deletions

View File

@ -51,10 +51,11 @@ default via inet6 fe80::21b:21ff:febb:6934 dev wlp0s20f3
Now to be able to actually transmit IPv4 packets, I do need a source
IPv4 address. In the current network I can use an address in the
unused 10.0.8.0/22 network:
unused 10.0.8.0/22 network, however I'll add it with a /32 mask to
make it clear that there is no interface local route applied:
```
ip addr add 10.0.8.42/32 dev wlp0s20f3
[root@diamond ~]# ip addr add 10.0.8.42/32 dev wlp0s20f3
[root@diamond ~]# ip r
default via inet6 fe80::21b:21ff:febb:6934 dev wlp0s20f3
[root@diamond ~]# ip a sh dev wlp0s20f3