]> git.proxmox.com Git - mirror_frr.git/commit
isisd: fix 'no router isis' on candidate config
authorEmanuele Di Pascale <emanuele@voltanet.io>
Mon, 10 Dec 2018 13:54:48 +0000 (14:54 +0100)
committerEmanuele Di Pascale <emanuele@voltanet.io>
Tue, 18 Dec 2018 14:25:57 +0000 (15:25 +0100)
commit4ecc4b46acbf14bb26f9309ce9a9bbcb968971a9
tree88db92482a84b573dbf81f229ae3ccb02b7b3396
parentcc50ddb273734df71eca219ef2837b5480d65946
isisd: fix 'no router isis' on candidate config

if we are using the transactional CLI, we might be trying to
delete an area that has not been actually created in isisd.
So rather than relying on isis_area_lookup, check the candidate
config for the presence of the corresponding area instance.

Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
isisd/isis_cli.c