diff --git a/bgp4.conf b/bgp4.conf index 917bb5f..e44a358 100644 --- a/bgp4.conf +++ b/bgp4.conf @@ -23,7 +23,7 @@ template bgp iBGP_Peer { # export where iBGP_export_peer_policy(); import all; export all; - source address OWNIP; + source address OWNIP_IBGP; next hop self; } diff --git a/local4-template.conf b/local4-template.conf index 630c96f..7f40b8c 100644 --- a/local4-template.conf +++ b/local4-template.conf @@ -2,4 +2,5 @@ router id ; define OWNAS = 4242423934; define OWNIP = ; +define OWNIP_IBGP = ; define DN42_REGION = 41;