summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2008-05-06 03:40:52 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2008-05-06 03:40:52 +0000
commit59da55eb67dd5d28f755f52a2b83354bf6b27a9f (patch)
tree6d1c43c569019b4470aeee93ce7e435df408f606 /sbin
parent0abef4145366c104d300e46c596c8fa8d0c3b163 (diff)
regen
Diffstat (limited to 'sbin')
-rw-r--r--sbin/route/keywords.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/sbin/route/keywords.h b/sbin/route/keywords.h
index 10adb12a10a..4296c55f06b 100644
--- a/sbin/route/keywords.h
+++ b/sbin/route/keywords.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: keywords.h,v 1.21 2008/04/28 11:36:14 norby Exp $ */
+/* $OpenBSD: keywords.h,v 1.22 2008/05/06 03:40:51 claudio Exp $ */
/* WARNING! This file was generated by keywords.sh */
@@ -45,9 +45,11 @@ enum {
K_NOJUMBO,
K_NOSTATIC,
K_OUT,
+ K_POP,
K_PREFIXLEN,
K_PROTO1,
K_PROTO2,
+ K_PUSH,
K_RECVPIPE,
K_REJECT,
K_RTT,
@@ -57,6 +59,7 @@ enum {
K_SHOW,
K_SSTHRESH,
K_STATIC,
+ K_SWAP,
K_XRESOLVE,
};
@@ -97,9 +100,11 @@ struct keytab keywords[] = {
{ "nojumbo", K_NOJUMBO },
{ "nostatic", K_NOSTATIC },
{ "out", K_OUT },
+ { "pop", K_POP },
{ "prefixlen", K_PREFIXLEN },
{ "proto1", K_PROTO1 },
{ "proto2", K_PROTO2 },
+ { "push", K_PUSH },
{ "recvpipe", K_RECVPIPE },
{ "reject", K_REJECT },
{ "rtt", K_RTT },
@@ -109,6 +114,7 @@ struct keytab keywords[] = {
{ "show", K_SHOW },
{ "ssthresh", K_SSTHRESH },
{ "static", K_STATIC },
+ { "swap", K_SWAP },
{ "xresolve", K_XRESOLVE },
{ 0, 0 }
};