[Bug 6896] New: A bug when delete the default gateway ip from route table
bugzilla at busybox.net
bugzilla at busybox.net
Sat Feb 15 11:55:27 UTC 2014
https://bugs.busybox.net/show_bug.cgi?id=6896
Summary: A bug when delete the default gateway ip from route
table
Product: Busybox
Version: 1.22.x
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P5
Component: Networking
AssignedTo: unassigned at busybox.net
ReportedBy: xianip at 163.com
CC: busybox-cvs at busybox.net
Estimated Hours: 0.0
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
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the busybox-cvs
mailing list