aboutsummaryrefslogtreecommitdiff
path: root/net/mwan3/files/etc/hotplug.d/iface
Commit message (Collapse)AuthorAge
...
* net/mwan3: add connected network regardless of mwan3 interface enable stateFlorian Eckert2017-04-27
| | | | | | | | If netifd set an interface up/down which is not tracked by mwan3 the connected network of that interface should regardless be added/removed to the mwan3_connected ipset. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* net/mwan3: registrate SIGUSR1 trap on interface down eventFlorian Eckert2017-04-11
| | | | | | | | | | | | If interface is getting down by netifd (unplug ethernet cable) mwan3track will not recognize this change. It will also generate an additional down event when he notice does his tracking interface is offline. Mwan3track will now be informed by a signal (trap) USR1 during down event that the interface is already down. An additional down event will not be generated. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* Merge pull request #4174 from TDT-GmbH/mwan3-add-ubus-checkchamptar2017-03-24
|\ | | | | net/mwan3: add ubus interface check
| * net/mwan3: add ubus interface checkFlorian Eckert2017-03-21
| | | | | | | | | | | | | | | | | | On interfaces with interface proto "qmi|ncm" and option dhcp enabled the interface will be changed to $iface_4 | $iface_6. The interface mapping in mwan3 will not recognize this interface. To fix this issue an ubus call will check if an upper interface exists. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | net/mwan3: pass environment variables to mwan3-userFlorian Eckert2017-03-21
|/ | | | | | | User scripts conversion from luci-app-wan3 will be simplified if the variables are passed by env instead of arguments. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* Merge pull request #4158 from TDT-GmbH/mwan-fix-hotplugHannu Nyman2017-03-18
|\ | | | | net/mwan3: fix hotplug on ACTION ifdown
| * net/mwan3: fix hotplug on ACTION ifdownFlorian Eckert2017-03-17
| | | | | | | | | | | | | | | | On dynamic interface proto (dhcp/pppoe) the hotplug will not execude (exit 9) because the gateway is already released. The check will now only be made on a ifup ACTION event. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | net/mwan3: add mwan3.user hotplug scriptFlorian Eckert2017-03-17
|/ | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* net/mwan3: reset conntrack table on iface up/down eventFlorian Eckert2017-03-16
| | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* 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: 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-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-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-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>