summaryrefslogtreecommitdiffstats
path: root/isisd/isis_circuit.h
diff options
context:
space:
mode:
authorKaren Schoener <karen@volta.io>2020-10-30 22:46:32 +0100
committerlynne <lynne@voltanet.io>2021-01-14 20:34:08 +0100
commit2bec04472aff8f3ea121152e52d06540800f6e4a (patch)
treea54a1a4d6afd54c394d37948d681007279df78cf /isisd/isis_circuit.h
parentMerge pull request #7543 from GalaxyGorilla/fix_refcmp_newline (diff)
downloadfrr-2bec04472aff8f3ea121152e52d06540800f6e4a.tar.xz
frr-2bec04472aff8f3ea121152e52d06540800f6e4a.zip
isisd: if IS-IS is configured for v6, prefer v6 bfd sessions
Signed-off-by: Lynne Morrison <lynne@voltanet.io> Signed-off-by: Karen Schoener <karen@voltanet.io>
Diffstat (limited to 'isisd/isis_circuit.h')
-rw-r--r--isisd/isis_circuit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/isisd/isis_circuit.h b/isisd/isis_circuit.h
index b4b03bf6b..abb09f84e 100644
--- a/isisd/isis_circuit.h
+++ b/isisd/isis_circuit.h
@@ -221,4 +221,7 @@ DECLARE_HOOK(isis_circuit_config_write,
(circuit, vty))
#endif
+DECLARE_HOOK(isis_circuit_add_addr_hook, (struct isis_circuit *circuit),
+ (circuit))
+
#endif /* _ZEBRA_ISIS_CIRCUIT_H */