summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2007-03-16 20:48:39 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2007-03-16 20:48:39 +0000
commitc9cf3937b559200a434857f044c1ade90acda964 (patch)
tree35fe11843e4add994556e3ef48052ed0b79928c3
parent727629974248368553e88ba57a3a241b7fa81b43 (diff)
Missed to remove SAFI_BOTH here. Informed about it by Steven Mestdagh.
-rw-r--r--usr.sbin/bgpctl/bgpctl.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/bgpctl/bgpctl.c b/usr.sbin/bgpctl/bgpctl.c
index 7341f6080d2..6c9e8986f69 100644
--- a/usr.sbin/bgpctl/bgpctl.c
+++ b/usr.sbin/bgpctl/bgpctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bgpctl.c,v 1.117 2007/03/03 12:43:08 henning Exp $ */
+/* $OpenBSD: bgpctl.c,v 1.118 2007/03/16 20:48:38 claudio Exp $ */
/*
* Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
@@ -597,9 +597,6 @@ print_neighbor_capa_mp_safi(u_int8_t safi)
case SAFI_MULTICAST:
printf(" Multicast");
break;
- case SAFI_BOTH:
- printf(" Unicast and Multicast");
- break;
default:
printf(" unknown (%u)", safi);
break;