Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-09 | pki: T5273: add a certificate fingerprint command | Daniil Baturin | |
2023-08-09 | T5448: Add service zabbix-agent version 2 | Viacheslav Hletenko | |
Add service zabbix-agent set service zabbix-agent directory '/config/zabbix/' set service zabbix-agent limits buffer-flush-interval '8' set service zabbix-agent limits buffer-size '120' set service zabbix-agent log debug-level 'warning' set service zabbix-agent log size '1' set service zabbix-agent server '192.0.2.5' set service zabbix-agent server-active 192.0.2.5 port '10051' set service zabbix-agent server-active 2001:db8::123 | |||
2023-08-09 | xml: T5452: catch lib errors in generate_cache | John Estabrook | |
2023-08-09 | Merge pull request #2141 from nicolas-fort/T5453 | Christian Breunig | |
T5453: nat66: fix nat66 which got broken after nat load-balance was introduced | |||
2023-08-09 | T5453: nat66: exclude checks for nat load-balance when using ipv6 while ↵ | Nicolas Fort | |
parsing nat rules. | |||
2023-08-09 | Merge pull request #2136 from jestabro/with-defaults | Christian Breunig | |
T5319: remove workarounds for incorrect defaults in config-mode scripts | |||
2023-08-08 | Merge pull request #2138 from sever-sever/T4989 | Christian Breunig | |
T4989: QoS fix policer match mark | |||
2023-08-08 | T4989: QoS fix policer match mark | Viacheslav Hletenko | |
2023-08-08 | Merge pull request #2119 from nicolas-fort/T5014-dnat | Christian Breunig | |
T5014: nat: add source and destination nat options for configuring lo… | |||
2023-08-07 | rpki: T2044: add "reset rpki" op-mode command | Christian Breunig | |
2023-08-07 | dhcp: T5428: always release lease from default VRF | Christian Breunig | |
Otherwise packet can be received in a VRF that was already deleted. Image of the following CLI commands: del interface ethernet eth0 address dhcp del interface ethernet eth0 vrf red del vrf name red VRF could be deleted even if dhclient release was not yet completely processed. | |||
2023-08-07 | smoketest: remove duplicate CLI option for base interface test | Christian Breunig | |
2023-08-07 | dhcp(v6): T5428: add proper return statements in set_dhcp(v6) methods | Christian Breunig | |
2023-08-07 | Merge pull request #2137 from nicolas-fort/T5446 | Christian Breunig | |
T5446: BGP: change <bgp paramater bestpath med> from node to leafNode | |||
2023-08-07 | T5319: remove workarounds for defaults in vpp.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in vpn_openconnect.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in vpn_ipsec.py | John Estabrook | |
2023-08-07 | T5434: use auto-defaults in tftp_server.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in system-syslog.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in system_sflow.py | John Estabrook | |
2023-08-07 | T5434: use auto-defaults in system-option.py | John Estabrook | |
2023-08-07 | T5434: use auto-defaults in system-logs.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in system-login.py | John Estabrook | |
2023-08-07 | T5434: use auto-defaults in system-ipv6.py | John Estabrook | |
2023-08-07 | T5434: use auto-defaults in system-ip.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in system_console.py | John Estabrook | |
2023-08-07 | T5434: use merge_defaults in ssh.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in snmp.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in service_webproxy.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in service_upnp.py | John Estabrook | |
2023-08-07 | T5434: use auto-defaults in service_sla.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in service_router-advert.py | John Estabrook | |
2023-08-07 | T5434: use merge_defaults in service_monitoring_telegraf.py | John Estabrook | |
2023-08-07 | T5434: use merge_defaults in service_ids_fastnetmon.py | John Estabrook | |
2023-08-07 | T5434: use merge_defaults in service_console-server.py | John Estabrook | |
2023-08-07 | T5434: use merge_defaults in service_config_sync.py | John Estabrook | |
2023-08-07 | T5434: use merge_defaults in salt-minion.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in qos.py | John Estabrook | |
2023-08-07 | T5434: use merge_defaults in protocols_rpki.py | John Estabrook | |
2023-08-07 | T5434: use merge_defaults in protocols_rip.py | John Estabrook | |
2023-08-07 | T5434: use merge_defaults in protocols_ripng.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in protocols_ospfv3.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in protocols_ospf.py | John Estabrook | |
2023-08-07 | T5446: BGP: change <bgp paramater bestpath med> from node to leafNode, in ↵ | Nicolas Fort | |
order to avoid empty value and problems when removing such parameters | |||
2023-08-07 | vyos.configdict(): T4228: fix bonding error message interface name | Christian Breunig | |
This fixes the error message: Can not add interface "eth1" to bond, it is already a member of bridge "{'br6327': {}}"! As the dict should be moved to a string (br6327) | |||
2023-08-07 | smoketest: make use of vlan=False API when calling Section.interfaces | Christian Breunig | |
2023-08-07 | wireguard: T5409: Added 'set interfaces wireguard wgX threaded' | aapostoliuk | |
Added 'set interfaces wireguard wgX threaded' command. Process traffic from each peer in a dedicated thread. | |||
2023-08-07 | T5319: remove workarounds for defaults in protocols_isis.py | John Estabrook | |
2023-08-07 | T5434: use merge_defaults in protocols_failover.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in protocols_bfd.py | John Estabrook | |