diff options
author | Cedric Berger <cedric@cvs.openbsd.org> | 2004-06-19 20:00:20 +0000 |
---|---|---|
committer | Cedric Berger <cedric@cvs.openbsd.org> | 2004-06-19 20:00:20 +0000 |
commit | 4557240ea3bbe8fed25779105b56c9659a2ac66f (patch) | |
tree | 0280ab9ce9d5640cbbed86e34255b9c48b1ea5b8 /share | |
parent | 28b515bbefd3b127eb44ccd3870c0d83faea1bc6 (diff) |
sync (RTF_MPATH).
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/route.4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man4/route.4 b/share/man/man4/route.4 index 7a7c94d402d..4e820ae020f 100644 --- a/share/man/man4/route.4 +++ b/share/man/man4/route.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: route.4,v 1.18 2004/06/08 14:50:38 cedric Exp $ +.\" $OpenBSD: route.4,v 1.19 2004/06/19 20:00:19 cedric Exp $ .\" $NetBSD: route.4,v 1.3 1994/11/30 16:22:31 jtc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -312,6 +312,7 @@ Flags include the values: #define RTF_PROTO1 0x8000 /* protocol specific routing flag */ #define RTF_CLONED 0x10000 /* this is a cloned route */ #define RTF_SOURCE 0x20000 /* this route has a source selector */ +#define RTF_MPATH 0x40000 /* multipath route or operation */ .Ed .Pp Specifiers for metric values in rmx_locks and rtm_inits are: |