]> git.puffer.fish Git - mirror/frr.git/commit
isisd: fix check for area-tag modification
authorIgor Ryzhov <iryzhov@nfware.com>
Wed, 14 Oct 2020 20:01:49 +0000 (23:01 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Wed, 28 Oct 2020 18:35:48 +0000 (21:35 +0300)
commit057f568a34bc2682983d89efcdf20a431374daeb
tree0c1f60e4ac28962ed041993e31c81aad3fdd0ff1
parent46e94980a0a21f17e0ee6d5e87d9aba48c233b4b
isisd: fix check for area-tag modification

Interface area-tag is not supposed to be modified once defined, but the
necessary check is currently broken, because the circuit is never in
init_circ_list if the area-tag is already configured for the interface.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
isisd/isis_nb_config.c