From 134554ef0ece332b663a8d7160157678b4a995eb Mon Sep 17 00:00:00 2001 From: Simon Marsh Date: Sun, 27 Jan 2019 16:21:41 +0000 Subject: [PATCH] Fix 'desgination' spelling --- server/bird/bird.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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