From 648215aa0f3ab00764f4c77b114f08da7bf12c8e Mon Sep 17 00:00:00 2001 From: mpi Date: Thu, 8 May 2014 09:30:48 +0000 Subject: [PATCH] Sync flags with route.h --- share/man/man4/route.4 | 6 ++++-- 1 file 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 -- 2.20.1