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

babel: stopping routing daemon does not clean config #17413

Open
2 tasks done
c-po opened this issue Nov 11, 2024 · 0 comments
Open
2 tasks done

babel: stopping routing daemon does not clean config #17413

c-po opened this issue Nov 11, 2024 · 0 comments
Labels
triage Needs further investigation

Comments

@c-po
Copy link
Contributor

c-po commented Nov 11, 2024

Description

When deactivating babel no router babel and later re-enabling it router babel the previous configuration is still in place.

Version

LR2.wue3# show ver
FRRouting 9.1.2 (LR2.wue3) on Linux(6.6.56-vyos).

How to reproduce

Enable Babel

!
router babel
 babel diversity
 network eth0
 redistribute ipv4 static
exit
!

Disable Babel

LR2.wue3(config)# no router babel
LR2.wue3(config)# end

Re-Enable Babel

LR2.wue3(config)# router babel
LR2.wue3(config-router)# end

Expected behavior

!
router babel
exit
!

Actual behavior

!
router babel
 babel diversity
 network eth0
 redistribute ipv4 static
exit
!

Additional context

No response

Checklist

  • I have searched the open issues for this bug.
  • I have not included sensitive information in this report.
@c-po c-po added the triage Needs further investigation label Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Needs further investigation
Projects
None yet
Development

No branches or pull requests

1 participant