[Bug 57] New: mistake value "all" to "0.0.0.0" in "ip rule add"
bugzilla-daemon at osuosl.org
bugzilla-daemon at osuosl.org
Sat Jan 17 08:53:09 UTC 2009
https://bugs.busybox.net/show_bug.cgi?id=57
Summary: mistake value "all" to "0.0.0.0" in "ip rule add"
Product: Busybox
Version: 1.13.x
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Networking
AssignedTo: unassigned at busybox.net
ReportedBy: s.mishima at gmail.com
CC: busybox-cvs at busybox.net
Estimated Hours: 0.0
mistaken "all" to "0.0.0.0" that use "ip rule add".
correct "all" is "0.0.0.0/0".
example:
# ip rule add from all table 1
# ip rule list
0: from all lookup local
32765: from 0.0.0.0 lookup 1
32766: from all lookup main
32767: from all lookup default
# ip rule add from 0.0.0.0/0 table 2
# ip rule list
0: from all lookup local
32764: from all lookup 2 ;<- set "0.0.0.0/0"
32765: from 0.0.0.0 lookup 1 ;<- set "all"
32766: from all lookup main
32767: from all lookup default
--
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