diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2008-05-07 06:06:26 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2008-05-07 06:06:26 +0000 |
commit | 1b1ebf423157ee16cf5be59d2203ab3353b70607 (patch) | |
tree | d2fd49b65b5737e4a150ca58d3f4e10e59b13c6e /sbin/route/keywords.sh | |
parent | 2a4b30b87039ac2f778756d352f7935d8317f8cd (diff) |
Add support to show and modify rtm_priority.
Diffstat (limited to 'sbin/route/keywords.sh')
-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 3fedaa05994..0edd835b71f 100644 --- a/sbin/route/keywords.sh +++ b/sbin/route/keywords.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: keywords.sh,v 1.21 2008/05/06 03:40:31 claudio Exp $ +# $OpenBSD: keywords.sh,v 1.22 2008/05/07 06:06:25 claudio Exp $ # $NetBSD: keywords.sh,v 1.2 1996/11/15 18:57:21 gwr Exp $ # @(#)keywords 8.2 (Berkeley) 3/19/94 # @@ -47,6 +47,7 @@ nostatic out pop prefixlen +priority proto1 proto2 push |