]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/rtread_sysctl.c
zebra: evpn remote delete fetch local entry
[mirror_frr.git] / zebra / rtread_sysctl.c
index f88586a6ea02aba1af1ea106ff7aecc28701c98a..4150092d4a1322ff744d1f283aa51e9388718fb7 100644 (file)
@@ -88,6 +88,11 @@ void macfdb_read_for_bridge(struct zebra_ns *zns, struct interface *ifp,
 {
 }
 
+void macfdb_read_specific_mac(struct zebra_ns *zns, struct interface *br_if,
+                             struct ethaddr *mac, vlanid_t vid)
+{
+}
+
 void neigh_read(struct zebra_ns *zns)
 {
 }
@@ -96,6 +101,10 @@ void neigh_read_for_vlan(struct zebra_ns *zns, struct interface *vlan_if)
 {
 }
 
+void neigh_read_specific_ip(struct ipaddr *ip, struct interface *vlan_if)
+{
+}
+
 void kernel_read_pbr_rules(struct zebra_ns *zns)
 {
 }