Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-07 | T5319: remove workarounds for defaults in load-balancing-haproxy.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in lldp.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in interfaces-wireless.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in interfaces-bridge.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in igmp_proxy.py | John Estabrook | |
2023-08-07 | T5434: use auto-defaults in http-api.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in flow_accounting_conf.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in firewall.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in dns_forwarding.py | John Estabrook | |
2023-08-07 | T5434: remove unneeded imports in dns_dynamic.py | John Estabrook | |
2023-08-07 | T5434: use auto-defaults in dhcpv6_relay.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in dhcp_server.py | John Estabrook | |
2023-08-07 | T5434: use auto-defaults in dhcp_relay.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in container.py | John Estabrook | |
2023-08-07 | T5434: use auto-defaults in conntrack_sync.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in conntrack.py | John Estabrook | |
2023-08-06 | T5195: move helpers from vyos.validate to vyos.utils package | Christian Breunig | |
2023-08-06 | dyndns: T5228: remove T2665 workarounds | Christian Breunig | |
2023-08-04 | dhcp: T5428: provide common direcotry path via vyos.defaults.directories | Christian Breunig | |
Multiple scripts use the same hardcoded path for DHCP client leases in different direcotries - this can't be worse. | |||
2023-08-02 | vxlan: T5429: source-interface is not honored and throws config error | Christian 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-02 | T5319: remove workarounds for defaults in high-availability.py | John Estabrook | |
2023-08-02 | Merge pull request #2122 from aapostoliuk/T5413 | Christian Breunig | |
wireguard: T5413: Blocked adding the peer with the router's public key | |||
2023-08-02 | wireguard: T5413: Blocked adding the peer with the router's public key | aapostoliuk | |
Disabeled adding the peer with the same public key as the router has. Added smoketest | |||
2023-08-01 | T5374: Add system option time-format 12 or 24 hours | Viacheslav 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-31 | login: T4790: sync number of max RADIUS servers with equuleus branch (8) | Christian Breunig | |
2023-07-27 | Merge pull request #2105 from sever-sever/T5368 | Daniil Baturin | |
T5368: service ids ddos-protection add support sflow mode | |||
2023-07-27 | Merge pull request #2114 from srividya0208/T5252 | Christian Breunig | |
T5127: vpnv4/v6 : warning for router-id | |||
2023-07-27 | T5127: vpnv4/vpnv6 : warning for router-id | srividya0208 | |
2023-07-27 | wwan: T3795: remove superfluous call to set_level() | Christian Breunig | |
2023-07-27 | openvpn: 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. | |||
2023-07-27 | openvpn: T4974: restructure get_config() | Christian Breunig | |
Preparation to make the code flow look more intuitive and add room to add parsing of additional OpenVPN interfaces for DCO module load. | |||
2023-07-26 | openvpn: T4974: dynamically load/unload kernel module | Christian Breunig | |
2023-07-26 | Merge pull request #2078 from nicolas-fort/T5154 | Viacheslav Hletenko | |
T5154: NTP: allow maximum of one ipv4 and one ipv6 address on paramet… | |||
2023-07-25 | static: T5398: do not mangle interface names in FRR | Jonathan Voss | |
2023-07-25 | T5154: NTP: allow maximum of one ipv4 and one ipv6 address on parameter ↵ | Nicolas Fort | |
<listen-address>. Also allow only one single value <interface>. | |||
2023-07-22 | Merge pull request #2100 from nicolas-fort/T4889 | Christian Breunig | |
T4889: NAT Redirect: adddestination nat redirection (to local host) feature. | |||
2023-07-22 | Merge pull request #2104 from c-po/t5377-ospf-gr | Christian Breunig | |
ospf: T5377: add graceful restart FRR feature (RFC 3623) | |||
2023-07-21 | login: T5363: keep home when user is deleted | Christian Breunig | |
Comply with the code comment and not remove the users home directory. This also fixes the issue that user homes get cleaned on system reboot | |||
2023-07-21 | T5368: service ids ddos-protection add support sflow mode | Viacheslav Hletenko | |
sFlow mode requires fewer resources then mode "mirror" Integrate it into configuration mode set service ids ddos-protection mode 'sflow' set service ids ddos-protection sflow listen-address '127.0.0.1' set service ids ddos-protection sflow port '6343' | |||
2023-07-20 | ospf: T5377: add graceful restart FRR feature (RFC 3623) | Christian Breunig | |
New CLI commands: * set protocols ospf graceful-restart grace-period 300 * set protocols ospf graceful-restart helper planned-only * set protocols ospf graceful-restart helper no-strict-lsa-checking * set protocols ospf graceful-restart helper supported-grace-time 400 * set protocols ospf graceful-restart helper enable router-id 192.0.2.1 * set protocols ospf graceful-restart helper enable router-id 192.0.2.2 * set protocols ospfv3 graceful-restart grace-period 300 * set protocols ospfv3 graceful-restart helper planned-only * set protocols ospfv3 graceful-restart helper lsa-check-disable * set protocols ospfv3 graceful-restart helper supported-grace-time 400 * set protocols ospfv3 graceful-restart helper enable router-id 192.0.2.1 * set protocols ospfv3 graceful-restart helper enable router-id 192.0.2.2 | |||
2023-07-20 | bgp: T5328: Fixed verifying peer without AFI. | aapostoliuk | |
Fixed verifying peer without AFI, if the peer is interface. | |||
2023-07-19 | T4899: NAT Redirect: adddestination nat redirection (to local host) feature. | Nicolas Fort | |
2023-07-18 | syslog: T2778: add missing argument for rsyslog.conf template | John Estabrook | |
2023-07-17 | syslog: T2778: fix dict index | John Estabrook | |
2023-07-16 | syslog: T2778: fix invalid handling of logrotate and default values | Christian Breunig | |
There was no /var/log/messages handler for logrotate making rsyslog crash after a few days. In addition we had some JIna2 templating errors for hosts, user and file CLI nodes jinja2.exceptions.UndefinedError: 'dict object' has no attribute 'facility' Looks like therey are used rarely ;) - lucky me! | |||
2023-07-16 | T5195: fix remaining references to decommissioned vyos.util | Christian Breunig | |
2023-07-15 | T5195: vyos.util -> vyos.utils package refactoring part #2 | Christian Breunig | |
2023-07-14 | T5195: vyos.util -> vyos.utils package refactoring (#2093) | Christian Breunig | |
* T5195: move run, cmd, call, rc_cmd helper to vyos.utils.process * T5195: use read_file and write_file implementation from vyos.utils.file Changed code automatically using: find . -type f -not -path '*/\.*' -exec sed -i 's/^from vyos.util import read_file$/from vyos.utils.file import read_file/g' {} + find . -type f -not -path '*/\.*' -exec sed -i 's/^from vyos.util import write_file$/from vyos.utils.file import write_file/g' {} + * T5195: move chmod* helpers to vyos.utils.permission * T5195: use colon_separated_to_dict from vyos.utils.dict * T5195: move is_systemd_service_* to vyos.utils.process * T5195: fix boot issues with missing imports * T5195: move dict_search_* helpers to vyos.utils.dict * T5195: move network helpers to vyos.utils.network * T5195: move commit_* helpers to vyos.utils.commit * T5195: move user I/O helpers to vyos.utils.io | |||
2023-07-14 | Merge pull request #2089 from nicolas-fort/T5059 | Christian Breunig | |
T5059: relay: add disable options for dhcp-relay and dhcpv6-relay | |||
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. |