-
Notifications
You must be signed in to change notification settings - Fork 656
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 exec -i bgp pkill -9 bgpd" failure when bgpd is not running #416
Comments
@yxieca You want me to submit the PR for the fix or you guys will do that? Thanks |
You can submit PR. But before doing so, please investigate if there is a way to allow return code 0 and 1. The change I gave you to try ignores all errors. Thanks, |
@yxieca I submitted the PR, which we can use "|| [$? == 1] " instead of "|| /bin/true" |
I've merged the change. Please create buildimage pr to move sonic-utility submodule point. Thanks, |
created one : sonic-net/sonic-buildimage#2381 Thanks, |
fixed |
The text was updated successfully, but these errors were encountered: