summaryrefslogtreecommitdiff
path: root/sbin/route/keywords.c
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2004-06-25 01:26:02 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2004-06-25 01:26:02 +0000
commit40e8ea64d4fccb8b3591660fe86a336734854766 (patch)
tree7e029117e970853b187e32186b9b2c4077293980 /sbin/route/keywords.c
parent65511527b55de837b14f18a451a69cef05f84f23 (diff)
remove netiso and netns code
Diffstat (limited to 'sbin/route/keywords.c')
-rw-r--r--sbin/route/keywords.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/route/keywords.c b/sbin/route/keywords.c
index e45986b497b..a205ff55ae5 100644
--- a/sbin/route/keywords.c
+++ b/sbin/route/keywords.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: keywords.c,v 1.8 2004/06/19 19:55:53 cedric Exp $ */
+/* $OpenBSD: keywords.c,v 1.9 2004/06/25 01:26:01 henning Exp $ */
/* WARNING! This file was generated by keywords.sh */
@@ -26,7 +26,6 @@ struct keytab keywords[] = {
{"inet", K_INET},
{"inet6", K_INET6},
{"ipx", K_IPX},
- {"iso", K_ISO},
{"link", K_LINK},
{"llinfo", K_LLINFO},
{"lock", K_LOCK},
@@ -54,7 +53,6 @@ struct keytab keywords[] = {
{"ssthresh", K_SSTHRESH},
{"static", K_STATIC},
{"x25", K_X25},
- {"xns", K_XNS},
{"xresolve", K_XRESOLVE},
{0, 0}
};