diff options
| author | mitesh <mitesh@cumulusnetworks.com> | 2017-10-13 01:13:48 -0700 |
|---|---|---|
| committer | Mitesh Kanjariya <mitesh@marvel-07.cumulusnetworks.com> | 2017-12-14 10:57:05 -0800 |
| commit | 2dbad57fc6c183c4f37761ad8fa3ac3d26ba1dda (patch) | |
| tree | 9c631c0363aba0d26cf3e71bfa0e0bee84ab46d4 /lib/zclient.h | |
| parent | d3135ba31d46262e4bd9deaa65e62366cc65a033 (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.h | 2 |
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. */ |
