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 tags found
1 merge request!154Update bgp.j2 eg-added ipv4 and ipv6 to p-only groups, as when using Nokia...
Pipeline #87596 passed with stage
in 42 seconds
......@@ -15,6 +15,7 @@
<local-address>{{ lo_ipv4_address }}</local-address>
<family>
<mcast-ipv4>true</mcast-ipv4>
<ipv4>true</ipv4>
</family>
</group>
<group alu:operation="replace">
......@@ -26,6 +27,7 @@
<local-address>{{ lo_ipv6_address }}</local-address>
<family>
<mcast-ipv6>true</mcast-ipv6>
<ipv6>true</ipv6>
</family>
</group>
{# Here goes the neighbors#}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment