summaryrefslogtreecommitdiff
path: root/src/conf_mode
AgeCommit message (Collapse)Author
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-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
2023-08-07T5319: remove workarounds for defaults in protocols_babel.pyJohn Estabrook
2023-08-07T5434: use merge_defaults instead of defaults in pki.pyJohn Estabrook
2023-08-07T5319: remove workarounds for defaults in nat.pyJohn Estabrook
2023-08-07T5319: remove workarounds for defaults in nat66.pyJohn Estabrook
2023-08-07T5319: remove workarounds for defaults in load-balancing-wan.pyJohn Estabrook
2023-08-07T5319: remove workarounds for defaults in load-balancing-haproxy.pyJohn Estabrook
2023-08-07T5319: remove workarounds for defaults in lldp.pyJohn Estabrook
2023-08-07T5319: remove workarounds for defaults in interfaces-wireless.pyJohn Estabrook
2023-08-07T5319: remove workarounds for defaults in interfaces-bridge.pyJohn Estabrook
2023-08-07T5319: remove workarounds for defaults in igmp_proxy.pyJohn Estabrook
2023-08-07T5434: use auto-defaults in http-api.pyJohn Estabrook
2023-08-07T5319: remove workarounds for defaults in flow_accounting_conf.pyJohn Estabrook
2023-08-07T5319: remove workarounds for defaults in firewall.pyJohn Estabrook
2023-08-07T5319: remove workarounds for defaults in dns_forwarding.pyJohn Estabrook
2023-08-07T5434: remove unneeded imports in dns_dynamic.pyJohn Estabrook
2023-08-07T5434: use auto-defaults in dhcpv6_relay.pyJohn Estabrook
2023-08-07T5319: remove workarounds for defaults in dhcp_server.pyJohn Estabrook
2023-08-07T5434: use auto-defaults in dhcp_relay.pyJohn Estabrook
2023-08-07T5319: remove workarounds for defaults in container.pyJohn Estabrook
2023-08-07T5434: use auto-defaults in conntrack_sync.pyJohn Estabrook
2023-08-07T5319: remove workarounds for defaults in conntrack.pyJohn Estabrook
2023-08-06T5195: move helpers from vyos.validate to vyos.utils packageChristian Breunig
2023-08-06dyndns: T5228: remove T2665 workaroundsChristian Breunig
2023-08-04dhcp: T5428: provide common direcotry path via vyos.defaults.directoriesChristian Breunig
Multiple scripts use the same hardcoded path for DHCP client leases in different direcotries - this can't be worse.
2023-08-02vxlan: T5429: source-interface is not honored and throws config errorChristian Breunig
cpo@leaf-02# show interfaces vxlan +vxlan vxlan1 { + mtu 1500 + parameters { + nolearning + } + port 4789 + source-interface dum1 + vni 100 +} cpo@leaf-02# commit [ interfaces vxlan vxlan1 ] Group, remote or source-address must be configured [[interfaces vxlan vxlan1]] failed Extend verify() check to also honor source-interface definition.
2023-08-02T5319: remove workarounds for defaults in high-availability.pyJohn Estabrook
2023-08-02Merge pull request #2122 from aapostoliuk/T5413Christian Breunig
wireguard: T5413: Blocked adding the peer with the router's public key
2023-08-02wireguard: T5413: Blocked adding the peer with the router's public keyaapostoliuk
Disabeled adding the peer with the same public key as the router has. Added smoketest
2023-08-01T5374: Add system option time-format 12 or 24 hoursViacheslav Hletenko
Ability to set locate time format 12|24-hour set system option time-format 12-hour|24-hour $ date Tue Aug 1 12:33:45 PM EEST 2023 $ date Tue 1 Aug 12:34:09 EEST 2023
2023-07-31login: T4790: sync number of max RADIUS servers with equuleus branch (8)Christian Breunig
2023-07-27Merge pull request #2105 from sever-sever/T5368Daniil Baturin
T5368: service ids ddos-protection add support sflow mode
2023-07-27Merge pull request #2114 from srividya0208/T5252Christian Breunig
T5127: vpnv4/v6 : warning for router-id
2023-07-27T5127: vpnv4/vpnv6 : warning for router-idsrividya0208
2023-07-27wwan: T3795: remove superfluous call to set_level()Christian Breunig
2023-07-27openvpn: T4974: move CLI node "enable-dco" -> "offload dco" to match other ↵Christian Breunig
inetfaces Keep a common CLI structure by re-using the already established offload node from ethernet.