aboutsummaryrefslogtreecommitdiff
path: root/net/vpnbypass
Commit message (Collapse)AuthorAge
* vpnbypass: remove problematic sed command from MakefileHannu Nyman2017-02-14
| | | | | | | | | | Makefile had sed commands in "prepare" step that modified the source files directly. That lead to feed update failure at the buildbot. Remove those commands as the first aid. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* vpnbypass: updated README (linked from luci app)Stan Grishin2017-02-13
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* vpnbypass: new service triggers, typo fix, more reliable startStan Grishin2017-02-13
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* vpnbypass: HOTFIX no longer incorrectly stopping service/reliable startStan Grishin2017-02-04
| | | | | | | fixed: stop function used to kill the hotplug file fixed: despite ubus wait_for network.interface.wan and WAN-IF hotplug, sometimes we'd get no WAN ip on start Signed-off-by: Stan Grishin <stangri@melmac.net>
* vpnbypass: initial commitStan Grishin2017-01-27
Signed-off-by: Stan Grishin <stangri@melmac.net> vpnbypass: fixed renamed option in stop_service Signed-off-by: Stan Grishin <stangri@melmac.net> vpnbypass: fixed typo in makefile, switch FW_MARK to 0x010000 to play nice with SQM/mwan (thanks Hannu) Signed-off-by: Stan Grishin <stangri@melmac.net> vpnbypass: proper masking in setting mark Signed-off-by: Stan Grishin <stangri@melmac.net> vpnbypass: separating luci-app-vpnbypass into different tree Signed-off-by: Stan Grishin <stangri@melmac.net> vpnbypass: fixed incorrect use of procd_add_reload_interface_trigger according to http://wiki.prplfoundation.org/wiki/Procd_reference Signed-off-by: Stan Grishin <stangri@melmac.net>