Browse Source

Merge pull request #17418 from TDT-AG/pr/20211222-mwan3

mwan3: fix mwan3 flush conntrack table call
lilik-openwrt-22.03
Florian Eckert 2 years ago
committed by GitHub
parent
commit
bca4b5032e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions
  1. +1
    -1
      net/mwan3/Makefile
  2. +3
    -1
      net/mwan3/files/etc/hotplug.d/iface/15-mwan3

+ 1
- 1
net/mwan3/Makefile View File

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mwan3
PKG_VERSION:=2.10.12
PKG_VERSION:=2.10.13
PKG_RELEASE:=1
PKG_MAINTAINER:=Florian Eckert <fe@dev.tdt.de>, \
Aaron Goodman <aaronjg@alumni.stanford.edu>


+ 3
- 1
net/mwan3/files/etc/hotplug.d/iface/15-mwan3 View File

@ -26,7 +26,6 @@ mwan3_init
/etc/init.d/mwan3 running || {
[ "$MWAN3_STARTUP" = "init" ] || procd_lock
LOG notice "mwan3 hotplug $ACTION on $INTERFACE not called because globally disabled"
mwan3_flush_conntrack "$INTERFACE" "$ACTION"
exit 0
}
@ -85,4 +84,7 @@ case "$ACTION" in
mwan3_set_policies_iptables
;;
esac
mwan3_flush_conntrack "$INTERFACE" "$ACTION"
exit 0

Loading…
Cancel
Save