mwan3: fix mwan3 'use'
authorAaron Goodman <aaronjg@stanford.edu>
Thu, 22 Oct 2020 13:00:33 +0000 (09:00 -0400)
committerAaron Goodman <aaronjg@stanford.edu>
Thu, 22 Oct 2020 13:41:48 +0000 (09:41 -0400)
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
net/mwan3/Makefile
net/mwan3/files/usr/sbin/mwan3

index 4850bfae4386950cc4f72238c54518f24b58f463..99990e4cca26af7223f465cfbebfc159b297a24b 100644 (file)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mwan3
-PKG_VERSION:=2.10.0
+PKG_VERSION:=2.10.1
 PKG_RELEASE:=1
 PKG_MAINTAINER:=Florian Eckert <fe@dev.tdt.de>
 PKG_LICENSE:=GPL-2.0
index 0251607a072662ec3fc2fa2e5f0051eb30f899a0..45776bdfc37e49f019f33ae6b2df2e523c11aa40 100755 (executable)
@@ -123,7 +123,7 @@ restart() {
        /etc/init.d/mwan3 start
 }
 
-wrap() {
+use() {
        # Run a command with the device, src_ip and fwmark set to avoid processing by mwan3
        # firewall rules
 
@@ -132,7 +132,7 @@ wrap() {
        config_load mwan3
 
        interface=$1 ; shift
-       [ -z "$*" ] && echo "no command specified for mwan3 wrap" && return
+       [ -z "$*" ] && echo "no command specified for mwan3 use" && return
        network_get_device device $interface
        [ -z "$device" ] && echo "could not find device for $interface" && return