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

mwan3: fix mwan3 flush conntrack table call
This commit is contained in:
Florian Eckert 2021-12-28 14:52:06 +01:00 committed by GitHub
commit bca4b5032e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

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>

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