Update hessnet_home peer address
This commit is contained in:
parent
d37e483dc3
commit
d49d45d3f6
|
@ -17,7 +17,7 @@ bgp_peers:
|
||||||
- name: "hessnet_home"
|
- name: "hessnet_home"
|
||||||
template: "ibgp_hessnet"
|
template: "ibgp_hessnet"
|
||||||
peer_asn: "209616"
|
peer_asn: "209616"
|
||||||
neighbor_ip: "2001:678:15c:a00::1"
|
neighbor_ip: "2001:678:15c:c00::"
|
||||||
filters:
|
filters:
|
||||||
import: "{ accept; }"
|
import: "{ accept; }"
|
||||||
export: "{ if is_own_route() then reject; accept; }"
|
export: "{ if is_own_route() then reject; accept; }"
|
||||||
|
|
Loading…
Reference in a new issue