Skip to content
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

[docker-frr] Load frr.conf automatically with split mode #4132

Closed
wants to merge 1 commit into from

Conversation

zhenggen-xu
Copy link
Collaborator

[docker-frr] Load frr.conf automatically with split mode

Signed-off-by: Zhenggen Xu zxu@linkedin.com

This should be back-ported to 201911 branch.

- What I did
In case "docker_routing_config_mode": "split", the frr.conf was not loaded automatically today.
This PR is to fix that so it would load the frr.conf automatically

- How I did it
start.sh in docker frr to load the frr.conf automatically

- How to verify it
Before the fix, not frr.conf was loaded. After the fix, frr.conf was loaded.

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

Signed-off-by: Zhenggen Xu <zxu@linkedin.com>
@pavel-shirshov
Copy link
Contributor

@zhenggen-xu Where can I read the difference between: "split", "separated", and "unified"?
Thanks

@zhenggen-xu
Copy link
Collaborator Author

@zhenggen-xu Where can I read the difference between: "split", "separated", and "unified"?
Thanks

I am not sure where the document is. My understanding is that
"unified" -- configDB generate frr.conf
"seperated" -- configDB generate bgp.conf, zebra.conf etc...
"split" -- Don't use configDB data for BGP, bgp stack manage by itself with frr.conf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants