summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Franke <chris@opensourcerouting.org>2018-09-20 15:11:09 +0200
committerChristian Franke <chris@opensourcerouting.org>2018-10-05 14:04:27 +0200
commita0d5840bb7c514257dcb68d60c7df68247a0ab61 (patch)
tree387f8d61eb68d50e3bb2b08e570affdcaed30b17
parent4943f243b5cec95fe39374ba2b07f7d6a628a94d (diff)
zebra_ptm: Add IS-IS and OpenFabric as protocols supporting BFD
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
-rw-r--r--zebra/zebra_ptm.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/zebra/zebra_ptm.h b/zebra/zebra_ptm.h
index c26d875349..d0cdaf0bce 100644
--- a/zebra/zebra_ptm.h
+++ b/zebra/zebra_ptm.h
@@ -63,7 +63,9 @@ struct zebra_ptm_cb {
(protocol) == ZEBRA_ROUTE_BGP || \
(protocol) == ZEBRA_ROUTE_OSPF || \
(protocol) == ZEBRA_ROUTE_OSPF6 || \
- (protocol) == ZEBRA_ROUTE_PIM \
+ (protocol) == ZEBRA_ROUTE_ISIS || \
+ (protocol) == ZEBRA_ROUTE_PIM || \
+ (protocol) == ZEBRA_ROUTE_OPENFABRIC \
)
void zebra_ptm_init(void);