<feed xmlns='http://www.w3.org/2005/Atom'>
<title>svn-archive/packages/net/multiwan/files/usr, branch master</title>
<subtitle>OpenWrt package feed branches, manually converted from SVN.</subtitle>
<id>https://git.openwrt.org/openwrt/svn-archive/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/svn-archive/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/packages/'/>
<updated>2014-04-07T09:56:08Z</updated>
<entry>
<title>multiwan: remove unnecessary call to config_clear()</title>
<updated>2014-04-07T09:56:08Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2014-04-07T09:56:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/packages/commit/?id=f667d4a8904f9b16b25606c0c7d1b63668284ee0'/>
<id>urn:sha1:f667d4a8904f9b16b25606c0c7d1b63668284ee0</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 40407
</content>
</entry>
<entry>
<title>multiwan: fix health monitoring</title>
<updated>2012-09-19T15:09:29Z</updated>
<author>
<name>Florian Fainelli</name>
</author>
<published>2012-09-19T15:09:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/packages/commit/?id=7b9fcef42302cf6e24a8faf1df129b052ef91248'/>
<id>urn:sha1:7b9fcef42302cf6e24a8faf1df129b052ef91248</id>
<content type='text'>
he extra space makes the ${health_monitor%.* } as "parallel.started", so it
won't match "parallel". This causes monitor_wan never starts.

Signed-off-by: York Sun &lt;york.sun@me.com&gt;

SVN-Revision: 33471
</content>
</entry>
<entry>
<title>multiwan: switch to /lib/functions/network.sh to derive network state (#11780)</title>
<updated>2012-08-08T10:37:29Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2012-08-08T10:37:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/packages/commit/?id=34b97fc3299715a3efa1051655b2acfce5fcc573'/>
<id>urn:sha1:34b97fc3299715a3efa1051655b2acfce5fcc573</id>
<content type='text'>
SVN-Revision: 33052
</content>
</entry>
<entry>
<title>/etc/functions.sh =&gt; /lib/functions.sh</title>
<updated>2012-06-05T15:54:57Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2012-06-05T15:54:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/packages/commit/?id=ded273418d1f174f18adc05b434b0fd7db943ade'/>
<id>urn:sha1:ded273418d1f174f18adc05b434b0fd7db943ade</id>
<content type='text'>
SVN-Revision: 32061
</content>
</entry>
<entry>
<title>multiwan package: use less iptables -F</title>
<updated>2012-03-07T11:47:52Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2012-03-07T11:47:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/packages/commit/?id=da2c1f8c7691b1b12570e8be5c1f69e81b5116c5'/>
<id>urn:sha1:da2c1f8c7691b1b12570e8be5c1f69e81b5116c5</id>
<content type='text'>
Hi

Even if "qos-scripts" package isn't installed, multiwan is flushing all the mangle chains.
This patch correct this behavior to let people use mangle table if qos-scripts is not there (to use there own qos script ...)

Info: For the moment the qos management of the multiwan package is broken (it's speaks about IMQ, instead of IFB)

The package version go from 1.0.20 to 1.0.21 (and not 1.0.19) because there is this patch also pending (http://patchwork.openwrt.org/patch/1740/)

Signed-off-by: Etienne CHAMPETIER &lt;etienne.champetier@free.fr&gt;

SVN-Revision: 30833
</content>
</entry>
<entry>
<title>Add enabled option to multiwan</title>
<updated>2012-03-07T11:47:48Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2012-03-07T11:47:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/packages/commit/?id=7dc0badd219a6e9612478a979e1670e59659b330'/>
<id>urn:sha1:7dc0badd219a6e9612478a979e1670e59659b330</id>
<content type='text'>
Hi

Attached modified patchs for multiwan and luci-app-multiwan

Signed-off-by: Etienne CHAMPETIER &lt;etienne.champetier@free.fr&gt;

Le 19/12/2011 18:30, Etienne Champetier a écrit :
&gt; Hi
&gt;
&gt; Here follows the patch for luci multiwan package
&gt; I've also opened a ticket on the luci trac
&gt;
&gt; Regards
&gt;
&gt; Le 19/12/2011 16:38, Etienne Champetier a écrit :
&gt;&gt; Hi
&gt;&gt;
&gt;&gt; The only mean to disable multiwan is to delete the symlink in /etc/rc.d, but if you make a backup and restore it you have to re-delete the symlink.
&gt;&gt;
&gt;&gt; This small patch add an "enabled" option to multiwan script.
&gt;&gt;
&gt;&gt; It will allow me to have one image per router model, not one with multiwan and one without.
&gt;&gt;
&gt;&gt; Best regards
&gt;&gt;
&gt;&gt; Signed-off-by: Etienne CHAMPETIER &lt;etienne.champetier@free.fr&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt; _______________________________________________
&gt;&gt; openwrt-devel mailing list
&gt;&gt; openwrt-devel@lists.openwrt.org
&gt;&gt; https://lists.openwrt.org/mailman/listinfo/openwrt-devel
&gt;&gt;
&gt;&gt;
&gt;&gt; _______________________________________________
&gt;&gt; openwrt-devel mailing list
&gt;&gt; openwrt-devel@lists.openwrt.org
&gt;&gt; https://lists.openwrt.org/mailman/listinfo/openwrt-devel

SVN-Revision: 30832
</content>
</entry>
<entry>
<title>multiwan: 1. option 'health_monitor' 'serial' starts only one background process to monitor the health of any number of wan's, saving system resources (WHR-HP-G54 with only 16 MB memory is a happy wimp :) 2. option 'icmp_count' '3' can be useful to reduce false positives 3. a sample 'mwanfw' for VoIP traffic 4. "/etc/init.d/multiwan single" restores to the initial state of single wan. The "stop" command didn't quite do that, and it's now only good for process shutdown 5. numerous minor code cleanups</title>
<updated>2010-10-10T20:59:38Z</updated>
<author>
<name>Craig M. Coffee</name>
</author>
<published>2010-10-10T20:59:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/packages/commit/?id=e35bdd019e61e221a61c993fb658659fb71ce02d'/>
<id>urn:sha1:e35bdd019e61e221a61c993fb658659fb71ce02d</id>
<content type='text'>
SVN-Revision: 23388
</content>
</entry>
<entry>
<title>update multiwan to 1.0.18 (#7792)</title>
<updated>2010-09-11T18:38:29Z</updated>
<author>
<name>Florian Fainelli</name>
</author>
<published>2010-09-11T18:38:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/packages/commit/?id=472e5b431fbe6152d853081449b9d5410e9ff258'/>
<id>urn:sha1:472e5b431fbe6152d853081449b9d5410e9ff258</id>
<content type='text'>
SVN-Revision: 23011
</content>
</entry>
<entry>
<title>multiwan: Changed route acquistion to grab everything except default routes.</title>
<updated>2010-07-30T06:54:01Z</updated>
<author>
<name>Craig M. Coffee</name>
</author>
<published>2010-07-30T06:54:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/packages/commit/?id=a15e038bf5820d379b09053783bfa8e4a61aa43b'/>
<id>urn:sha1:a15e038bf5820d379b09053783bfa8e4a61aa43b</id>
<content type='text'>
SVN-Revision: 22415
</content>
</entry>
<entry>
<title>multiwan: Reverted back from using LAN as default route in main routing table.</title>
<updated>2010-07-02T03:09:04Z</updated>
<author>
<name>Craig M. Coffee</name>
</author>
<published>2010-07-02T03:09:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/packages/commit/?id=4d505e9019b2bc39b5fbf4767f27d3b06b57f3d8'/>
<id>urn:sha1:4d505e9019b2bc39b5fbf4767f27d3b06b57f3d8</id>
<content type='text'>
SVN-Revision: 22043
</content>
</entry>
</feed>
