++icmp route
This commit is contained in:
parent
f38688a4aa
commit
74df18d145
1 changed files with 10 additions and 0 deletions
|
@ -161,6 +161,16 @@ Table master6:
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Which results into the following kernel route:
|
||||||
|
|
||||||
|
```
|
||||||
|
2a0a:e5c0:13:e2::/108 proto bird metric 32
|
||||||
|
nexthop via 2a0a:e5c0:13:0:224:81ff:fee0:db7a dev eth0 weight 1
|
||||||
|
nexthop via 2a0a:e5c0:13:0:225:b3ff:fe20:3554 dev eth0 weight 1
|
||||||
|
nexthop via 2a0a:e5c0:13:0:225:b3ff:fe20:3564 dev eth0 weight 1
|
||||||
|
nexthop via 2a0a:e5c0:13:0:225:b3ff:fe20:38cc dev eth0 weight 1 pref medium
|
||||||
|
```
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
We know, a TL;DR at the end is not the right thing to do, but hey, we
|
We know, a TL;DR at the end is not the right thing to do, but hey, we
|
||||||
|
|
Loading…
Reference in a new issue