Age | Commit message (Collapse) | Author |
|
T6917: fix RPS ethernet settings for CPUs with more than 32 cores
|
|
T6630: ntp: fix timestamp nested under ptp
|
|
sudo: T6926: remove spam messages to syslog
|
|
The maximun value theat could be written for the 'rpc_cpu'
is 4294967295 or 0xffffffff in the chunk splitted by commas
|
|
|
|
Right now every command that's executed via op-mode/conf-mode is logged with a
session entry/exit and command execution into syslog.
sudo[1082396]: vyos : TTY=pts/1 ; PWD=/home/vyos ; USER=root ; COMMAND=/usr/bin/mv /tmp/config.boot.1082388 /opt/vyatta/etc/config/archive/config.boot
sudo[1082396]: pam_unix(sudo:session): session opened for user root(uid=0) by vyos(uid=1002)
sudo[1082396]: pam_unix(sudo:session): session closed for user root
sudo[1082399]: vyos : TTY=pts/1 ; PWD=/home/vyos ; USER=root ; COMMAND=/usr/sbin/logrotate -f -s /opt/vyatta/etc/config/archive/lr.state /opt/vyatta/etc/config/archive/lr.conf
sudo[1082399]: pam_unix(sudo:session): session opened for user root(uid=0) by vyos(uid=1002)
sudo[1082399]: pam_unix(sudo:session): session closed for user root
This heavily bloats remote logging services - remove the log entries
|
|
op_mode: T6770: Fix op command "show bridge vni"
|
|
op_mode: T6909: Move "show monitoring" and "show zebra" to "show monitoring frr"
|
|
|
|
|
|
Add the abbility to start IPoE session by unclassified-packet.
It allows the cases when subscriber configures the address manually
(static) and accel-ppp can start session on any packet.
By default start session on DHCPv4 Discover packet.
set service ipoe-server interface eth1 start-session unclassified-packet
|
|
|
|
|
|
ipoe_server: T6872: Add the ability to configure LUA scripts and username
|
|
T264: IPsec add base64 encoded secret-type feature
|
|
|
|
dhcp: T6692: Fix range options not present when `exclude` is used
|
|
* 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.
|
|
|
|
|
|
Add smoketest to verify range options are present with `exclude`
|
|
Add the ability to configure base64 encoded passwords for
VPN IPSec site-to-site peers
authentication psk PSK secret 'xxxxx=='
authentication psk PSK secret-type <base64|plaintext>
|
|
|
|
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>
|