diff options
Diffstat (limited to 'share/man/man4/route.4')
-rw-r--r-- | share/man/man4/route.4 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man4/route.4 b/share/man/man4/route.4 index f7191b71c38..f26ad1fa884 100644 --- a/share/man/man4/route.4 +++ b/share/man/man4/route.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: route.4,v 1.41 2016/07/13 08:40:46 mpi Exp $ +.\" $OpenBSD: route.4,v 1.42 2016/08/31 21:32:06 bluhm 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: July 13 2016 $ +.Dd $Mdocdate: August 31 2016 $ .Dt ROUTE 4 .Os .Sh NAME @@ -356,7 +356,6 @@ Flags include the values: #define RTF_DYNAMIC 0x10 /* created dynamically (by redirect) */ #define RTF_MODIFIED 0x20 /* modified dynamically (by redirect) */ #define RTF_DONE 0x40 /* message confirmed */ -#define RTF_MASK 0x80 /* subnet mask present */ #define RTF_CLONING 0x100 /* generate new routes on use */ #define RTF_MULTICAST 0x200 /* route associated to a mcast addr. */ #define RTF_LLINFO 0x400 /* generated by ARP or NDP */ |