-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
IS-IS: Unknown command when removing domain-password and area-password #17722
Comments
When removing router isis area-password and domain-password using frr-reload.py system drops errors. This is a fix for the issue FRRouting#17722: FRRouting#17722 Signed-off-by: Yaroslav Kholod <y.kholod@vyos.io>
Before: ``` LR1.wue3(config)# router isis VyOS LR1.wue3(config-router)# no area-password clear % Unknown command: no area-password clear LR1.wue3(config-router)# no area-password clear foo % Unknown command: no area-password clear foo LR1.wue3(config-router)# ``` Closes FRRouting#17722 Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Could you try this fix #17725? |
Thank you @ton31337 for the propesed fix. Unfortunately it only works half way:
|
But in what case do you need a partial |
You're right. I also verified frr-reload behavior. It's now working as expected. Thanks for the quick fix. |
Description
When removing area-password or domain-password from ISIS using frr-reload it will error out
Version
stable/10.2
9e3f285
How to reproduce
Configure ISIS
unconfigure area-password using frr-reload
Same also applies to domain-password
Expected behavior
No error
Actual behavior
Additional context
Same error can be observed from vtysh
Checklist
The text was updated successfully, but these errors were encountered: