Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion state/bird/bird.conf.d/30-icvpn.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ roa table icvpn_roa {
template bgp bgp_icvpn {
table private;
local as ownas;
route limit 10000;
import limit 10000;
import keep filtered;
import filter {
if (is_default()) then {
Expand Down
2 changes: 1 addition & 1 deletion state/bird/bird.conf.d/35-ice.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
template bgp bgp_ice {
table private;
local as ownas;
route limit 10000;
import limit 10000;
import keep filtered;
import filter {
if (is_default()) then {
Expand Down
2 changes: 1 addition & 1 deletion state/bird/bird.conf.d/50-ffrl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
template bgp bgp_ffrl {
table internet;
local as ownas;
route limit 10000;
import limit 10000;
import keep filtered;
import filter {
if (is_default()) then {
Expand Down
2 changes: 1 addition & 1 deletion state/bird/bird6.conf.d/30-icvpn.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ roa table icvpn_roa {
template bgp bgp_icvpn {
table private;
local as ownas;
route limit 10000;
import limit 10000;
import keep filtered;
import filter {
if (is_default()) then {
Expand Down
2 changes: 1 addition & 1 deletion state/bird/bird6.conf.d/35-ice.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
template bgp bgp_ice {
table private;
local as ownas;
route limit 10000;
import limit 10000;
import keep filtered;
import filter {
if (is_default()) then {
Expand Down
2 changes: 1 addition & 1 deletion state/bird/bird6.conf.d/50-ffrl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
template bgp bgp_ffrl {
table internet;
local as ownas;
route limit 10000;
import limit 10000;
import keep filtered;
import filter {
if (is_default()) then {
Expand Down