Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-11 | migration: T6007: convert all migration scripts to load as module | John Estabrook | |
(cherry picked from commit 26740a8d583f64dc0a27b59dd4ae303056972c0b) | |||
2024-05-22 | nat: T6345: source NAT port mapping "fully-random" is superfluous in Kernel ↵ | Christian Breunig | |
>=5.0 random - In kernel 5.0 and newer this is the same as fully-random. In earlier kernels the port mapping will be randomized using a seeded MD5 hash mix using source and destination address and destination port. https://git.netfilter.org/nftables/commit/?id=fbe27464dee4588d906492749251454 |