summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpctl/bgpctl.c
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2007-05-30 01:13:20 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2007-05-30 01:13:20 +0000
commite89308fca5f883deb95669dc7abfdc1ebadc00e4 (patch)
tree1019683aea21092f8ea4db482975d0bbacffc95c /usr.sbin/bgpctl/bgpctl.c
parente8a96938c8893bbff22d238e324ed0a1bddecdab (diff)
bad henning
Diffstat (limited to 'usr.sbin/bgpctl/bgpctl.c')
-rw-r--r--usr.sbin/bgpctl/bgpctl.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/bgpctl/bgpctl.c b/usr.sbin/bgpctl/bgpctl.c
index d35dd2f551a..7fd526763cd 100644
--- a/usr.sbin/bgpctl/bgpctl.c
+++ b/usr.sbin/bgpctl/bgpctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bgpctl.c,v 1.123 2007/04/23 13:05:35 claudio Exp $ */
+/* $OpenBSD: bgpctl.c,v 1.124 2007/05/30 01:13:19 otto Exp $ */
/*
* Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
@@ -927,8 +927,6 @@ ift2ifm(int media_type)
return (IFM_ETHER);
case IFT_FDDI:
return (IFM_FDDI);
- case IFT_ISO88025:
- return (IFM_TOKEN);
case IFT_CARP:
return (IFM_CARP);
case IFT_IEEE80211: