diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-05-08 09:30:49 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-05-08 09:30:49 +0000 |
commit | 71205964465210b6aa8681bfb76ebbcd25db6439 (patch) | |
tree | 3fa010cdfb9f132d10c2cec441fbad2b3030ec07 /share | |
parent | 546db155d46f2657664631eb953ddd55a73a8f48 (diff) |
Sync flags with route.h
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/route.4 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man4/route.4 b/share/man/man4/route.4 index 272f97972ef..457cbb50d84 100644 --- a/share/man/man4/route.4 +++ b/share/man/man4/route.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: route.4,v 1.36 2014/01/22 06:25:52 claudio Exp $ +.\" $OpenBSD: route.4,v 1.37 2014/05/08 09:30:48 mpi Exp $ .\" $NetBSD: route.4,v 1.3 1994/11/30 16:22:31 jtc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)route.4 8.6 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: January 22 2014 $ +.Dd $Mdocdate: May 8 2014 $ .Dt ROUTE 4 .Os .Sh NAME @@ -368,6 +368,8 @@ Flags include the values: #define RTF_CLONED 0x10000 /* this is a cloned route */ #define RTF_MPATH 0x40000 /* multipath route or operation */ #define RTF_MPLS 0x100000 /* MPLS additional infos */ +#define RTF_LOCAL 0x200000 /* route to a local address */ +#define RTF_BROADCAST 0x400000 /* route associated to a bcast addr. */ .Ed .Pp Specifiers for metric values in |