mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
BCP38: don't slow down established connections (#2838)
Enabling BCP38 causes an iptables rule to be inserted before this rule: ACCEPT all -- anywhere anywhere ID:66773300 ctstate RELATED,ESTABLISHED This makes all forwarded packets go through the BCP38 ipset match, which slows down download speed from 440 Mbit/s to 340 Mbit/s. Only apply BCP38 match rules if state is NEW. Bump package version. Signed-off-by: Török Edwin <edwin@skylable.com>
This commit is contained in:
committed by
Toke Høiland-Jørgensen
parent
9093379603
commit
0b2b462ae0
+1
-1
@@ -6,7 +6,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=bcp38
|
||||
PKG_VERSION:=4
|
||||
PKG_VERSION:=5
|
||||
PKG_RELEASE:=1
|
||||
PKG_LICENCE:=GPL-3.0+
|
||||
|
||||
|
||||
Reference in New Issue
Block a user