Skip to content
Snippets Groups Projects

Update bgp.j2 eg-added ipv4 and ipv6 to p-only groups, as when using Nokia...

Closed Eric Guppy requested to merge Add-ipv4-ipv6-add-fam-in-p-only into develop
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -15,6 +15,7 @@
@@ -15,6 +15,7 @@
<local-address>{{ lo_ipv4_address }}</local-address>
<local-address>{{ lo_ipv4_address }}</local-address>
<family>
<family>
<mcast-ipv4>true</mcast-ipv4>
<mcast-ipv4>true</mcast-ipv4>
 
<ipv4>true</ipv4>
</family>
</family>
</group>
</group>
<group alu:operation="replace">
<group alu:operation="replace">
@@ -26,6 +27,7 @@
@@ -26,6 +27,7 @@
<local-address>{{ lo_ipv6_address }}</local-address>
<local-address>{{ lo_ipv6_address }}</local-address>
<family>
<family>
<mcast-ipv6>true</mcast-ipv6>
<mcast-ipv6>true</mcast-ipv6>
 
<ipv6>true</ipv6>
</family>
</family>
</group>
</group>
{# Here goes the neighbors#}
{# Here goes the neighbors#}
Loading