Age | Commit message (Collapse) | Author |
|
* avahi: T6908: reduce runtime overhead in smoketests by using setUpClass/tearDownClass
* avahi: T6908: add option to define mdns-repeater max-cache entries
Add CLI option to configure `cache-entries-max` entries in Avahi daemon
configuration.
Default value of 4096 for "cache-entries" CVLI node was retrieved from
source code.
|
|
op-mode: T6900: remove uninformative 'show configuration files'
|
|
- Removed default `m1` and `m2` values from interface definitions
- Adjusted filter priorities for shapers
- Fixed SFQ qdisc and HFSC class creation to fully support `m1`, `d`, and `m2` parameters
- Added validation logic similar to VyOS 1.3 to improve error handling and user experience
|
|
|
|
The legacy node and behavior under 'show configuration files' is not
useful as is; remove node and drop script to allow for a useful
repurpose in the future.
|
|
serial: T3397: Remove `--keep-baud` which could result in unexpected baud rate
|
|
configd: T6899: use multipart message instead of extra exchange
|
|
|
|
- Fixed handling of flow isolation parameters.
- Corrected support for `nat` and `nonat` in flow isolation.
- Extended RTT values to cover the full range supported by `tc`.
- Make migration script 2-to-3 qos
|
|
* T6490: Allow creation of wireguard interfaces without requiring peers
|
|
|
|
T6884: adds mtu option for container networks
|
|
|
|
|
|
T6795: QoS: Fix duplicate entries in class match filters
|
|
T6801: QoS: Policy rate-control is broken by default
|
|
dhcp-server: T6876: increase retries that Kea makes to open a socket
|
|
conntrack: T6878: stop the conntrack logger daemon correctly
|
|
|
|
KEA DHCP-server sometimes could be in the race condition when an
interface is not in the UP state.
The server tries to open the socket 5 times with an interval
of 5 seconds, then just starts as it is.
In this case, users cannot get leases from the interface, which was
in the DOWN state before starting KEA, but it is now in the UP state.
Increase 'service-sockets-max-retries' from 5 to 60
|
|
- Fixed unhandled exception for policy rate-control without params
|
|
babel: T6866: IPv6 distribute-lists in access-list6 format have names not numbers
|
|
|
|
numbers
|
|
|
|
|
|
|
|
Signed-off-by: Date Huang <tjjh89017@hotmail.com>
|
|
T6861: op-mode: ignore error code 255 if this UEFI doesn't support secure boot
|
|
syslog: T6858: bugfix remote syslog using TCP
|
|
T3501: Allow using more than one tuned profile
|
|
`mokutil --sb-state` will output "This system doesn't support Secure Boot" to stderr.
and return error code 255 if the UEFI system doesn't support secure boot.
Signed-off-by: Date Huang <tjjh89017@hotmail.com>
|
|
- Resolved unhandled exception occurring with default round-robin policy config.
- Added default filter to ensure proper round-robin policy.
|
|
In "option-def" parameter "record-types" field is an array of uint8 in format "<netmask>, <network-byte1>, <network-byte2>, <network-byte3>, <router-byte1>, <router-byte2>, <router-byte3>" where <network-byte3> with the value 0 is omitted, so the minimal length of array is 7 (e.g. for routing 10.1.0.0/16 via 10.1.6.4 "record-types": "16,10,1,10,1,6,4")
|
|
Commit 042be39cc ("syslog: T5367: add format option to include timezone in
message") added an invalid, outer if-statement when rendering the rsyslog
configuration option for TCP.
Remote hosts only got added when the format option "octet-counting" was defined
in addition to the TCP protocol. This has been fix and now TCP transport is
decoupled from octet-counting mode.
|
|
|
|
T6695: Machine-readable operational mode support for traceroute
|
|
|
|
dhcp_server: T6852: Add op mode command "show dhcpv6 server statistics"
|
|
Not all NICs could provide ring-buffers info requested by ethtool
in JSON format
For example 'vif' Xen/XCP-NG interfaces
Fix it
|
|
|
|
system_login: T6807: allow a trailing slash character in system login
|
|
op_mode: T6808: Console server op mode commands throw errors when console server is not configured
|
|
login: T6712: honor 80x25 terminal size for nonproduction banner message
|
|
|
|
In the new iproute2 package the link to `ip` was changed
$ file /usr/sbin/ip
/usr/sbin/ip: symbolic link to ../bin/ip
Fix smoketest
|
|
server is not configured
|
|
Allow the use of a trailing slash `("/")` at the of the user's home directory path. For example `/home/test/`
|
|
T4583: Rewrite VRRP op-mode to vyos.opmode format
|
|
T6791: Extend fair-queue hash-interval
|