diff options
Diffstat (limited to 'lib/zclient.h')
| -rw-r--r-- | lib/zclient.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/zclient.h b/lib/zclient.h index 584a42194d..8c4ce1b777 100644 --- a/lib/zclient.h +++ b/lib/zclient.h @@ -102,8 +102,6 @@ enum zserv_client_capabilities { extern struct sockaddr_storage zclient_addr; extern socklen_t zclient_addr_len; -#define ZAPI_ORR_FLAG_UNICAST 0x01 - /* Zebra message types. */ typedef enum { ZEBRA_INTERFACE_ADD, @@ -1248,10 +1246,6 @@ enum zapi_opaque_registry { LDP_RLFA_UNREGISTER_ALL = 8, /* Announce LDP labels associated to a previously registered RLFA */ LDP_RLFA_LABELS = 9, - /* Register for IGP METRIC with OSPF/ISIS */ - ORR_IGP_METRIC_REGISTER = 10, - /* Send SPF data to BGP */ - ORR_IGP_METRIC_UPDATE = 11 }; /* Send the hello message. |
