summaryrefslogtreecommitdiffstats
path: root/isisd/isis_zebra.h
diff options
context:
space:
mode:
authorharios_niral <hari@niralnetworks.com>2020-08-18 09:26:51 +0200
committerharios_niral <hari@niralnetworks.com>2020-09-01 09:48:05 +0200
commit65251ce80f02a61cfa06d752aa914bffd8493918 (patch)
treee5f8135247f8eebea385afb060050253378a6371 /isisd/isis_zebra.h
parentMerge pull request #7015 from donaldsharp/zebra_nht_no_heros_tonight (diff)
downloadfrr-65251ce80f02a61cfa06d752aa914bffd8493918.tar.xz
frr-65251ce80f02a61cfa06d752aa914bffd8493918.zip
doc, yang, isisd : Support for different VRF in isisd
1. Added isis with different vrf and it's dependecies. 2. Added new vrf leaf in yang. 3. A minor change for IF_DOWN_FROM_Z passing argrument is replaced with ifp pointer in api "isis_if_delete_hook()". 4. Minor fix in the isisd spf unit test. Co-authored-by: Kaushik <kaushik@niralnetworks.com>" Signed-off-by: harios_niral <hari@niralnetworks.com>
Diffstat (limited to 'isisd/isis_zebra.h')
-rw-r--r--isisd/isis_zebra.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/isisd/isis_zebra.h b/isisd/isis_zebra.h
index 4449b63c2..768919ff4 100644
--- a/isisd/isis_zebra.h
+++ b/isisd/isis_zebra.h
@@ -57,5 +57,6 @@ bool isis_zebra_label_manager_ready(void);
int isis_zebra_label_manager_connect(void);
int isis_zebra_request_label_range(uint32_t base, uint32_t chunk_size);
int isis_zebra_release_label_range(uint32_t start, uint32_t end);
+void isis_zebra_vrf_register(struct isis *isis);
#endif /* _ZEBRA_ISIS_ZEBRA_H */