summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/bgpctl/bgpctl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bgpctl/bgpctl.c b/usr.sbin/bgpctl/bgpctl.c
index d45abc2840a..f8e3b722161 100644
--- a/usr.sbin/bgpctl/bgpctl.c
+++ b/usr.sbin/bgpctl/bgpctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bgpctl.c,v 1.235 2019/04/25 12:14:37 claudio Exp $ */
+/* $OpenBSD: bgpctl.c,v 1.236 2019/05/03 01:48:42 jsg Exp $ */
/*
* Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
@@ -1573,6 +1573,7 @@ show_attr(void *b, u_int16_t len, int flag0)
nexthop.aid = AID_INET;
memcpy(&nexthop.v4, data + sizeof(u_int64_t),
sizeof(nexthop.v4));
+ break;
default:
printf("unhandled AID #%u", aid);
goto done;