BBlack has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/392746 )

Change subject: bird: add local source IP for BGP+BFD
......................................................................

bird: add local source IP for BGP+BFD

Change-Id: Ifdcfec75dbfca2ac199856ce860e7c8d1834d745
---
M modules/bird/templates/bird_anycast.conf.erb
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/46/392746/1

diff --git a/modules/bird/templates/bird_anycast.conf.erb 
b/modules/bird/templates/bird_anycast.conf.erb
index 57c68bc..0ce3d51 100644
--- a/modules/bird/templates/bird_anycast.conf.erb
+++ b/modules/bird/templates/bird_anycast.conf.erb
@@ -35,7 +35,7 @@
     import none;
     multihop 2;
     export filter vips_filter;
-    local as 64605;
+    local <%= @routerid %> as 64605;
     neighbor <%= neighbor %> as 14907;
     <%- if @bfd -%>
     bfd yes;

-- 
To view, visit https://gerrit.wikimedia.org/r/392746
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifdcfec75dbfca2ac199856ce860e7c8d1834d745
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BBlack <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to