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

isisd: Allow full no form for domain-password and area-password #17725

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ton31337
Copy link
Member

@ton31337 ton31337 commented Dec 26, 2024

Closes #17722

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>
@ykholod
Copy link

ykholod commented Dec 26, 2024

It looks tremendously similar to #17724

@ton31337
Copy link
Member Author

@Mergifyio backport stable/10.2 stable/10.1 stable/10.0 stable/9.1 stable/9.0

Copy link

mergify bot commented Dec 26, 2024

backport stable/10.2 stable/10.1 stable/10.0 stable/9.1 stable/9.0

🟠 Waiting for conditions to match

  • merged [📌 backport requirement]

@c-po
Copy link
Contributor

c-po commented Dec 29, 2024

Fix working as expected - IS-IS configuration properly removed via frr-reload when applying this change to stable/10.2

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.

IS-IS: Unknown command when removing domain-password and area-password
3 participants