summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2022-03-12 08:27:22 -0500
committermergify-bot <noreply@mergify.com>2022-03-12 19:46:38 +0000
commitb7689fca520a6338a92ab6fb3807d4a3cc2b110a (patch)
treec288ef58d0a323719f26e76003124e9368261140
parentef58d790d968fc348c1e46350efd3245a8a3f9e4 (diff)
zebra: Remove unused ZEBRA_NHT_EXACT_MATCH
This usage was removed in an earlier bit of code do some final cleanup Signed-off-by: Donald Sharp <sharpd@nvidia.com> (cherry picked from commit 5c7861fe352c41de1b322b8960827773bd0222f9)
-rw-r--r--zebra/rib.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/zebra/rib.h b/zebra/rib.h
index d5aec5d4c1..9ec8259e4d 100644
--- a/zebra/rib.h
+++ b/zebra/rib.h
@@ -54,8 +54,7 @@ struct rnh {
#define ZEBRA_NHT_CONNECTED 0x1
#define ZEBRA_NHT_DELETED 0x2
-#define ZEBRA_NHT_EXACT_MATCH 0x4
-#define ZEBRA_NHT_RESOLVE_VIA_DEFAULT 0x8
+#define ZEBRA_NHT_RESOLVE_VIA_DEFAULT 0x4
/* VRF identifier. */
vrf_id_t vrf_id;