mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
bridger: update to Git HEAD (2025-10-21)
Some checks are pending
Build all core packages / Build all core packages for selected target (push) Waiting to run
Some checks are pending
Build all core packages / Build all core packages for selected target (push) Waiting to run
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>
This commit is contained in:
parent
843e8a47e2
commit
daf811064b
1 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue