diff --git a/server/bird/bird.conf b/server/bird/bird.conf index 90dd63a..d08b23c 100644 --- a/server/bird/bird.conf +++ b/server/bird/bird.conf @@ -76,7 +76,7 @@ template bgp RC_PEER4 { import keep filtered; import limit 10000 action block; - # accept multiple routes for same desgination + # accept multiple routes for same destination add paths rx; # don't export anything @@ -96,7 +96,7 @@ template bgp RC_PEER6 { import keep filtered; import limit 10000 action block; - # accept multiple routes for same desgination + # accept multiple routes for same destination add paths rx; # don't export anything @@ -117,7 +117,7 @@ template bgp RC_MULTIPEER { import keep filtered; import limit 10000 action block; - # accept multiple routes for same desgination + # accept multiple routes for same destination add paths rx; # don't export anything @@ -128,7 +128,7 @@ template bgp RC_MULTIPEER { import keep filtered; import limit 10000 action block; - # accept multiple routes for same desgination + # accept multiple routes for same destination add paths rx; # don't export anything