Explorar o código

bird: Hacky hack to include OPS-VPN on cr01.

  Nicer solution to be engineered eventually.

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm %!s(int64=5) %!d(string=hai) anos
pai
achega
689afa72c1
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      bird/IGP.conf

+ 6 - 0
bird/IGP.conf

@@ -125,5 +125,11 @@ protocol ospf IGP {
 			stub yes;
 		};
 {%- endif %}
+
+{%- if grains['id'].startswith ('cr01') %}
+		interface "tun-ops" {
+			stub yes;
+		};
+{%- endif %}
 	};
 }