diff options
author | Esben Norby <norby@cvs.openbsd.org> | 2008-04-28 11:36:15 +0000 |
---|---|---|
committer | Esben Norby <norby@cvs.openbsd.org> | 2008-04-28 11:36:15 +0000 |
commit | c20623b142ef4b6771fed62c8f702f5cea16eea4 (patch) | |
tree | 0b44500261a8b082a5291a5e18c8ef6984957d03 /sbin/route/keywords.sh | |
parent | 15918ce230720ac64fab6c3ef09934be436240b8 (diff) |
It is now possible to enter static MPLS routes into the kernel.
It is still not possible to set the desired opration for an entry.
ok claudio@ laurent@ dlg@
Diffstat (limited to 'sbin/route/keywords.sh')
-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 7ed093a9501..69983487fcb 100644 --- a/sbin/route/keywords.sh +++ b/sbin/route/keywords.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: keywords.sh,v 1.19 2007/06/04 12:23:43 henning Exp $ +# $OpenBSD: keywords.sh,v 1.20 2008/04/28 11:36:14 norby Exp $ # $NetBSD: keywords.sh,v 1.2 1996/11/15 18:57:21 gwr Exp $ # @(#)keywords 8.2 (Berkeley) 3/19/94 # @@ -27,6 +27,7 @@ iface interface ifa ifp +in inet inet6 jumbo @@ -37,11 +38,13 @@ lock lockrest monitor mpath +mpls mtu net netmask nojumbo nostatic +out prefixlen proto1 proto2 |