summaryrefslogtreecommitdiff
path: root/bgpd/bgp_route.c
diff options
context:
space:
mode:
Diffstat (limited to 'bgpd/bgp_route.c')
-rw-r--r--bgpd/bgp_route.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c
index 54b2978880..43cefa2109 100644
--- a/bgpd/bgp_route.c
+++ b/bgpd/bgp_route.c
@@ -12869,6 +12869,8 @@ DEFPY(show_ip_bgp, show_ip_bgp_cmd,
rpki_target_state = RPKI_VALID;
else if (argv_find(argv, argc, "invalid", &idx))
rpki_target_state = RPKI_INVALID;
+ else if (argv_find(argv, argc, "notfound", &idx))
+ rpki_target_state = RPKI_NOTFOUND;
}
/* Display prefixes with matching version numbers */