Skip to content
Snippets Groups Projects
Commit 227888db authored by Eric Guppy's avatar Eric Guppy
Browse files

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

Update bgp.j2   eg-added ipv4 and ipv6 to p-only groups, as when using Nokia PE routers, these do not add a transport mpls label for the global table, unlike Junos. Checked with Nomios & Nokia we need this.
parent 99b3303f
No related branches found
No related tags found
1 merge request!154Update bgp.j2 eg-added ipv4 and ipv6 to p-only groups, as when using Nokia...
Pipeline #87596 passed
...@@ -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#}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment