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

Merge branch 'fix/bgp_authentication' into 'develop'

remove auth key from P-ONLY groups

See merge request !134
parents e7ade242 91c4760f
No related branches found
No related tags found
1 merge request!134remove auth key from P-ONLY groups
Pipeline #86436 passed
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
</local-as> </local-as>
<group alu:operation="replace"> <group alu:operation="replace">
<group-name>iGEANT-P-ONLY</group-name> <group-name>iGEANT-P-ONLY</group-name>
<authentication-key>aX1kndQNDTAHyJttsnoyKVBRm1bxaCpuK+c= hash2</authentication-key>
<admin-state>enable</admin-state> <admin-state>enable</admin-state>
<next-hop-self>true</next-hop-self> <next-hop-self>true</next-hop-self>
<type>internal</type> <type>internal</type>
...@@ -20,7 +19,6 @@ ...@@ -20,7 +19,6 @@
</group> </group>
<group alu:operation="replace"> <group alu:operation="replace">
<group-name>iGEANT6-P-ONLY</group-name> <group-name>iGEANT6-P-ONLY</group-name>
<authentication-key>aX1kndQNDTAHyJttsnoyKQiLcy8euS8do68= hash2</authentication-key>
<next-hop-self>true</next-hop-self> <next-hop-self>true</next-hop-self>
<type>internal</type> <type>internal</type>
<peer-as>{{ geant_re_as_number }}</peer-as> <peer-as>{{ geant_re_as_number }}</peer-as>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment