summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-08-11T5160: firewall refactor. Update op-mode commands to new syntax.Nicolas Fort
2023-08-11T5160: firewall refactor: new cli structure. Add migration script and update ↵Nicolas Fort
smoketest
2023-08-11T5160: firewall refactor: new cli structure. Update jinja templates, python ↵Nicolas Fort
scripts and src firewall
2023-08-11Merge pull request #2147 from jestabro/remaining-defaultsViacheslav Hletenko
T5434: remove reamining calls to incorrect defaults
2023-08-11Merge pull request #2146 from dmbaturin/T5270-openvpn-dh-optionalChristian Breunig
openvpn: T5270: do not require classic DH params in any mode
2023-08-10T5319: remove defaults workarounds in vyos-domain-resolver.pyJohn Estabrook
2023-08-10T5434: use package specific cache in nosetestsJohn Estabrook
2023-08-10T5434: use auto-defaults in op-mode pki.pyJohn Estabrook
2023-08-10T5319: remove workaround in op-mode show_openconnect_otp.pyJohn Estabrook
2023-08-10Merge pull request #2140 from sever-sever/T5448Daniil Baturin
T5448: Add service zabbix-agent
2023-08-10openvpn: T5270: do not require classic DH params in any moreDaniil Baturin
Generate 'dh none' instead and let OpenVPN use ECDH
2023-08-10tunnel: T5223: clear GRE key id after deletionsrividya0208
2023-08-09pki: T5273: add a certificate fingerprint commandDaniil Baturin
2023-08-09T5448: Add service zabbix-agent version 2Viacheslav 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-09Merge pull request #2136 from jestabro/with-defaultsChristian Breunig
T5319: remove workarounds for incorrect defaults in config-mode scripts
2023-08-08Merge pull request #2119 from nicolas-fort/T5014-dnatChristian Breunig
T5014: nat: add source and destination nat options for configuring lo…
2023-08-07dhcp: T5428: always release lease from default VRFChristian 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-07T5319: remove workarounds for defaults in vpp.pyJohn Estabrook
2023-08-07T5319: remove workarounds for defaults in vpn_openconnect.pyJohn Estabrook
2023-08-07T5319: remove workarounds for defaults in vpn_ipsec.pyJohn Estabrook
2023-08-07T5434: use auto-defaults in tftp_server.pyJohn Estabrook
2023-08-07T5319: remove workarounds for defaults in system-syslog.pyJohn Estabrook
2023-08-07T5319: remove workarounds for defaults in system_sflow.pyJohn Estabrook
2023-08-07T5434: use auto-defaults in system-option.pyJohn Estabrook
2023-08-07T5434: use auto-defaults in system-logs.pyJohn Estabrook
2023-08-07T5319: remove workarounds for defaults in system-login.pyJohn Estabrook
2023-08-07T5434: use auto-defaults in system-ipv6.pyJohn Estabrook
2023-08-07T5434: use auto-defaults in system-ip.pyJohn Estabrook
2023-08-07T5319: remove workarounds for defaults in system_console.pyJohn Estabrook
2023-08-07T5434: use merge_defaults in ssh.pyJohn Estabrook
2023-08-07T5319: remove workarounds for defaults in snmp.pyJohn Estabrook
2023-08-07T5319: remove workarounds for defaults in service_webproxy.pyJohn Estabrook
2023-08-07T5319: remove workarounds for defaults in service_upnp.pyJohn Estabrook
2023-08-07T5434: use auto-defaults in service_sla.pyJohn Estabrook
2023-08-07T5319: remove workarounds for defaults in service_router-advert.pyJohn Estabrook
2023-08-07T5434: use merge_defaults in service_monitoring_telegraf.pyJohn Estabrook
2023-08-07T5434: use merge_defaults in service_ids_fastnetmon.pyJohn Estabrook
2023-08-07T5434: use merge_defaults in service_console-server.pyJohn Estabrook
2023-08-07T5434: use merge_defaults in service_config_sync.pyJohn Estabrook
2023-08-07T5434: use merge_defaults in salt-minion.pyJohn Estabrook
2023-08-07T5319: remove workarounds for defaults in qos.pyJohn Estabrook
2023-08-07T5434: use merge_defaults in protocols_rpki.pyJohn Estabrook
2023-08-07T5434: use merge_defaults in protocols_rip.pyJohn Estabrook
2023-08-07T5434: use merge_defaults in protocols_ripng.pyJohn Estabrook
2023-08-07T5319: remove workarounds for defaults in protocols_ospfv3.pyJohn Estabrook
2023-08-07T5319: remove workarounds for defaults in protocols_ospf.pyJohn Estabrook
2023-08-07vyos.configdict(): T4228: fix bonding error message interface nameChristian 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-07T5319: remove workarounds for defaults in protocols_isis.pyJohn Estabrook
2023-08-07T5434: use merge_defaults in protocols_failover.pyJohn Estabrook
2023-08-07T5319: remove workarounds for defaults in protocols_bfd.pyJohn Estabrook