[Bug 2335] New: Not always works ip route replace

bugzilla at busybox.net bugzilla at busybox.net
Wed Aug 4 23:45:33 UTC 2010


https://bugs.busybox.net/show_bug.cgi?id=2335

           Summary: Not always works ip route replace
           Product: Busybox
           Version: 1.17.x
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Networking
        AssignedTo: unassigned at busybox.net
        ReportedBy: sfstudio at mail.ru
                CC: busybox-cvs at busybox.net
   Estimated Hours: 0.0


Example:
~ # ip route del 192.168.1.2 dev br0
~ # ip route replace 192.168.1.2 dev br0
~ # ip route replace 192.168.1.2 dev br0
ip: RTNETLINK answers: File exists

Route not replaced...

Or:
~ # ip route replace default dev br0
~ # ip route replace default dev br0
ip: RTNETLINK answers: File exists
~ # ip route del default dev br0
~ # ip route replace default dev br0

ip router replace works as ip route add :(

-- 
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