]> git.puffer.fish Git - mirror/frr.git/commit
isisd: simplify adj_change hook call
authorEmanuele Di Pascale <emanuele@voltanet.io>
Wed, 23 Sep 2020 14:37:21 +0000 (16:37 +0200)
committerIgor Ryzhov <iryzhov@nfware.com>
Wed, 7 Oct 2020 08:01:16 +0000 (11:01 +0300)
commitdc19ab619e0d93a32638f4304866b125b17a3720
tree8ba60b2672b37106903e41aefa229f771c5d7d58
parentc434c7bb204cbe6a0dbc08c4b89c0e90cc4fba61
isisd: simplify adj_change hook call

There is no need to call isis_adj_state_change_hook once per level
in isis_adj_state_change, we can just do it once at the end.

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