From 451874642e203b6c0b0865eae091918a611c4e9c Mon Sep 17 00:00:00 2001 From: hrs Date: Mon, 27 Dec 2010 16:02:14 +0000 Subject: [PATCH] - route(8) manual page update: no longer supports RTF_CLONING and RTF_LLINFO (MFC from r196833) - Remove -cloning flag from network.subr[*] PR: conf/144842 [*] Approved by: re (bz) git-svn-id: svn://svn.freebsd.org/base/releng/8.2@216740 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- etc/network.subr | 3 +-- sbin/route/route.8 | 21 --------------------- 2 files changed, 1 insertion(+), 23 deletions(-) diff --git a/etc/network.subr b/etc/network.subr index b37e44d4..6e5e992b 100644 --- a/etc/network.subr +++ b/etc/network.subr @@ -1134,8 +1134,7 @@ network6_default_interface_setup() ;; *) laddr=`network6_getladdr ${ipv6_default_interface}` - route add -inet6 ff02:: ${laddr} -prefixlen 16 -interface \ - -cloning + route add -inet6 ff02:: ${laddr} -prefixlen 16 -interface # Disable installing the default interface with the # case net.inet6.ip6.forwarding=0 and diff --git a/sbin/route/route.8 b/sbin/route/route.8 index 65a1de16..59567865 100644 --- a/sbin/route/route.8 +++ b/sbin/route/route.8 @@ -279,7 +279,6 @@ when sending to destinations matched by the routes. These flags may be set (or sometimes cleared) by indicating the following corresponding modifiers: .Bd -literal --cloning RTF_CLONING - generates a new route on use -xresolve RTF_XRESOLVE - emit mesg on use (for external lookup) -iface ~RTF_GATEWAY - destination is directly reachable -static RTF_STATIC - manually added route @@ -288,7 +287,6 @@ by indicating the following corresponding modifiers: -blackhole RTF_BLACKHOLE - silently discard pkts (during updates) -proto1 RTF_PROTO1 - set protocol specific routing flag #1 -proto2 RTF_PROTO2 - set protocol specific routing flag #2 --llinfo RTF_LLINFO - validly translates proto addr to link addr .Ed .Pp The optional modifiers @@ -326,25 +324,6 @@ or .Fl ifa modifiers may be used to determine the interface or interface address. .Pp -The optional -.Fl proxy -modifier specifies that the -.Dv RTF_LLINFO -routing table entry is the -.Dq published (proxy-only) -.Tn ARP -entry, as reported by -.Xr arp 8 . -.Pp -The optional -.Fl genmask -modifier specifies that a cloning mask is present. -This specifies the mask applied when determining if a child route -should be created. -It is only applicable to network routes with the -.Dv RTF_CLONING -flag set. -.Pp All symbolic names specified for a .Ar destination or -- 2.42.0