diff options
author | Russ White <russ@riw.us> | 2019-09-30 13:46:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-30 13:46:19 +0200 |
commit | 9898a2fb3441e7382dba4190233f466b8271deae (patch) | |
tree | 9629a5ce665db95addf0d0bc0f46864ef71b5a49 /isisd/isis_circuit.h | |
parent | Merge pull request #5066 from ak503/libfrr_crash (diff) | |
parent | lib: delete interface if you can in upper level protocol (diff) | |
download | frr-9898a2fb3441e7382dba4190233f466b8271deae.tar.xz frr-9898a2fb3441e7382dba4190233f466b8271deae.zip |
Merge pull request #5009 from donaldsharp/interface_deletion
lib, zebra: Allow for interface deletion when kernel event happens
Diffstat (limited to 'isisd/isis_circuit.h')
-rw-r--r-- | isisd/isis_circuit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/isisd/isis_circuit.h b/isisd/isis_circuit.h index b77c8ce35..f677d3ade 100644 --- a/isisd/isis_circuit.h +++ b/isisd/isis_circuit.h @@ -32,6 +32,8 @@ #include "isis_constants.h" #include "isis_common.h" +DECLARE_HOOK(isis_if_new_hook, (struct interface *ifp), (ifp)); + struct isis_lsp; struct password { |