summaryrefslogtreecommitdiff
path: root/lib/zclient.h
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2023-01-17 18:15:56 +0200
committerDonatas Abraitis <donatas@opensourcerouting.org>2023-01-17 18:15:56 +0200
commitaf5d7312558b1df5f6cf75de7ffd3511dfd015b6 (patch)
tree154efd4450d52c2f8ab34acefafc954855b35482 /lib/zclient.h
parentcb6e090a90d283f3e9e31926f255e385a34bd721 (diff)
Revert "lib: BGP registration with IGP for BGP ORR rSPF calc"
This reverts commit a5dd4bf47d1d24cfc5e916ff29f5124792e85a53.
Diffstat (limited to 'lib/zclient.h')
-rw-r--r--lib/zclient.h6
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.