Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |||
2024-03-04 | Merge pull request #3078 from c-po/ospfv3-isis-T6087 | Daniil Baturin | |
ospfv3: T6087: add support to redistribute IS-IS routes | |||
2024-03-04 | Merge pull request #3077 from c-po/ethtool | Daniil Baturin | |
vyos.ethtool: T6083: use JSON input data #2 | |||
2024-03-04 | Merge pull request #3080 from nicolas-fort/T6086 | Christian Breunig | |
T6086: NAT: fix nat rules when using source-groups and translation address is a network. | |||
2024-03-04 | T6086: NAT: fix nat rules when using source-groups and translation address ↵ | Nicolas Fort | |
is a network. | |||
2024-03-04 | T6084: Add NHRP dependency for IPsec and fix NHRP empty config bug | Viacheslav Hletenko | |
If we have any `vpn ipsec` and `protocol nhrp` configuration we get the empty configuration file `/run/opennhrp/opennhrp.conf` after rebooting the system. Use config dependency instead of the old `resync_nhrp` function fixes this issue | |||
2024-03-03 | ospfv3: T6087: add support to redistribute IS-IS routes | Christian Breunig | |
2024-03-03 | smoketest: T4977: ospf: include babel in redistribution tests | Christian Breunig | |
2024-03-03 | vyos.ethtool: T6083: use JSON input data for ethernet interface flow-control ↵ | Christian Breunig | |
settings | |||
2024-03-03 | vyos.ethtool: T6083: use JSON input data for ethernet driver feature detection | Christian Breunig | |
Feature detection is used to see if certain offload settings are available on the given NIC. | |||
2024-03-02 | Merge pull request #3073 from c-po/ospfv3-redistribution-T5717 | Christian Breunig | |
ospfv3: allow metric and metric-type on redistributed routes | |||
2024-03-02 | Merge pull request #3072 from c-po/ethtool | Daniil Baturin | |
vyos.ethtool: T6083: use JSON input data for ring-buffer methods | |||
2024-03-02 | Merge pull request #3070 from c-po/banner-T6077 | Daniil Baturin | |
banner: T6077: dehardcode URLs in MOTD template | |||
2024-03-02 | ospf: T5717: sync code with ospfv3 implementation | Christian Breunig | |
2024-03-02 | ospfv3: T5717: allow metric and metric-type on redistributed routes | Christian Breunig | |
Example: vyos@vyos# set protocols ospfv3 redistribute bgp Possible completions: metric OSPF default metric metric-type OSPF metric type for default routes (default: 2) route-map Specify route-map name to use | |||
2024-03-01 | vyos.ethtool: T6083: use JSON input data for ring-buffer methods | Christian Breunig | |
2024-03-01 | Merge pull request #3069 from natali-rs1985/T6081-current | Christian Breunig | |
qos: T6081: QoS policy shaper target and interval wrong calcuations | |||
2024-03-01 | banner: T6077: dehardcode URLs in MOTD template | Christian Breunig | |
Use URLs provided by flavor build system and version.json file | |||
2024-03-01 | qos: T6081: QoS policy shaper target and interval wrong calcuations | Nataliia Solomko | |
2024-03-01 | Merge pull request #3061 from sarthurdev/T6079_current | Christian Breunig | |
dhcp-server: T6079: Disable duplicate static-mappings on migration | |||
2024-03-01 | smoketest: T6079: probe for duplicate IP address static-mapping | Christian Breunig | |
2024-03-01 | T5646: Skip add filter for qos policy limiter class without match | Nataliia Solomko | |
2024-02-29 | Merge pull request #3066 from c-po/T4270 | Christian Breunig | |
vyos-hostsd: T4270: resolve only hostname without domain name to 127.0.1.1 | |||
2024-02-29 | vyos-hostsd: T4270: resolve only hostname without domain name to 127.0.1.1 | Christian Breunig | |
This is a fix for commit 665ae50729 ("vyos-hostsd: T4270: do not resolve local router FQDN to 127.0.1.1") as it made calls to sudo super slow due to: sudo: unable to resolve host vyos: System error To avoid the initial issue we only add the hostname without domain name, thus the FQDN is not resolved by powerdns. | |||
2024-02-29 | Merge pull request #2659 from jestabro/remove-trivial-redundancies | John Estabrook | |
configdep: T5839: remove trivially redundant config dependency calls | |||
2024-02-29 | Merge pull request #3052 from up-n-atom/fix-ethtool-out-of-bounds-access | Christian Breunig | |
vyos.ethtool: T6070: fix EEE reading the incorrect status line | |||
2024-02-29 | Merge pull request #3056 from natali-rs1985/T5504-current | Christian Breunig | |
T5504: Keepalived VRRP ability to set more than one peer-address | |||
2024-02-29 | Merge pull request #3060 from c-po/banner | Daniil Baturin | |
banner: T6077: implement ASCII contest winner default logo | |||
2024-02-29 | T5504: Added smoketest for multiple peer addresses | Nataliia Solomko | |
2024-02-29 | dhcp-server: T6079: Disable duplicate static-mappings on migration | sarthurdev | |
2024-02-28 | dhcp-server: T6079: Increment Kea migrator versions | sarthurdev | |
2024-02-28 | configdep: T5660: remove global redundancies under vyos-configd | John Estabrook | |
2024-02-28 | configdep: T5839: remove trivially redundant config dependency calls | John Estabrook | |
2024-02-28 | banner: T6077: implement ASCII contest winner default logo | Christian Breunig | |
Implement VyOS ASCII art contest winners logo as the default for our MOTD | |||
2024-02-28 | Merge pull request #3055 from sarthurdev/T6073 | Christian Breunig | |
vrf: conntrack: T6073: Populate VRF zoning chains only while conntrack is required | |||
2024-02-28 | Merge pull request #3054 from c-po/hostsd-T4270 | Daniil Baturin | |
vyos-hostsd: T4270: do not resolve local router FQDN to 127.0.1.1 | |||
2024-02-28 | Merge pull request #3053 from c-po/container-t6074 | Daniil Baturin | |
container: T6074: do not allow deleting images which have a container running | |||
2024-02-28 | T5504 Keepalived VRRP ability to set more than one peer-address | Nataliia Solomko | |
2024-02-27 | vrf: conntrack: T6073: Populate VRF zoning chains only while conntrack is ↵ | sarthurdev | |
required | |||
2024-02-27 | vyos-hostsd: T4270: do not resolve local router FQDN to 127.0.1.1 | Christian Breunig | |
Clients using VyOS as their DNS server and trying to resolve the FQDN of the router will receive 127.0.1.1 as answer. set service dns forwarding allow-from '172.16.0.0/12' set service dns forwarding listen-address '172.31.0.254' set service dns forwarding negative-ttl '60' set system domain-name 'vyos.net' set system host-name 'R1' Will return: $ host R1.vyos.net 172.31.0.254 Using domain server: Name: 172.31.0.254 Address: 172.31.0.254#53 Aliases: R1.vyos.net has address 127.0.1.1 When it should rather return the real IP address assigned via DNS. | |||
2024-02-27 | container: T6074: do not allow deleting images which have a container running | Christian Breunig | |
The current VyOS container image manipulation "delete container image" command allows force removal of container images - even if they still have a container running. Drop the --force option from the op-mode script. vyos@vyos:~$ delete container image 2636705a815a Error: image used by 6adb0175d47f.. image is in use by a container: consider listing external containers and force-removing image | |||
2024-02-27 | smoketest: T5160: Deduplicate nftables verify functions to testcase class, ↵ | sarthurdev | |
remove obsolete imports | |||
2024-02-26 | vyos.ethtool: T6070: fix EEE reading the incorrect status line | up-n-atom | |
EEE enabled status is on the 2nd line of ethtool output and not the 3rd. Subsequently, reading the 3rd line was causing an out-of-bounds access for the bnx2x driver as well. | |||
2024-02-26 | Merge pull request #3049 from sarthurdev/T6063 | Daniil Baturin | |
dhcp-server: T6063: Add `ignore-client-id` to relax client identifier checks for leases | |||
2024-02-25 | dhcp-server: T6063: Add `ignore-client-id` to relax client identifier checks ↵ | sarthurdev | |
for leases |