summaryrefslogtreecommitdiff
path: root/scripts/package-build/linux-kernel/build-ipt-netflow.sh
AgeCommit message (Collapse)Author
2026-07-08Kernel: T5641: enable module compression to save disk spaceChristian Breunig
After signing the Linux Kernel modules with the ephemeral key, proceed by compressing the Kernel modules with xz to reduce the final ISO image size. Initial tests have shown a size reduction by 60MiB.
2025-09-01T75: ipt-netflow enable direction + fix vlan outKyrylo Yatsenko
* add --enable-direction as requested * Fix output of `cat /proc/net/stat/ipt_netflow_flows`: previously if no VLAN, there was no output and table columns were shifted when parsed.
2025-08-31T75: ipt-netflow enable sampler, mac and vlanKyrylo Yatsenko
Enable sampler, MAC address and VLAN recording. For this to work two patches are needed: * 0001-Fix-prandom_u32-_max-get_random_u32-_below: fix interface updates for random numbers, took fix from https://github.com/aabc/ipt-netflow/commit/0c5759d002131ac3ae161713f4ce0d515037c1de * 0002-Fix-lu-llu-where-64bit: Fix lu -> llu for 64-bit fields
2025-04-17packages: T6230: include iptables modules in vyos-ipt-netflowDaniil Baturin
2025-03-11Kernel: T6230: add ipt_NETFLOW out-of-tree moduleChristian Breunig