diff options
author | 2008-05-06 03:40:31 +0000 | |
---|---|---|
committer | 2008-05-06 03:40:31 +0000 | |
commit | d65a2f863254753d104f21abe1bc14d111a0ff51 (patch) | |
tree | 23420757d5f811c50f47aaadc198e6e5a0e4782a | |
parent | Minor cleanup. OK norby@ (diff) | |
download | wireguard-openbsd-d65a2f863254753d104f21abe1bc14d111a0ff51.tar.xz wireguard-openbsd-d65a2f863254753d104f21abe1bc14d111a0ff51.zip |
Add pop, push and swap options used by MPLS. OK norby@
-rw-r--r-- | sbin/route/keywords.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/route/keywords.sh b/sbin/route/keywords.sh index 69983487fcb..3fedaa05994 100644 --- a/sbin/route/keywords.sh +++ b/sbin/route/keywords.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: keywords.sh,v 1.20 2008/04/28 11:36:14 norby Exp $ +# $OpenBSD: keywords.sh,v 1.21 2008/05/06 03:40:31 claudio Exp $ # $NetBSD: keywords.sh,v 1.2 1996/11/15 18:57:21 gwr Exp $ # @(#)keywords 8.2 (Berkeley) 3/19/94 # @@ -45,9 +45,11 @@ netmask nojumbo nostatic out +pop prefixlen proto1 proto2 +push recvpipe reject rtt @@ -57,6 +59,7 @@ sendpipe show ssthresh static +swap xresolve _EOF_ |