Bug 6896

Summary: A bug when delete the default gateway ip from route table
Product: Busybox Reporter: Jobcrazy <xianip>
Component: NetworkingAssignee: unassigned
Status: NEW ---    
Severity: minor CC: busybox-cvs
Priority: P5    
Version: 1.22.x   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

Description Jobcrazy 2014-02-15 11:55:27 UTC
it will says "SIOC[ADD|DEL]RT: No Such Process"

I change the file networking/route.c:

old code is
rt.rtmsg_metric = 1

new code is
rt.rtmsg_metric = 0

and the problem sloved