]> git.proxmox.com Git - mirror_frr.git/commit - isisd/isis_circuit.c
isisd: log adj change when circuit goes down
authorEmanuele Di Pascale <emanuele@voltanet.io>
Wed, 1 Jul 2020 17:37:16 +0000 (19:37 +0200)
committerEmanuele Di Pascale <emanuele@voltanet.io>
Wed, 1 Jul 2020 19:48:38 +0000 (21:48 +0200)
commit7145d5bb3af5ee67f3f5edefb0a44741d079fc85
treec9e3abd6faa02900b16431b2e9498b230fe92bca
parent8f36f59ad989c2e66b1235a5db5afbec302ec10d
isisd: log adj change when circuit goes down

if we shutdown an interface isisd will delete the adjacencies
on the corresponding circuit, but it will not log the change.
Fix it to make sure that each change is logged. Also specify
the level of the adjacency in the log message, while we are at it.

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