]> git.proxmox.com Git - mirror_frr.git/blobdiff - pbrd/pbr_zebra.h
Merge pull request #8701 from ton31337/feature/show_ip_bgp_alias
[mirror_frr.git] / pbrd / pbr_zebra.h
index e8f9bff5d9dd96079c358e5d13659a8bfd6fef7d..d0f9ff910ca4fefd604ab187d60b80595bd39b89 100644 (file)
@@ -46,4 +46,7 @@ extern int pbr_ifp_up(struct interface *ifp);
 extern int pbr_ifp_down(struct interface *ifp);
 extern int pbr_ifp_destroy(struct interface *ifp);
 
+/* Free the ifp->info pointer */
+extern void pbr_if_del(struct interface *ifp);
+
 #endif