]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/rtread_sysctl.c
Merge branch 'master' into type5-default-originate
[mirror_frr.git] / zebra / rtread_sysctl.c
index 4f5a80612ee6977c4c3b4c0a320ffe7f99f3ca33..fba67e3d0c4991a3e4d9fcabdf13ee1164114e4b 100644 (file)
@@ -30,6 +30,7 @@
 
 #include "zebra/rt.h"
 #include "zebra/kernel_socket.h"
+#include "zebra/zebra_pbr.h"
 
 /* Kernel routing table read up by sysctl function. */
 void route_read(struct zebra_ns *zns)
@@ -92,4 +93,8 @@ void neigh_read_for_vlan(struct zebra_ns *zns, struct interface *vlan_if)
 {
 }
 
+void kernel_read_pbr_rules(struct zebra_ns *zns)
+{
+}
+
 #endif /* !defined(GNU_LINUX) && !defined(SUNOS_5) */