Update peering.md
This commit is contained in:
parent
c171d9eb63
commit
7f2e9c8e41
|
@ -114,8 +114,8 @@ You will want to add the following lines to your `/etc/babeld.conf`:
|
||||||
# Redistribute all CRXN (10/8) routes
|
# Redistribute all CRXN (10/8) routes
|
||||||
redistribute ip 10.0.0.0/8 ge 8
|
redistribute ip 10.0.0.0/8 ge 8
|
||||||
|
|
||||||
# Redistribute all CRXN (IPv6 - fd00/8)
|
# Redistribute all CRXN (IPv6 - fd8a:6111:3b1a::/48)
|
||||||
redistribute ip fd00::/8 ge 8
|
redistribute ip fd8a:6111:3b1a::/48 ge 48
|
||||||
```
|
```
|
||||||
|
|
||||||
This will redistribute routes from your kernel's routing table that match the subnets described (CRXN IPv4 `10/8` and IPv6 `fd00::/8`) into babel's internal routing table which will then be exported to neighbouring babel routers. Babel will learn any routes that are distributed into it (**TODO**: We could filter here too, with `in`).
|
This will redistribute routes from your kernel's routing table that match the subnets described (CRXN IPv4 `10/8` and IPv6 `fd00::/8`) into babel's internal routing table which will then be exported to neighbouring babel routers. Babel will learn any routes that are distributed into it (**TODO**: We could filter here too, with `in`).
|
||||||
|
|
Loading…
Reference in New Issue