aboutsummaryrefslogtreecommitdiff
path: root/net/mwan3
Commit message (Collapse)AuthorAge
* mwan3: remove bad local shell variable declarationsJo-Philipp Wich2016-09-24
| | | | | | | Local variable declarations outside of functions are illegal since the Busybox update to v1.25.0, therfore remove them from the appropriate places. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* mwan3: fix mwan3track whitespace typoFlorian Eckert2016-07-21
| | | | Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
* mwan3: fix mwan3 help whitespace typoFlorian Eckert2016-07-21
| | | | Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
* mwan3: update to version 2.0-2Jeroen Louwes2015-12-21
| | | | | | Fix iptables issue where a needed ipset was not created if first wan that came online was not a member of policy. Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
* mwan3: update to version 2.0-1Jeroen Louwes2015-12-17
| | | | | | | Fix issue with sticky sessions not working correctly Fix issue where user created ipsets were not applied Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
* mwan3: update to version 2.0-0Jeroen Louwes2015-11-19
| | | | | | | IPv6 support! :D Big code overhaul; expect bugs.. Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
* mwan3: update to version 1.6-3Jeroen Louwes2015-10-20
| | | | | | Fix for changed location ip binary Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
* mwan3: update to version 1.6-2Jeroen Louwes2015-07-21
| | | | | | Fix malformed uci commands. (issue #1502) Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
* mwan3: update to version 1.6-1Adze15022015-03-17
| | | | | | | Add ipset support (ipset version >6.22 with ipmark required) Add stickiness feature Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
* mwan3: update to version 1.5-10Adze15022015-01-15
| | | | | | | Fixed issue in mwan3 status output with mwan3 interfaces not yet configuerd in network config Removed nexthop argument as it is no longer used Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
* mwan3: update to version 1.5-9Adze15022014-12-22
| | | | | | | Fix issue where config file would be overwritten in some cases Fix issue where local address of wan point-to-point links were unreachable from lan Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
* mwan3: update to version 1.5-8Adze15022014-10-07
| | | | | | Fix bug introduced in version 1.5-7; args were not parsed to script. Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
* mwan3: update to version 1.5-7Adze15022014-10-02
| | | | | | | Fixed issue where an manual ifup-ed interface would immediatly go down again Remove from init as mwan3 is not a service Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
* mwan3: update to version 1.5-6Adze15022014-09-25
| | | | | | | Fixed issue where mwan3 would not immediately set interface down on link-loss event Added feature to define last-resort action on policies with no members Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
* mwan3: update to version 1.5-4Adze15022014-09-09
| | | | | | Fix issue with more than one link route on a wan interface Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
* mwan3: update to version 1.5-4Adze15022014-08-21
| | | | | | Fix issue #219: Policy status output returns arithmetic syntax error Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
* mwan3: update to version 1.5-3Adze15022014-08-14
| | | | | | Better way of fixing the "icmp unreachable exits wrong interface" problem Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
* mwan3: Update to version 1.5-2Adze15022014-08-12
| | | | | | | Fix issue icmp unreachables go out wrong interface Remove unnecessary line Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
* mwan3: Update to version 1.5-1Adze15022014-08-10
| | | | | | | Add iptables -w option, which increases stability, requires iptables v1.4.20. Code cleanup Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
* Add mwan3 to packages feedAdze15022014-08-08
Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>