diff options
| -rw-r--r-- | zebra/zebra_ptm.h | 4 |
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); |
