diff options
author | 2009-12-01 16:16:46 +0000 | |
---|---|---|
committer | 2009-12-01 16:16:46 +0000 | |
commit | ee9dda6034c1b8428a1d5830b57f4b5c68afe9f8 (patch) | |
tree | a2921287ce827e2a41230e8b91604042d2b78dd3 | |
parent | Update code to use the new AID address ids so that this works again with (diff) | |
download | wireguard-openbsd-ee9dda6034c1b8428a1d5830b57f4b5c68afe9f8.tar.xz wireguard-openbsd-ee9dda6034c1b8428a1d5830b57f4b5c68afe9f8.zip |
add "exec" keyword
ok jsg@
-rw-r--r-- | sbin/route/keywords.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/route/keywords.sh b/sbin/route/keywords.sh index e981f6a5d50..9273e30c7f2 100644 --- a/sbin/route/keywords.sh +++ b/sbin/route/keywords.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: keywords.sh,v 1.23 2009/10/30 17:32:34 jsg Exp $ +# $OpenBSD: keywords.sh,v 1.24 2009/12/01 16:16:46 reyk Exp $ # $NetBSD: keywords.sh,v 1.2 1996/11/15 18:57:21 gwr Exp $ # @(#)keywords 8.2 (Berkeley) 3/19/94 # @@ -16,6 +16,7 @@ cloning delete dst encap +exec expire flush gateway |