| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-07 | conntrack: T7208: nf_conntrack_buckets defaults and behavior | Christian Breunig | |
| Previously, we used a lower limit of 1 and a default value of 32768 for the nf_conntrack_buckets (conntrack hash-size) sysctl option. However, the Linux kernel enforces an internal minimum of 1024. A configuration migrator will now adjust the lower limit to 1024 if necessary. The former default value of 32768 was passed as a kernel module option, which only took effect after the second system reboot. This was due to the option being rendered but not applied during the first boot. This behavior has been changed so that the value is now configurable at runtime and takes effect immediately. Additionally, since VyOS 1.4 increased the hardware requirements to 4GB of RAM, we now align the default value of nf_conntrack_buckets with the kernel's default for systems with more than 1GB of RAM to 65536 entries. Previously, we only supported half that amount. | |||
| 2024-06-26 | migration: T6007: convert all migration scripts to load as module | John Estabrook | |
| 2024-04-06 | T6199: remove unused Python imports from migration scripts | Christian Breunig | |
| 2023-12-05 | T5779: conntrack: Apply fixes to <set system conntrack timeout custom>. ↵ | Nicolas Fort | |
| Remove what was not working on 1.3, migrate what was working to new syntax and extend feature for ipv6. | |||
| 2023-09-04 | conntrack: T4309: T4903: Refactor `system conntrack ignore` rule generation, ↵ | sarthurdev | |
| add IPv6 support and firewall groups | |||
| 2023-08-02 | T5427: Fix migration script arguments len expects 2 args | Viacheslav Hletenko | |
| The script's name is always provided as the first argument sys.argv[0] Expected length for argv is 2 (script itself + config file) Change: 'if (len(argv) < 1)' to 'if len(argv) < 2' | |||
| 2021-08-15 | conntrack: T3275: migrate 'disable' syntax to 'enable' syntax for the new ↵ | Lulu Cathrinus Grimalkin | |
| default behavior | |||
| 2021-02-10 | conntrack: T3290: remove references to removed GRE plugins | Brandon Stepler | |
