]> git.puffer.fish Git - mirror/frr.git/commit
isisd: Allow full `no` form for `domain-password` and `area-password` 17791/head
authorDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 26 Dec 2024 15:33:03 +0000 (17:33 +0200)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Tue, 7 Jan 2025 14:43:52 +0000 (14:43 +0000)
commit1e26733df1fce1e745e0e3053694e9b961c643ea
tree51e5439fcae7ddbd14eeb330da903dfab96fbc71
parentf915053106e3a7a04430d3093c6847b8e4432d2c
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>
(cherry picked from commit a696547d6c78d4140649f96d6bef9a335fe5dfa5)
isisd/isis_cli.c