Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-14 | Merge pull request #2092 from darinkuo/current | Christian Breunig | |
dhclient: T5358: Use return in 99-ipsec-dhclient-hook | |||
2023-07-14 | dhclient: T5358: Use return in 99-ipsec-dhclient-hook | Darin Kuo | |
Use return instead of exit in 99-dhclient-exit-hook to allow subsequent unnumbered hooks to run (like rfc3442-classless-routes). Hooks are sourced, not executed. | |||
2023-07-14 | bgp: T5338: bugfix MPLS VRF error handling | Christian Breunig | |
Commit 6e621e42f ("bgp: T5338: simplify XML and code handling") hat a wrong if branch when handling the check if an interface belongs to the proper VRF when MPLS forwarding is used. This has been fixed. | |||
2023-07-12 | T5195: drop sysctl_* implementation from vyos.util - prefer vyos.utils.system | Christian Breunig | |
2023-07-12 | T5195: move boot_* helpers to vyos.utils.boot | Christian Breunig | |
2023-07-12 | bgp: T5338: simplify XML and code handling | Christian Breunig | |
2023-07-12 | bgp: T2387: re-use XML building blocks to simplify CLI definition | Christian Breunig | |
2023-07-12 | Merge pull request #2079 from jestabro/from-defaults | Daniil Baturin | |
config: T5330: add boolean check for additions by default in config dict | |||
2023-07-12 | Merge pull request #2085 from aapostoliuk/T5338-sagitta | Christian Breunig | |
bgp: T5338: Added 'protocols bgp interface <int> mpls forwarding' feature | |||
2023-07-12 | debian: T5003: add power management userspace tools | Christian Breunig | |
2023-07-12 | Merge pull request #2088 from Yuanandcircle/t5352-netavark | Christian Breunig | |
container: T5352: Fix missing dependency for netavark | |||
2023-07-12 | container: T5352: Fix missing dependency for netavark | Youyuan | |
There is a missing dependency iptables for netavark . Debian marked it as optional but should be a dependency. If not installed, container cannot be created with assigned network. The rolling release is built with package iptables so there is no bug. But if users build iso on their own, container will not work if container network is assigned. | |||
2023-07-12 | Merge pull request #2087 from sarthurdev/pki_pem | Christian Breunig | |
pki: T5275: Add op-mode output options for PEM format | |||
2023-07-12 | Merge pull request #2086 from jestabro/config-archive | Christian Breunig | |
config-mgmt: T5347: set logrotate conf permissions correctly for system update | |||
2023-07-11 | pki: T5275: Add op-mode output options for PEM format | sarthurdev | |
2023-07-11 | Merge pull request #2084 from sever-sever/T5341 | Christian Breunig | |
T5341: HA migrate virtual-server address tag to section address | |||
2023-07-11 | config-mgmt: T5347: correct logrotate conf permissions on system update | John Estabrook | |
2023-07-11 | bgp: T5338: Added 'protocols bgp interface <int> mpls forwarding' feature | aapostoliuk | |
Added 'protocols bgp interface <int> mpls forwarding' feature. It is possible to permit BGP install VPN prefixes without transport labels. This configuration will install VPN prefixes originated from an e-bgp session, and with the next-hop directly connected. | |||
2023-07-11 | T5341: HA migrate virtual-server tag to node address | Viacheslav Hletenko | |
Migrate: high-availability virtual-server 203.0.113.1 to: high-availability virtual-server <name> address 203.0.113.1 | |||
2023-07-10 | Merge pull request #2083 from jvoss/l2tp_mpls_priority | Christian Breunig | |
mpls: T5346: Set priority 490 for MPLS config after all interfaces | |||
2023-07-09 | xml: T5345: remove unneeded, incorrect check on paths | John Estabrook | |
This check can raise a false positive exception in the case of a tag-node value name equal to the tag-node name; it is unneeded in any case as the functions are called with well-defined paths, respectively, with a correct verification. | |||
2023-07-09 | mpls: T5346: Set priority 490 for MPLS config after all interfaces | Jonathan Voss | |
2023-07-09 | Merge pull request #2082 from sever-sever/T775-v6 | Christian Breunig | |
T775: Config-sync bracketize IPv6 secondary address | |||
2023-07-09 | T3355: import startup scripts from vyatta-cfg repo for vyos-router | Christian Breunig | |
2023-07-09 | T775: Config-sync bracketize IPv6 secondary address | Viacheslav Hletenko | |
bracketize IPv6 remote address to avoid Failed to parse: https://2001:db8::2/configure-section | |||
2023-07-08 | vpp: T1797:: support re-installation of vyos-1x package | Christian Breunig | |
2023-07-08 | op-mode: T2546: xml: cleanup help strings | Christian Breunig | |
2023-07-08 | op-mode: T2546: add "monitor vrrp" and "monitor webproxy" commands | Christian Breunig | |
2023-07-08 | op-mode: T2546: improve help strings for "monitor" command tree | Christian Breunig | |
2023-07-08 | vpp: T1797: add op-mode commands to show log buffers | Christian Breunig | |
2023-07-08 | op-mode: T3201: add support to display last <n> log entries | Christian Breunig | |
2023-07-08 | vyos.utils: T5195: take the time and use the full command over an abbreviation | Christian Breunig | |
2023-07-08 | vyos.utils: T5195: add network namespace helper interface_exists_in_netns() | Christian Breunig | |
2023-07-08 | Add VScode configuration files | Christian Breunig | |
2023-07-08 | Merge pull request #2077 from jvoss/jvoss/bgp_pg_vpn_afi | Christian Breunig | |
bgp: T5343: add ipv4-vpn and ipv6-vpn config options to peer-group | |||
2023-07-07 | config: T5330: retain information of internal _dict_merge | John Estabrook | |
2023-07-07 | config: T5330: add subclass ConfigDict to preserve merge data | John Estabrook | |
2023-07-07 | config: T5330: allow mangle_dict_keys to preserve type for subclassing | John Estabrook | |
2023-07-07 | Merge pull request #2042 from sever-sever/T775 | Viacheslav Hletenko | |
T775: Add service config-sync between 2 routers | |||
2023-07-06 | bgp: T5343: add ipv4-vpn and ipv6-vpn config options to peer-group | Jonathan Voss | |
2023-07-06 | Merge pull request #2074 from zdc/T1797-sagitta | Christian Breunig | |
VPP: T1797: Optimizations for VPP memory allocation during startup | |||
2023-07-06 | Merge pull request #2072 from nicolas-fort/T5340 | Christian Breunig | |
T5340: snmp: add checks while configuring snmp listen-address with an… | |||
2023-07-06 | Merge pull request #2054 from JonSanMan/T5314-PR | Daniil Baturin | |
T5314: Fix default QOS classes not getting qdisc | |||
2023-07-06 | Merge pull request #2076 from jestabro/accel-dict | Daniil Baturin | |
vyos.configdict: T5319: remove workarounds for incorrect defaults in get_accel_dict | |||
2023-07-06 | VPP: T1797: Optimized memory allocation during startup | zsdc | |
- changed memory requirement from total to available. This allows to start on systems with less total memory and protects from startup on systems with overloaded memory. - prevent startup if sysctl settings were not applied. This protects from situations when the system cannot allocate enough hugepages or apply other sysctl settings. | |||
2023-07-05 | vyos.configdict: T5319: remove defaults workarounds in get_accel_dict | John Estabrook | |
2023-07-05 | xml: T5218: add missing str.split() in defaults of multi node | John Estabrook | |
2023-07-05 | util: T1797: Optimized sysctl helpers | zsdc | |
- modified `sysctl_read()` to return the whole value - modified `sysctl_write()` logic to return `True` only in case a value was changed successfully - added `sysctl_apply()` to apply a dictionary of values at once | |||
2023-07-05 | T5314: Always run build_base_qdisc for default | Jon Sanchez | |
2023-07-05 | geneve: T5339: add option to use ipv4 instead of ethernet | fett0 | |