-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add vrrp topology. #2
base: master
Are you sure you want to change the base?
Conversation
Add the topoloy and scripts for vrrp in holo and frr. Signed-off-by: Paul Wekesa <[email protected]>
vrrp/frr/frr-setup.sh
Outdated
|
||
|
||
# Wait for the daemons to start | ||
sleep 5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems we have two "sleep" lines that could be combined into one.
vrrp/topology.yml
Outdated
|
||
nodes: | ||
|
||
sw1: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use "br1" to be consistent with the other topologies. Similarly, please use "rt1" instead of "rt-1".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will do.
Thanks.
Rename the connecting devices based on holo's standards. Signed-off-by: Paul Wekesa <[email protected]>
@rwestphal worked on the recommendations above in latest commit. Kindly let me know if there are any other changes to be made. |
Add the topoloy and scripts for vrrp in holo and ability to test it's inter-operability with frr.