Fix 'desgination' spelling
This commit is contained in:
parent
04f6aa1281
commit
134554ef0e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user