]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
bridger: update to Git HEAD (2025-10-21)
authorFelix Fietkau <nbd@nbd.name>
Wed, 22 Oct 2025 07:57:16 +0000 (07:57 +0000)
committerFelix Fietkau <nbd@nbd.name>
Wed, 22 Oct 2025 08:20:53 +0000 (10:20 +0200)
2d74a362c9c3 nl: always return NL_SKIP in bridge_nl_error_cb
c3ed437a72cf Revert "nl: add missing dump flag for RTM_GETTFILTER"
f67fc970b4e3 bridger: add VLAN state verification
e5b44387e0c5 bridger: add port state verification
f994af459375 bridger: reject tagged packets on non-member VLANs
e8d350f6ebe8 bridger: clear PVID when rebuilding VLAN list
50f43ce637a1 flow: add VLAN 0 fallback for local FDB entries
76fb17f2c6c7 device: verify PVID membership for untagged packets
d862c053fef1 flow: add egress VLAN membership verification
4dc5182c95a2 flow: reject flows on VLANs with tunnel information
a3b08aa510e1 flow: only refresh the input fdb entry of active flows
bf2c9636b51f nl: increase netlink socket buffer size
95125f0b0be5 flow: reject pending flows with mismatched fdb device

Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/network/services/bridger/Makefile

index ebe8fdd24be56574fd41a069b9329abc3970357c..649b9d4c0bb58ab1c7174911b0454c697b14b0a8 100644 (file)
@@ -10,9 +10,9 @@ include $(TOPDIR)/rules.mk
 PKG_NAME:=bridger
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=https://github.com/nbd168/bridger
-PKG_SOURCE_DATE:=2025-09-01
-PKG_SOURCE_VERSION:=f6afcb04f2ef1af2677ce0b1e136118c4d4dd764
-PKG_MIRROR_HASH:=ae8f13743ff2f06ab8eb91eb6d74a8c4275565e931fbee95842b56d86788edf6
+PKG_SOURCE_DATE:=2025-10-21
+PKG_SOURCE_VERSION:=95125f0b0be53b3b6fa6439641a75bedd962da09
+PKG_MIRROR_HASH:=d6372d681f171c1850ed9144d8b647f5c656f29d3350344e9eedfac43c4462b4
 
 PKG_LICENSE:=GPL-2.0
 PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>