On Fri, Mar 11, 2016 at 05:40:42PM +0900, Ryota Ozaki wrote: > - route -xresolve and route -[no]cloned are > removed > - -[no]cloning remains because it seems > there are users > - -[no]connected is introduced and recommended > to be used instead of -[no]cloning
One special case that needs to remain supported is the equivalent of the
following:
route add -net $gateway/32 -link -cloning -iface wm0
route add default $gateway -ifa $myip
where $gateway and $myip are not in the same IP range.
Joerg
