diff options
Diffstat (limited to 'pimd/pim_static.h')
-rw-r--r-- | pimd/pim_static.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_static.h b/pimd/pim_static.h index 3a096932d..b3be09e91 100644 --- a/pimd/pim_static.h +++ b/pimd/pim_static.h @@ -43,5 +43,6 @@ void pim_static_route_free(struct static_route *s_route); int pim_static_add(struct interface *iif, struct interface *oif, struct in_addr group, struct in_addr source); int pim_static_del(struct interface *iif, struct interface *oif, struct in_addr group, struct in_addr source); +int pim_static_write_mroute (struct vty *vty, struct interface *ifp); #endif /* PIM_STATIC_H_ */ |