Преглед изворни кода

bird: Remove veth int/ext hack

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm пре 9 месеци
родитељ
комит
50a02bbf01
1 измењених фајлова са 0 додато и 7 уклоњено
  1. 0 7
      bird/IGP.conf

+ 0 - 7
bird/IGP.conf

@@ -114,13 +114,6 @@ protocol ospf IGP {
 		};
 {% endfor %}
 
-{%- if 'veth_int2ext' in node_config.get ('ifaces', {}) %}
-		# Learn transfer prefix to external VRF for BGP recursive lookup.
-		interface "veth_int2ext" {
-			stub yes;
-		};
-{%- endif %}
-
 {%- if 'ops-vpn' in roles %}
 		interface "tun-ops" {
 			stub yes;