diff options
Diffstat (limited to 'zebra/rt.h')
-rw-r--r-- | zebra/rt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/rt.h b/zebra/rt.h index 2e3495a03..af170a22a 100644 --- a/zebra/rt.h +++ b/zebra/rt.h @@ -84,6 +84,8 @@ extern int kernel_get_ipmr_sg_stats(struct zebra_vrf *zvrf, void *mroute); * state. */ extern void interface_list(struct zebra_ns *zns); +extern void interface_list_tunneldump(struct zebra_ns *zns); +extern void interface_list_second(struct zebra_ns *zns); extern void kernel_init(struct zebra_ns *zns); extern void kernel_terminate(struct zebra_ns *zns, bool complete); extern void macfdb_read(struct zebra_ns *zns); |