diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2003-08-26 08:33:13 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2003-08-26 08:33:13 +0000 |
commit | d583950be9e490d1bb31e20cb010348fcb444fd0 (patch) | |
tree | 2d6fed11b2386a37ff52c7dd6fc728888e42f162 /share | |
parent | 90cc490af36cf6973651c32141a6a1d7dbadc728 (diff) |
mark cloned route with RTF_CLONED. remove RTF_CLONED route when clone parent
disappers. deraadt ok
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 28bad6a207b..bfb44ba6cd6 100644 --- a/share/man/man4/route.4 +++ b/share/man/man4/route.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: route.4,v 1.13 2003/06/02 23:30:12 millert Exp $ +.\" $OpenBSD: route.4,v 1.14 2003/08/26 08:33:12 itojun Exp $ .\" $NetBSD: route.4,v 1.3 1994/11/30 16:22:31 jtc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -240,6 +240,7 @@ Flags include the values: #define RTF_BLACKHOLE 0x1000 /* just discard pkts (during updates) */ #define RTF_PROTO2 0x4000 /* protocol specific routing flag #1 */ #define RTF_PROTO1 0x8000 /* protocol specific routing flag #2 */ +#define RTF_CLONED 0x10000 /* this is a cloned route */ .Ed .Pp Specifiers for metric values in rmx_locks and rtm_inits are: |