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

babeld: Fix --terminal option #12671

Merged
merged 1 commit into from
Jan 21, 2023
Merged

Conversation

vfreex
Copy link
Contributor

@vfreex vfreex commented Jan 20, 2023

babeld's --terminal option doesn't work because it replaces stdin with /dev/null. It seems to me this function can be removed as frr_run handles that in daemon mode.

Signed-off-by: Yuxiang Zhu vfreex@gmail.com

babeld's `--terminal` option doesn't work because it replaces `stdin`
with `/dev/null`. It seems to me this function can be removed as `frr_run`
handles that in daemon mode.

Signed-off-by: Yuxiang Zhu <vfreex@gmail.com>
@NetDEF-CI
Copy link
Collaborator

Continuous Integration Result: SUCCESSFUL

Congratulations, this patch passed basic tests

Tested-by: NetDEF / OpenSourceRouting.org CI System

CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-9336/

This is a comment from an automated CI system.
For questions and feedback in regards to this CI system, please feel free to email
Martin Winter - mwinter (at) opensourcerouting.org.

Copy link
Member

@ton31337 ton31337 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this like preventing something from coming from stdin? Or what is the purpose of this replace? 😄

@vfreex
Copy link
Contributor Author

vfreex commented Jan 21, 2023

Is this like preventing something from coming from stdin? Or what is the purpose of this replace? 😄

I didn't see any problem after removing that replace so far. I guess it is a leftover from the original babeld when porting to FRR.

@ton31337 ton31337 merged commit a0adee8 into FRRouting:master Jan 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants