summaryrefslogtreecommitdiff
path: root/zebra/rtread_sysctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/rtread_sysctl.c')
-rw-r--r--zebra/rtread_sysctl.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/zebra/rtread_sysctl.c b/zebra/rtread_sysctl.c
index 35dde0e686..f5b918c022 100644
--- a/zebra/rtread_sysctl.c
+++ b/zebra/rtread_sysctl.c
@@ -84,7 +84,12 @@ void macfdb_read(struct zebra_ns *zns)
}
void macfdb_read_for_bridge(struct zebra_ns *zns, struct interface *ifp,
- struct interface *br_if)
+ struct interface *br_if, vlanid_t vid)
+{
+}
+
+void macfdb_read_mcast_entry_for_vni(struct zebra_ns *zns,
+ struct interface *ifp, vni_t vni)
{
}
@@ -113,4 +118,8 @@ void kernel_read_tc_qdisc(struct zebra_ns *zns)
{
}
+void vlan_read(struct zebra_ns *zns)
+{
+}
+
#endif /* !defined(GNU_LINUX) */