Parcourir la source

ospf: Add absolight OOB range

Sebastien Badia il y a 9 ans
Parent
commit
4cfcc361e1

+ 1 - 1
etc/local/bird/bird/filters.conf

@@ -79,7 +79,7 @@ function is_gitoyen() {
 
 # Routes corresponding to carp prefixes routes
 function is_within_carp() {
-  return net ~ [ 80.67.174.0/24{25,32}, 80.67.163.0/26{27,32}, 80.67.163.128/26{27,32}, 80.67.168.224/29{30,32} ];
+  return net ~ [ 80.67.174.0/24{25,32}, 80.67.163.0/26{27,32}, 80.67.163.128/26{27,32}, 80.67.168.224/29{30,32}, 80.67.160.48/28{29,32} ];
 }
 
 # Default route

+ 1 - 1
etc/local/bird/bird6/filters.conf

@@ -61,7 +61,7 @@ function is_gitoyen() {
 
 # Routes corresponding to carp prefixes routes
 function is_within_carp() {
-  return net ~ [ 2001:910:0:4::/64{65,128}, 2001:910:0:40::/64{65,128}, 2001:910:0:41::/64{65,128}, 2001:910:0:117::/64{65,128} ];
+  return net ~ [ 2001:910:0:4::/64{65,128}, 2001:910:0:40::/64{65,128}, 2001:910:0:41::/64{65,128}, 2001:910:0:117::/64{65,128}, 2001:910:0:3021::/64{65,128} ];
 }
 
 # Default route

+ 1 - 1
etc/local/bird/common/kernel.conf

@@ -43,5 +43,5 @@ protocol kernel {
         import filter import_kernel;
         export filter export_kernel;
 	persist;
-	#device routes;
+	device routes;
 }