diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2017-08-19 11:20:42 -0300 |
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2017-08-23 17:45:17 -0300 |
| commit | 153856bbe96ea6b78aa0cc184ba6f4def7aace04 (patch) | |
| tree | b26561992deb0fda71e87adc720d752d2fcb225c /lib/zclient.h | |
| parent | d00061ea32901096fa4c3af6b9e65914dd895031 (diff) | |
lib: remove redundant zebra messages
This also fixes a bug of ipv6 routes advertised by the VNC code being
ignored by zebra.
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'lib/zclient.h')
| -rw-r--r-- | lib/zclient.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/zclient.h b/lib/zclient.h index 15d1858d84..0218c1b732 100644 --- a/lib/zclient.h +++ b/lib/zclient.h @@ -100,10 +100,6 @@ typedef enum { ZEBRA_INTERFACE_LINK_PARAMS, ZEBRA_MPLS_LABELS_ADD, ZEBRA_MPLS_LABELS_DELETE, - ZEBRA_IPV4_NEXTHOP_ADD, - ZEBRA_IPV4_NEXTHOP_DELETE, - ZEBRA_IPV6_NEXTHOP_ADD, - ZEBRA_IPV6_NEXTHOP_DELETE, ZEBRA_IPMR_ROUTE_STATS, ZEBRA_LABEL_MANAGER_CONNECT, ZEBRA_GET_LABEL_CHUNK, |
