mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 18:18:26 +00:00
fix(frr): peering
This commit is contained in:
@@ -33,9 +33,11 @@ spec:
|
||||
serviceSelector: *all
|
||||
neighbors:
|
||||
- &nodes
|
||||
peerAddress: "${IP_ROUTER_VLAN_K8S_PREFIX}1/32"
|
||||
peerAddress: "127.0.0.1/32"
|
||||
peerASN: ${ASN_CLUSTER_NODES}
|
||||
peerPort: 61790
|
||||
- <<: *nodes
|
||||
peerAddress: "${IP_ROUTER_VLAN_K8S_PREFIX}1/32"
|
||||
- <<: *nodes
|
||||
peerAddress: "${IP_ROUTER_VLAN_K8S_PREFIX}2/32"
|
||||
- <<: *nodes
|
||||
|
||||
@@ -78,9 +78,11 @@ spec:
|
||||
bgp ebgp-requires-policy
|
||||
bgp graceful-restart
|
||||
bgp default ipv4-unicast
|
||||
bgp allow-martian-nexthop
|
||||
neighbor cilium peer-group
|
||||
neighbor cilium remote-as ${ASN_CLUSTER_NODES}
|
||||
neighbor cilium port 179
|
||||
neighbor 127.0.0.1 peer-group cilium
|
||||
neighbor ${IP_ROUTER_VLAN_K8S_PREFIX}1 peer-group cilium
|
||||
neighbor ${IP_ROUTER_VLAN_K8S_PREFIX}2 peer-group cilium
|
||||
neighbor ${IP_ROUTER_VLAN_K8S_PREFIX}3 peer-group cilium
|
||||
|
||||
Reference in New Issue
Block a user