]> git.puffer.fish Git - mirror/frr.git/commit
isis: fix double-adding a circuit to the area 8865/head
authorIgor Ryzhov <iryzhov@nfware.com>
Wed, 16 Jun 2021 12:54:17 +0000 (15:54 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Fri, 18 Jun 2021 00:27:29 +0000 (03:27 +0300)
commit3ae43012b2565fe820a99a4069c2ac0d7300fa26
tree308cb66e3879a4931db3f1d9b05d54d0a51dd798
parent6eadfc2d41547b74bab9c760ce7f61f40f1ad2c1
isis: fix double-adding a circuit to the area

isis_circuit_enable can be called for an already enabled circuit. In this
case we would add the circuit to the area multiple times.

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