[openwrt/openwrt] firewall: update to the latest version, adds hw flow offload support

LEDE Commits lede-commits at lists.infradead.org
Thu Apr 5 09:12:45 PDT 2018


nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/adc3f31b2cd174786e163b4a8eb9f79a374beffe

commit adc3f31b2cd174786e163b4a8eb9f79a374beffe
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Thu Apr 5 14:56:18 2018 +0200

    firewall: update to the latest version, adds hw flow offload support
    
    35b3e74 defaults: add support for setting --hw on the xt_FLOWOFFLOAD rule
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/network/config/firewall/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile
index 44da26d..6bf5ee6 100644
--- a/package/network/config/firewall/Makefile
+++ b/package/network/config/firewall/Makefile
@@ -13,9 +13,9 @@ PKG_RELEASE:=2
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/firewall3.git
-PKG_SOURCE_DATE:=2018-03-20
-PKG_SOURCE_VERSION:=5cdf15eead8153f81c3f80c4f58164f950845ac1
-PKG_MIRROR_HASH:=eaec17deb0f6712b73744d90b5af397ae418712b69be6fcbaebbe4c6cc9652fc
+PKG_SOURCE_DATE:=2018-04-05
+PKG_SOURCE_VERSION:=35b3e74a184b709b8ddfaaa094919a656a6ec059
+PKG_MIRROR_HASH:=b45da27ef219d0ec17ad3426b99e83781d079996fef553e5c47b98473f33b3cc
 PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
 PKG_LICENSE:=ISC
 



More information about the lede-commits mailing list