Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-25 | Updates to Kea DHCPv6 PD route hook (#6) | Chris Buechler | |
* Fix route deletion errors when interface is missing. Clarify variable names. | |||
2024-01-24 | dhcp: T3316: Change help text on `listen-interface` to be generic | sarthurdev | |
2024-01-24 | dhcp: T3316: Fix header on script | sarthurdev | |
2024-01-24 | dhcpv6: T3316: Add support for excluded-prefix in prefix delegation | sarthurdev | |
2024-01-24 | dhcpv6: T3771: Allow installation of routes for delegated prefixes | sarthurdev | |
2024-01-20 | Merge pull request #2862 from sever-sever/T5961 | Christian Breunig | |
T5961: Fix QoS policy shaper class match vif | |||
2024-01-20 | T5961: Fix QoS policy shaper class match vif | Viacheslav Hletenko | |
If we have QoS policy shaper class match `vif` (VLAN) we have to use `basic match "meta(vlan mask 0xfff eq xxx)` instead of `action policy` Actual incorrect TC filter: tc filter add dev eth1 parent 1: protocol all prio 1 action police rate 100000000 burst 15k flowid 1:64 The correct TC filter after fix: tc filter add dev eth1 parent 1: protocol all prio 1 basic match "meta(vlan mask 0xfff eq 100)" flowid 1:64 | |||
2024-01-19 | Merge pull request #2858 from yzguy/yzguy/T5964 | Christian Breunig | |
T5964: add missing imports for is_wwan_connected() | |||
2024-01-19 | T5964: add missing imports for is_wwan_connected() | Adam Smith | |
2024-01-19 | Merge pull request #2855 from sever-sever/T5963 | Daniil Baturin | |
T5963: Fix QoS shaper rate calculations and set default 1Gbit | |||
2024-01-19 | Merge pull request #2857 from sarthurdev/T5948_1 | Christian Breunig | |
dhcp: T5948: Strip trailing dot, detect if hostname is FQDN | |||
2024-01-19 | op-mode: xml: remove executable bit from XML definition | Christian Breunig | |
2024-01-19 | dhcp: T5948: Strip trailing dot, detect if hostname is FQDN | sarthurdev | |
2024-01-19 | Debian: T2267: extend version tag from GIT repo | Christian Breunig | |
This extends commit 2c3e4696b3e22 ("T2267: Versioning: Update version tag from GIT repo") to also include release tags. | |||
2024-01-19 | T5963: Fix QoS shaper rate calculations and set defaul 1Gbit | Viacheslav Hletenko | |
It is impossible to detect interface speed for some devices for exmaple virtio interfaces: ``` vyos@r4:~$ cat /sys/class/net/eth1/speed -1 ``` It causes wrong negative calcultaions like: - bandwidth: -1000000 - 4% of bandwidth: -40000 tc class replace dev eth1 parent 1: classid 1:1 htb rate -1000000 tc class replace dev eth1 parent 1:1 classid 1:a htb rate -40000 Fix this with checking negative value. Add default interface speed to 1000 Mbit if we cannot detect the interface speed, the current default value 10 Mbit is too low for nowadays | |||
2024-01-18 | smoketest: T5779: clear conntrack config on test startup | Christian Breunig | |
2024-01-18 | T5779: conntrack: bump version number | Christian Breunig | |
2024-01-18 | Merge pull request #2839 from josephillips85/current | Christian Breunig | |
dhcp: T5952: Fix validate duplicate MAC Address on same subnet | |||
2024-01-18 | dhcp: T5952: validate duplicate DUID in static-mappings incl. smoketests | Christian Breunig | |
2024-01-18 | Merge pull request #2850 from c-po/ethernet-4638 | Christian Breunig | |
ethernet: T4638: deleting parent interface does not delete underlying VIFs | |||
2024-01-18 | ethernet: T4638: deleting parent interface does not delete underlying VIFs | Christian Breunig | |
2024-01-18 | Merge pull request #2848 from c-po/T5738-config-management | Christian Breunig | |
xml: T5738: re-use source-address-ipv4-ipv6 building block for config-management | |||
2024-01-18 | xml: T5738: re-use source-address-ipv4-ipv6 building block for config-management | Christian Breunig | |
2024-01-18 | Merge pull request #2846 from c-po/t863 | Daniil Baturin | |
ndp-proxy: T5863: add missing priority to honor interface dependencies | |||
2024-01-18 | ndp-proxy: T5863: add missing priority to honor interface dependencies | Christian Breunig | |
2024-01-18 | dhcp: T5952: Fix validate duplicate MAC Address on same subnet | Jose Phillips | |
2024-01-17 | Merge pull request #2842 from aapostoliuk/T5953-circinus | Christian Breunig | |
T5953: Changed values of 'close-action' to Strongswan values | |||
2024-01-17 | Merge pull request #2843 from sarthurdev/T5948 | Christian Breunig | |
dhcp: T5948: Strip trailing dot from hostnames | |||
2024-01-17 | dhcp: T5948: Strip trailing dot from hostnames | sarthurdev | |
2024-01-17 | T5953: Changed values of 'close-action' to Strongswan values | aapostoliuk | |
Changed the value from 'hold' to 'trap' in the 'close-action' option in the IKE group. Changed the value from 'restart' to 'start' in the 'close-action' option in the IKE group. | |||
2024-01-17 | Merge pull request #2832 from aapostoliuk/T5865-circinus | Christian Breunig | |
T5865: Moved ipv6 pools to named ipv6 pools in accel-ppp | |||
2024-01-16 | dhcp: T5952: Fix validate duplicate MAC Address on same subnet | Jose Phillips | |
2024-01-16 | Merge pull request #2818 from jestabro/serial-console-config-mode | Daniil Baturin | |
image-tools: T5923: update system_console.py for new GRUB file structure | |||
2024-01-16 | Merge pull request #2837 from aapostoliuk/T4658-circinus | Christian Breunig | |
T4658: Renamed DPD action value from 'hold' to 'trap' | |||
2024-01-16 | T4658: Renamed DPD action value from 'hold' to 'trap' | aapostoliuk | |
Renamed DPD action value from 'hold' to 'trap' | |||
2024-01-16 | Merge pull request #2833 from sever-sever/T5889 | Christian Breunig | |
T5889: Fix migration scripts nat 5-to-6 | |||
2024-01-16 | Merge pull request #2834 from c-po/bgp-t5937 | Christian Breunig | |
bgp: T5937: fix migration script for IPv6 AFI peer-group | |||
2024-01-16 | bgp: T5937: fix migration script for IPv6 AFI peer-group | Christian Breunig | |
Migrate "bgp <ASN> neighbor <NEIGH> address-family ipv6-unicast peer-group" to "bgp neighbor <NEIGH> peer-group" | |||
2024-01-16 | T5889: Fix migration scripts nat 5-to-6 | Viacheslav Hletenko | |
The current migration drop interface name for NAT where not should ``` nat { source { rule 100 { outbound-interface { name "eth0" ... } } } ``` After migration we lost interface: /home/vyos# /opt/vyatta/etc/config-migrate/migrate/nat/5-to-6 tmp.conf /home/vyos# /home/vyos# cat tmp.conf | grep "nat {" -A 10 nat { source { rule 100 { outbound-interface { interface-name "" ... } } } ``` This commit fixes it. | |||
2024-01-16 | T5865: Moved ipv6 pools to named ipv6 pools in accel-ppp | aapostoliuk | |
Moved ipv6 pools to named ipv6 pools in accel-ppp services | |||
2024-01-15 | Merge pull request #2829 from c-po/ospf | Christian Breunig | |
ospf: T5936: when migrating passive interfaces set_tag() must be set | |||
2024-01-15 | ospf: T5936: when migrating passive interfaces set_tag() must be set | Christian Breunig | |
2024-01-15 | Merge pull request #2825 from c-po/tmp | Christian Breunig | |
op-mode: T5944: remove double whitespace in reboot error message | |||
2024-01-15 | op-mode: T5944: remove double whitespace in reboot error message | Christian Breunig | |
2024-01-15 | Merge pull request #2823 from sever-sever/T4856 | Christian Breunig | |
T4856: Fix IPsec DHCP-client exit hook | |||
2024-01-15 | Merge pull request #2824 from sever-sever/T5901 | Christian Breunig | |
T5901: Add DHCP base_path dir during first boot | |||
2024-01-15 | T5901: Add DHCP base_path dir during first boot | Viacheslav Hletenko | |
We should create dhclient base_path dir `/run/dhclient` during the first boot. It fixes cloud-init boot issues ``` /etc/dhcp/dhclient-exit-hooks.d/03-vyos-dhclient-hook: line 33: /run/dhclient/dhclient_eth0.lease: No such file or directory ``` | |||
2024-01-14 | T4856: Fix IPsec DHCP-client exit hook | Viacheslav Hletenko | |
The script acually does not have the variable `secrets_lines` and secret lines itself does not have the marker `# dhcp:{interface}` in `to_find` Needs to rewrite this script in the future if it is required This commit fixes DHCP-client exit hook: ``` dhclient[6800]: NameError: name 'secrets_lines' is not defined root[6801]: /etc/dhcp/dhclient-exit-hooks.d/99-ipsec-dhclient-hook returned non-zero exit status 1 ``` | |||
2024-01-14 | Merge pull request #2821 from sever-sever/T5944 | John Estabrook | |
T5944: Fix reboot in arg | |||
2024-01-14 | T5944: Fix reboot in arg | Viacheslav Hletenko | |
Fix the arg for the `reboot in x` command The current arg is `--reboot_in [Minutes ...]` The expected arg is `--reboot-in [Minutes ...]` |