summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2014-04-09 11:15:50 +0000
committerglebius <glebius@FreeBSD.org>2014-04-09 11:15:50 +0000
commita25c39725c84ba2fa1b634932a49f04424be9a9d (patch)
treee406a63fc682e1f5f0749775ea0df5528b04c560 /share
parentecc4e56cfaad4f3823fe6215d844db777085a510 (diff)
downloadFreeBSD-src-a25c39725c84ba2fa1b634932a49f04424be9a9d.zip
FreeBSD-src-a25c39725c84ba2fa1b634932a49f04424be9a9d.tar.gz
Merge r263203: garbage collect long time obsoleted (or never used) stuff
from routing API.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/route.42
-rw-r--r--share/man/man9/rtentry.92
2 files changed, 0 insertions, 4 deletions
diff --git a/share/man/man4/route.4 b/share/man/man4/route.4
index b85b41c..1e273a2 100644
--- a/share/man/man4/route.4
+++ b/share/man/man4/route.4
@@ -196,8 +196,6 @@ Messages include:
#define RTM_REDIRECT 0x6 /* Told to use different route */
#define RTM_MISS 0x7 /* Lookup failed on this address */
#define RTM_LOCK 0x8 /* fix specified metrics */
-#define RTM_OLDADD 0x9 /* caused by SIOCADDRT */
-#define RTM_OLDDEL 0xa /* caused by SIOCDELRT */
#define RTM_RESOLVE 0xb /* request to resolve dst to LL addr - unused */
#define RTM_NEWADDR 0xc /* address being added to iface */
#define RTM_DELADDR 0xd /* address being removed from iface */
diff --git a/share/man/man9/rtentry.9 b/share/man/man9/rtentry.9
index 12fa93d..836f687 100644
--- a/share/man/man9/rtentry.9
+++ b/share/man/man9/rtentry.9
@@ -157,8 +157,6 @@ Requests that output sent via this route be discarded.
.It Dv RTF_PROTO2
.It Dv RTF_PROTO3
Protocol-specific.
-.It Dv RTF_PRCLONING
-This flag is obsolete and simply ignored by facility.
.It Dv RTF_PINNED
(Reserved for future use to indicate routes which are not to be
modified by a routing protocol.)
OpenPOWER on IntegriCloud