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! root@FreeWRT:~# ip route ls ip: unknown command ls root@FreeWRT:~# 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 ------------------------------------------------------------------------- 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/
Christian Gmeiner wrote:> > > Please tell me what do you think about this patch, >This patch is against Shorewall 4.0. I assume that you do *not* need this change applied to 3.4 as well? -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net PGP Public Key \ https://lists.shorewall.net/teastep.pgp.key ------------------------------------------------------------------------- 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/
2007/7/22, Tom Eastep <teastep@shorewall.net>:> Christian Gmeiner wrote: > > > > > > Please tell me what do you think about this patch, > > > > This patch is against Shorewall 4.0. I assume that you do *not* need > this change applied to 3.4 as well?No.. here I am using my own patches :) Thanks, Christian ------------------------------------------------------------------------- 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/
Christian Gmeiner wrote:> 2007/7/22, Tom Eastep <teastep@shorewall.net>: >> Christian Gmeiner wrote: >>> >>> Please tell me what do you think about this patch, >>> >> This patch is against Shorewall 4.0. I assume that you do *not* need >> this change applied to 3.4 as well? > > No.. here I am using my own patches :)Okay. I''ve applied your patch to the 4.x thread -- it will be included in 4.0.1. Thanks, -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net PGP Public Key \ https://lists.shorewall.net/teastep.pgp.key ------------------------------------------------------------------------- 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/
Tom Eastep wrote:> Christian Gmeiner wrote: >> 2007/7/22, Tom Eastep <teastep@shorewall.net>: >>> Christian Gmeiner wrote: >>>> Please tell me what do you think about this patch, >>>> >>> This patch is against Shorewall 4.0. I assume that you do *not* need >>> this change applied to 3.4 as well? >> No.. here I am using my own patches :) > > Okay. I''ve applied your patch to the 4.x thread -- it will be included > in 4.0.1.BTW, you patch misses two instances of ''ip ... ls''. See: http://shorewall.svn.sourceforge.net/shorewall/?rev=6939&view=rev http://shorewall.svn.sourceforge.net/shorewall/?rev=6940&view=rev -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net PGP Public Key \ https://lists.shorewall.net/teastep.pgp.key ------------------------------------------------------------------------- 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/