]> git.proxmox.com Git - mirror_frr.git/blobdiff - pimd/pim_static.h
zebra: Allow ns delete to happen after under/over flow checks
[mirror_frr.git] / pimd / pim_static.h
index acb74a721fabd46b1d0e3f56ac5612b4b82b5b14..953ec0a70ad0fa89656376162b08739b293e1b3b 100644 (file)
@@ -42,7 +42,7 @@ int pim_static_add(struct pim_instance *pim, struct interface *iif,
 int pim_static_del(struct pim_instance *pim, struct interface *iif,
                   struct interface *oif, struct in_addr group,
                   struct in_addr source);
-int pim_static_write_mroute(struct vty *vty, struct pim_instance *pim,
+int pim_static_write_mroute(struct pim_instance *pim, struct vty *vty,
                            struct interface *ifp);
 
 #endif /* PIM_STATIC_H_ */