Skip to content

Commit

Permalink
Merge pull request #88 from Shikugawa/fix-example
Browse files Browse the repository at this point in the history
example: simple ebgp example doesn't work correctly due to missing policy
  • Loading branch information
slankdev committed Apr 7, 2022
2 parents 9857c64 + 6166f37 commit f1f2c26
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ node_configs:
-c ' match ip address prefix-list PL1'
-c '!'
-c 'router bgp 65001'
-c ' no bgp ebgp-requires-policy'
-c ' bgp router-id 10.255.0.1'
-c ' bgp graceful-restart'
-c ' bgp graceful-restart preserve-fw-state'
Expand All @@ -67,6 +68,7 @@ node_configs:
-c ' match ip address prefix-list PL1'
-c '!'
-c 'router bgp 65002'
-c ' no bgp ebgp-requires-policy'
-c ' bgp router-id 10.255.0.2'
-c ' bgp graceful-restart'
-c ' bgp graceful-restart preserve-fw-state'
Expand Down

0 comments on commit f1f2c26

Please sign in to comment.