]> 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)
committerEmanuele Di Pascale <emanuele@voltanet.io>
Fri, 25 Sep 2020 10:20:34 +0000 (12:20 +0200)
commite4229afd5fdb7bb0921683c877226b41d657b1cf
tree13b83e62b339d8442470c1b0b0185dfce9d2f4f7
parentb1f476731a002fae9c65127314cbad12786f3719
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