Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-14 | xml: T2518: improve NAT66/NPTv6 help string | Christian Breunig | |
2024-03-13 | Merge pull request #3125 from c-po/radvd-T6118 | Daniil Baturin | |
radvd: T6118: add nat64prefix support RFC8781 | |||
2024-03-13 | Merge pull request #3126 from zdc/T4548-circinus | Christian Breunig | |
grub: T4548: Fixed GRUB configuration files order | |||
2024-03-13 | grub: T4548: Fixed configuration files order | zsdc | |
To iterate files on ext* file systems GRUB reads their inodes one by one, ignoring names. This breaks our configuration logic that relies on proper loading order. This commit adds a helper `sort_inodes()` that needs to be used whenever GRUB configuration files are created. It recreates files, changing their inodes in a way where inodes order matches alphabetical order. | |||
2024-03-12 | radvd: T6118: add nat64prefix support RFC8781 | Christian Breunig | |
Add support for pref64 option, as defined in RFC8781. The prefix valid lifetime must not be smaller than the "interface interval max" definition which defaults to 600. set service router-advert interface eth1 nat64prefix 64:ff9b::/96 | |||
2024-03-12 | Merge pull request #3123 from sarthurdev/T5080_order | Christian Breunig | |
conntrack: T5080: Fix rule order for applied conntrack modules | |||
2024-03-12 | Merge pull request #3120 from lucasec/t6114 | Christian Breunig | |
T6114: fix broken migration dhcpv6-server 4-to-5 | |||
2024-03-12 | conntrack: T5080: Fix rule order for applied conntrack modules | sarthurdev | |
2024-03-10 | T6114: fix broken migration dhcpv6-server 4-to-5 | Lucas Christian | |
2024-03-10 | Merge pull request #3110 from jestabro/relax-description-constraint | Christian Breunig | |
xml: T6098: relax description constraint to allow non-ascii characters | |||
2024-03-10 | xml: T6098: relax description constraint to allow non-ascii characters | John Estabrook | |
A restriction to ascii in the constraint disallowed earlier support for unicode bytes. | |||
2024-03-10 | Merge pull request #3117 from UnixxSH/patch-1 | Christian Breunig | |
dhcp-client: T6093: extend regex for client class-id's with DOT | |||
2024-03-10 | dhcp-client: T6093: extend regex for client class-id's with DOT | Lucas | |
The regex used is not working if the string contains dots. Originally authored by: Lucas <pinheirolucas@pm.me> | |||
2024-03-10 | Merge pull request #3115 from c-po/T6071-part2 | Christian Breunig | |
xml: T5738: revert invalid change from lower character limit - 0 length must be allowed | |||
2024-03-10 | xml: T5738: revert invalid change from lower character limit - 0 length must ↵ | Christian Breunig | |
be allowed This reverts a change from commit a72ededa0 ("xml: T5738: lower maximum description to 255 characters") which incresaed the lower limit from 0 to 1. We actually require 0 length value for description nodes as introduced in commit 6eea12512e ("xml: T1579: allow zero length for description"). | |||
2024-03-10 | Merge pull request #3113 from c-po/firewall-T6071 | Daniil Baturin | |
firewall: T6071: truncate rule description field to 255 characters | |||
2024-03-10 | firewall: T6071: truncate rule description field to 255 characters | Christian Breunig | |
2024-03-10 | xml: T5738: lower maximum description to 255 characters | Christian Breunig | |
e.g. Linux Kernel only supports 255 and not 256 characters for the ifalias field. | |||
2024-03-09 | Merge pull request #3106 from sarthurdev/T6102 | Daniil Baturin | |
dhcp: T6102: Fix clear DHCP lease op-mode | |||
2024-03-08 | dhcp: T3316: De-duplicate Kea control socket variable | sarthurdev | |
2024-03-07 | Merge pull request #3108 from dmbaturin/T6107-body-max-size | Christian Breunig | |
http-api: T6107: add an option to increase the request body size limit | |||
2024-03-07 | http-api: T6107: add an option to increase the request body size limit | Daniil Baturin | |
2024-03-07 | Merge pull request #2966 from HollyGurza/T6020 | Daniil Baturin | |
vrrp: T6020: vrrp health-check script not applied correctly | |||
2024-03-07 | Merge pull request #3105 from natali-rs1985/T2998-current | Daniil Baturin | |
snmp: T2998: SNMP v3 oid "exclude" option fix | |||
2024-03-07 | Merge pull request #1740 from sarthurdev/tpm_luks | Daniil Baturin | |
config: T4919: Add support for encrypted config with TPM | |||
2024-03-07 | config: T4919: Support copying encrypted volumes during install | sarthurdev | |
Re-implements https://github.com/vyos/vyatta-cfg-system/pull/194 | |||
2024-03-07 | config: T4919: mount/unmount encrypted config on VyOS start/stop | sarthurdev | |
Re-implements https://github.com/vyos/vyatta-cfg/pull/54 | |||
2024-03-07 | config: T4919: Add support for encrypted config file with TPM | sarthurdev | |
2024-03-07 | snmp: T2998: SNMP v3 oid "exclude" option fix | Nataliia Solomko | |
2024-03-06 | dhcp: T6102: Fix clear DHCP lease op-mode | sarthurdev | |
* Add `clear dhcpv6-server lease` * Standardize using vyos.opmode | |||
2024-03-06 | Merge pull request #3100 from jestabro/non-interactive-upload | John Estabrook | |
remote: T6104: fix logic of failure case in MissingHostKeyPolicy | |||
2024-03-06 | remote: T6104: fix logic of failure case in MissingHostKeyPolicy | John Estabrook | |
2024-03-06 | Merge pull request #3099 from natali-rs1985/T6057-current | Christian Breunig | |
conntrack-sync: T6057: Add ability to disable syslog for conntrackd | |||
2024-03-06 | conntrack-sync: T6057: Add ability to disable syslog for conntrackd | Nataliia Solomko | |
2024-03-06 | Merge pull request #3088 from nicolas-fort/T6075 | Daniil Baturin | |
T6075: firewall and NAT: check if interface-group exists when using them in firewall|nat rules. | |||
2024-03-06 | Merge pull request #3090 from c-po/wifi-regdomain | Christian Breunig | |
wifi: T6095: incorrect country "uk" it's actually "gb" | |||
2024-03-06 | Merge pull request #3085 from Apachez-/T6096 | Christian Breunig | |
T6096: Config commits are not synced properly because 00vyos-sync is deleted by vyos-router | |||
2024-03-06 | Merge pull request #3087 from nicolas-fort/T6061-ct-status | Christian Breunig | |
T6061: fix rule parsing when connection-status is used | |||
2024-03-05 | Merge pull request #3089 from jestabro/allocate-under-lock | John Estabrook | |
http-api: T6069: fix allocation outside of thread lock | |||
2024-03-05 | Merge pull request #3093 from c-po/kernel-T2447 | Christian Breunig | |
T2447: add configurable kernel boot option 'disable-power-saving' | |||
2024-03-05 | T2447: add configurable kernel boot option 'disable-power-saving' | Christian Breunig | |
Lower available CPU C states to a minimum if this option set. This will set Kernel commandline options "intel_idle.max_cstate=0 processor.max_cstate=1". | |||
2024-03-05 | Merge pull request #3091 from c-po/xml-T5738 | Christian Breunig | |
xml: T5738: use generic-disable-node building block for "disable" CLI nodes | |||
2024-03-05 | xml: T5738: use generic-disable-node building block for "disable" CLI nodes | Christian Breunig | |
Make the code more uniform and maintainable. | |||
2024-03-05 | wifi: T6095: incorrect country-code "uk" it's actually "gb" | Christian Breunig | |
All valid country codes can be retrieved from [1] and extracted which resulted in the completion helper list of this commit. 1: https://git.kernel.org/pub/scm/linux/kernel/git/wens/wireless-regdb.git/tree/db.txt | |||
2024-03-05 | http-api: T6069: fix allocation outside of thread lock | John Estabrook | |
2024-03-05 | T6075: firewall and NAT: check if interface-group exists when using them in ↵ | Nicolas Fort | |
firewall|nat rules. | |||
2024-03-05 | T6061: fix rule parsing when connection-status is used | Nicolas Fort | |
2024-03-04 | T6096: Config commits are not synced properly because 00vyos-sync is deleted ↵ | Apachez | |
by vyos-router | |||
2024-03-04 | Merge pull request #3068 from natali-rs1985/T5646-current | Daniil Baturin | |
qos: T5646: Skip add filter for qos policy limiter class without match | |||
2024-03-04 | Merge pull request #3079 from sever-sever/T6084 | Daniil Baturin | |
T6084: Add NHRP dependency for IPsec and fix NHRP empty config bug |