docs: fix order of routing commands

This commit is contained in:
Luca 2024-12-31 00:36:45 +01:00
parent 7dd16c673a
commit 37f3252715
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@ Do not expect to get an ICMPv6 Echo Reply, as only the receiver is implemented :
```
ip a add 2001:db8::ffff:ffff:0:2/64 dev eth0
ip neigh add 2001:db8::ffff:ffff:0:1 lladdr 02:00:00:00:00:00 dev eth0
ip r del 2001:db8::/64 dev eth0
ip r add 2001:db8::/64 via 2001:db8::ffff:ffff:0:1 dev eth0
ip r del 2001:db8::/64 dev eth0
```