]> git.puffer.fish Git - matthieu/frr.git/commit
isisd: Allow full `no` form for `domain-password` and `area-password`
authorDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 26 Dec 2024 15:33:03 +0000 (17:33 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 26 Dec 2024 15:42:14 +0000 (17:42 +0200)
commita696547d6c78d4140649f96d6bef9a335fe5dfa5
tree3863083934073d38cabf111dd94d2cec7ad399ac
parent803ff41cc45a3653f21590376ed202e93616aa33
isisd: Allow full `no` form for `domain-password` and `area-password`

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 https://github.com/FRRouting/frr/issues/17722

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
isisd/isis_cli.c