diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2016-08-31 21:32:07 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2016-08-31 21:32:07 +0000 |
commit | 7febf08f33aebb4a1f9528d962ce4c5067edc4f0 (patch) | |
tree | ae688679f31e9860b6004e62925b16c4b4ca8446 /share/man | |
parent | 24af558f5ce4979929bd5210935771efe940f288 (diff) |
Remove unused RTF_MASK route flag.
Requested by and OK mpi@
Diffstat (limited to 'share/man')
-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 */ |