Browse Source

bird: White space cleanup.

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm 4 years ago
parent
commit
74debafd28
3 changed files with 6 additions and 6 deletions
  1. 2 2
      bird/IGP.conf
  2. 2 2
      bird/VRF_external.conf
  3. 2 2
      bird/bogon_unreach.conf

+ 2 - 2
bird/IGP.conf

@@ -15,7 +15,7 @@ protocol direct lo_v6 {
 }
 {%- endif %}
 
-protocol ospf IGP {	
+protocol ospf IGP {
 	import all;
 {%- if proto == 'v4' %}
   {%- if grains['id'].startswith ('cr') %}
@@ -73,7 +73,7 @@ protocol ospf IGP {
   {%- set desc = salt['pillar.get']('nodes:' ~ grains['id'] ~ ':ifaces:' ~ iface ~ ':desc', "") %}
 
 		# {{ desc }}
-	  	interface "{{ iface }}" {
+		interface "{{ iface }}" {
     {%- if 'desc' in config %}
 			# {{ config.get ('desc') }}
     {%- endif %}

+ 2 - 2
bird/VRF_external.conf

@@ -37,9 +37,9 @@ protocol static bogon_unreach_ext {
   {%- if proto == 'v4' %}
 	route 0.0.0.0/8		unreachable;	# Host-Subnet
 	route 10.0.0.0/8	unreachable;	# RFC 1918
-	route 100.64.0.0/10 	unreachable;	# RFC 6598
+	route 100.64.0.0/10	unreachable;	# RFC 6598
 	route 169.254.0.0/16	unreachable;	# APIPA
-	route 172.16.0.0/12 	unreachable;	# RFC 1918
+	route 172.16.0.0/12	unreachable;	# RFC 1918
 	route 192.0.0.0/24	unreachable;	# IANA RESERVED
 	route 192.0.2.0/24	unreachable;	# TEST-NET-1
 	route 192.168.0.0/16	unreachable;	# RFC 1918

+ 2 - 2
bird/bogon_unreach.conf

@@ -5,9 +5,9 @@ protocol static bogon_unreach {
 	# RFC1918, RFC 6598, APIPA, TEST nets, and stuff
 	route 0.0.0.0/8		unreachable;	# Host-Subnet
 	route 10.0.0.0/8	unreachable;	# RFC 1918
-	route 100.64.0.0/10 	unreachable;	# RFC 6598
+	route 100.64.0.0/10	unreachable;	# RFC 6598
 	route 169.254.0.0/16	unreachable;	# APIPA
-	route 172.16.0.0/12 	unreachable;	# RFC 1918
+	route 172.16.0.0/12	unreachable;	# RFC 1918
 	route 192.0.0.0/24	unreachable;	# IANA RESERVED
 	route 192.0.2.0/24	unreachable;	# TEST-NET-1
 	route 192.168.0.0/16	unreachable;	# RFC 1918