Fix 'desgination' spelling

This commit is contained in:
Simon Marsh 2019-01-27 16:21:41 +00:00
parent 04f6aa1281
commit 134554ef0e
Signed by: burble
GPG Key ID: 7B9FE8780CFB6593

View File

@ -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