diff options
Diffstat (limited to 'sbin/route/keywords.h')
-rw-r--r-- | sbin/route/keywords.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sbin/route/keywords.h b/sbin/route/keywords.h index 012bacad320..10adb12a10a 100644 --- a/sbin/route/keywords.h +++ b/sbin/route/keywords.h @@ -1,4 +1,4 @@ -/* $OpenBSD: keywords.h,v 1.20 2007/06/04 12:23:43 henning Exp $ */ +/* $OpenBSD: keywords.h,v 1.21 2008/04/28 11:36:14 norby Exp $ */ /* WARNING! This file was generated by keywords.sh */ @@ -27,6 +27,7 @@ enum { K_INTERFACE, K_IFA, K_IFP, + K_IN, K_INET, K_INET6, K_JUMBO, @@ -37,11 +38,13 @@ enum { K_LOCKREST, K_MONITOR, K_MPATH, + K_MPLS, K_MTU, K_NET, K_NETMASK, K_NOJUMBO, K_NOSTATIC, + K_OUT, K_PREFIXLEN, K_PROTO1, K_PROTO2, @@ -76,6 +79,7 @@ struct keytab keywords[] = { { "interface", K_INTERFACE }, { "ifa", K_IFA }, { "ifp", K_IFP }, + { "in", K_IN }, { "inet", K_INET }, { "inet6", K_INET6 }, { "jumbo", K_JUMBO }, @@ -86,11 +90,13 @@ struct keytab keywords[] = { { "lockrest", K_LOCKREST }, { "monitor", K_MONITOR }, { "mpath", K_MPATH }, + { "mpls", K_MPLS }, { "mtu", K_MTU }, { "net", K_NET }, { "netmask", K_NETMASK }, { "nojumbo", K_NOJUMBO }, { "nostatic", K_NOSTATIC }, + { "out", K_OUT }, { "prefixlen", K_PREFIXLEN }, { "proto1", K_PROTO1 }, { "proto2", K_PROTO2 }, |