Bug 6896 - A bug when delete the default gateway ip from route table
Summary: A bug when delete the default gateway ip from route table
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Networking (show other bugs)
Version: 1.22.x
Hardware: PC Linux
: P5 minor
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-15 11:55 UTC by Jobcrazy
Modified: 2014-02-15 11:55 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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