diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2007-05-30 03:45:47 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2007-05-30 03:45:47 +0000 |
commit | 065a08ac8092d8fa91eff8942b0a9ae7034e9e12 (patch) | |
tree | d540c0a064e545c47c68eb437148473216462bdc /usr.sbin/ripctl | |
parent | b48db251b666b1f8110610a8925f09edf017e6b6 (diff) |
token fallout.. bad henning
Diffstat (limited to 'usr.sbin/ripctl')
-rw-r--r-- | usr.sbin/ripctl/ripctl.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.sbin/ripctl/ripctl.c b/usr.sbin/ripctl/ripctl.c index 01eb123166a..8b97421c091 100644 --- a/usr.sbin/ripctl/ripctl.c +++ b/usr.sbin/ripctl/ripctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ripctl.c,v 1.2 2006/11/28 19:21:15 reyk Exp $ +/* $OpenBSD: ripctl.c,v 1.3 2007/05/30 03:45:46 henning Exp $ * * Copyright (c) 2006 Michele Marchetto <mydecay@openbeer.it> * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org> @@ -221,9 +221,6 @@ get_ifms_type(int mediatype) case IFT_FDDI: return (IFM_FDDI); break; - case IFT_ISO88025: - return (IFM_TOKEN); - break; case IFT_CARP: return (IFM_CARP); break; @@ -452,9 +449,6 @@ show_fib_interface_msg(struct imsg *imsg) case IFT_FDDI: ifms_type = IFM_FDDI; break; - case IFT_ISO88025: - ifms_type = IFM_TOKEN; - break; case IFT_CARP: ifms_type = IFM_CARP; break; |