diff options
author | 2009-10-30 17:32:34 +0000 | |
---|---|---|
committer | 2009-10-30 17:32:34 +0000 | |
commit | deefbd20a959831fc6d5033a41fb9cbe3c46901a (patch) | |
tree | ee2c083ba0d8fdb8382b4a6689121d3d95260c6d | |
parent | Add missing KNOTE() calls after selwakeup() in ptcread() (to wake up writers (diff) | |
download | wireguard-openbsd-deefbd20a959831fc6d5033a41fb9cbe3c46901a.tar.xz wireguard-openbsd-deefbd20a959831fc6d5033a41fb9cbe3c46901a.zip |
The script that generates keywords.h wasn't updated when
mplslabel label was added, fix.
-rw-r--r-- | sbin/route/keywords.h | 2 | ||||
-rw-r--r-- | sbin/route/keywords.sh | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sbin/route/keywords.h b/sbin/route/keywords.h index cd1f39c0cfb..cdc548ced82 100644 --- a/sbin/route/keywords.h +++ b/sbin/route/keywords.h @@ -1,4 +1,4 @@ -/* $OpenBSD: keywords.h,v 1.24 2009/01/29 11:21:34 michele Exp $ */ +/* $OpenBSD: keywords.h,v 1.25 2009/10/30 17:32:34 jsg Exp $ */ /* WARNING! This file was generated by keywords.sh */ diff --git a/sbin/route/keywords.sh b/sbin/route/keywords.sh index 0edd835b71f..e981f6a5d50 100644 --- a/sbin/route/keywords.sh +++ b/sbin/route/keywords.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: keywords.sh,v 1.22 2008/05/07 06:06:25 claudio Exp $ +# $OpenBSD: keywords.sh,v 1.23 2009/10/30 17:32:34 jsg Exp $ # $NetBSD: keywords.sh,v 1.2 1996/11/15 18:57:21 gwr Exp $ # @(#)keywords 8.2 (Berkeley) 3/19/94 # @@ -39,6 +39,7 @@ lockrest monitor mpath mpls +mplslabel mtu net netmask |