73cb9e836752b4bc1f57f792d67b3e2d61c86219
howto/OpenBGPD.md
... | ... | @@ -78,7 +78,7 @@ up |
78 | 78 | ```conf |
79 | 79 | pass in quick proto {icmp icmp6} max-pkt-rate 30/3 |
80 | 80 | dn42_self = <YOUR-ROUTER-DN42-IPv4> |
81 | -table <dn42etc> const {172.20/14 172.31/16 10/8 fd00::/8 fe80::/64} |
|
81 | +table <dn42etc> const {172.20/14 172.31/16 10/8 fd00::/8} |
|
82 | 82 | table <dn42peers> const {<PEER1-IPv4> fe80::/64} |
83 | 83 | pass in quick on egress proto udp to port 21234 |
84 | 84 | pass out quick on my_dn proto tcp to <dn42peers> port bgp !received-on any |