summaryrefslogtreecommitdiffstats
path: root/ldpd/ldp_zebra.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2023-01-30 16:09:37 +0100
committerDonald Sharp <sharpd@nvidia.com>2023-01-31 21:15:59 +0100
commit4a055ac2c97bf5145c3f604b3e9b98e0fc2bd3c4 (patch)
tree41f022fb8718e19fee158b89e7d445257e009af6 /ldpd/ldp_zebra.c
parentstaticd: Add missing enum's to switch statement (diff)
downloadfrr-4a055ac2c97bf5145c3f604b3e9b98e0fc2bd3c4.tar.xz
frr-4a055ac2c97bf5145c3f604b3e9b98e0fc2bd3c4.zip
ldpd: Add missing enum's to switch statement
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'ldpd/ldp_zebra.c')
-rw-r--r--ldpd/ldp_zebra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldpd/ldp_zebra.c b/ldpd/ldp_zebra.c
index 059115915..833545cf5 100644
--- a/ldpd/ldp_zebra.c
+++ b/ldpd/ldp_zebra.c
@@ -597,7 +597,7 @@ ldp_zebra_read_route(ZAPI_CALLBACK_ARGS)
if (!(kr.flags & F_CONNECTED))
continue;
break;
- default:
+ case NEXTHOP_TYPE_BLACKHOLE:
continue;
}