Browse Source

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 5 years ago
parent
commit
689afa72c1
1 changed files with 6 additions and 0 deletions
  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 %}
 	};
 }