summaryrefslogtreecommitdiff
path: root/lib/zclient.h
diff options
context:
space:
mode:
authormitesh <mitesh@cumulusnetworks.com>2017-10-13 01:13:48 -0700
committerMitesh Kanjariya <mitesh@marvel-07.cumulusnetworks.com>2017-12-14 10:57:05 -0800
commit2dbad57fc6c183c4f37761ad8fa3ac3d26ba1dda (patch)
tree9c631c0363aba0d26cf3e71bfa0e0bee84ab46d4 /lib/zclient.h
parentd3135ba31d46262e4bd9deaa65e62366cc65a033 (diff)
bgpd: program nh/rmac entries
Signed-off-by: Mitesh Kanjariya <mitesh@cumulusnetworks.com>
Diffstat (limited to 'lib/zclient.h')
-rw-r--r--lib/zclient.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/zclient.h b/lib/zclient.h
index d89b29a9e5..cc34fd9d2c 100644
--- a/lib/zclient.h
+++ b/lib/zclient.h
@@ -281,6 +281,8 @@ struct zapi_route {
u_int32_t mtu;
vrf_id_t vrf_id;
+
+ struct ethaddr rmac;
};
/* Zebra IPv4 route message API. */