]> git.puffer.fish Git - matthieu/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>
Thu, 15 Oct 2020 08:19:01 +0000 (11:19 +0300)
commitb4acf005b50154d6cd47c24cb2b2e0d75dee72dd
tree3c1ef1c4a8b998078a6c3e59f36649704e65fb16
parent6431621e4eb11c4b85d6c29f79d060d59b0ed5d2
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