Просмотр исходного кода

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 лет назад
Родитель
Сommit
689afa72c1
1 измененных файлов с 6 добавлено и 0 удалено
  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 %}
 	};
 }