Hi, I am one of the developers of the FreeWRT project and I want to give you some feedback. Shorewall runs quite fine on our supported devices, but we need to patch Shorewall to get it running as expected. The problem is the ip command and busybox 1.4.2.
Some words about busybox:
BusyBox is a multi-call binary that combines many common Unix
utilities into a single executable. Most people will create a
link to busybox for each function they wish to use and BusyBox
will act like whatever it was invoked as!
[EMAIL PROTECTED]:~# ip route ls
ip: unknown command ls
[EMAIL PROTECTED]:~# ip route list
x.y.z.a/b dev eth0.1 src x.y.z.a
192.168.1.0/24 dev eth0.0 src 192.168.1.1
192.168.1.0/24 dev wl0 src 192.168.1.2
default via x.y.z.a dev eth0.1
As the goal of busybox is it to be very small not every program
argument is supported, this includes shortcuts like ls. This patch is
quite simple, as it only replaces all ls with list.
Please tell me what do you think about this patch,
greets,
Christian
better_busybox_support.patch
Description: Binary data
------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________ Shorewall-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/shorewall-devel
