SERG wrote:
> echo "P-t-P: $4 $3" >> /tmp/ip-up.log
> route delete $4 $3 > /tmp/ip-ip.log 2>&1
> route delete -host $4 -interface $3 >> /tmp/ip-ip.log 2>&1
> route delete -host $4 $3 >> /tmp/ip-ip.log 2>&1

It looks as though you're trying to delete the interface route created
by the PPP IP interface.  Can you explain why you're doing that?

It's not possible to delete interface routes using the "route" command.
 They're artifacts of the IP interface itself.  Use "ifconfig sppp0
down" to remove an interface route or, if you don't want to run IP with
PPP, then use the "noip" option.

-- 
James Carlson         42.703N 71.076W         <carls...@workingcode.com>
_______________________________________________
networking-discuss mailing list
networking-discuss@opensolaris.org

Reply via email to