Age | Commit message (Collapse) | Author |
|
|
|
|
|
T6487: updated central workflows to use equuleus branch (backport #3647)
|
|
(cherry picked from commit 6c4bd6cdaa6008f05ed610742a4cc7e79988b737)
|
|
T6449: added pr update trigger (backport #3596)
|
|
T5725: Improve protocol IS-IS config validation
|
|
|
|
(cherry picked from commit 395bd4eb850ff5763a82f29b1ff398c41e200f09)
# Conflicts:
# .github/workflows/chceck-pr-message.yml
|
|
op-mode: T683: remove superfluous debug print in snmpv3 display code (backport #3564)
|
|
This was a leftover from the early days.
(cherry picked from commit d5271e084cca8af54f425816916a821b0eab1a5a)
|
|
igmp: T6359: Fixed execution boot priority of the config script
|
|
Fixed execution boot priority of the config script.
In some environments multicast stops forwarding after boot.
|
|
T6056: Change static-host-mapping should not restart snmpd (backport #3386)
|
|
T6235: Git update actions-label-merge-conflict version (backport #3300)
|
|
Update `actions-label-merge-conflict` due to `Node.js 16 actions are deprecated.`
(cherry picked from commit 7451133671989e1207299e081cd26d3f526e25f6)
|
|
We have several config XML definitions that use the same python3
script `system_host-name.py`
https://github.com/vyos/vyos-1x/blob/current/interface-definitions/system_name-server.xml.in
https://github.com/vyos/vyos-1x/blob/current/interface-definitions/system_host-name.xml.in
https://github.com/vyos/vyos-1x/blob/current/interface-definitions/system_static-host-mapping.xml.in
https://github.com/vyos/vyos-1x/blob/current/interface-definitions/system_domain-name.xml.in
https://github.com/vyos/vyos-1x/blob/current/interface-definitions/system_domain-search.xml.in
Any change in these scripts calls to restart the `service snmpd`
The service `snmpd` should be restarted only if `host-name` or
`domain-name` was changed.
It is a good idea to rewrite it to `get_config_dict` in the future.
(cherry picked from commit 4f1db505791deed533dddf0c2f5bdedd6fba34b8)
|
|
vyos-hostsd: T4270: resolve only hostname without domain name to 127.0.1.1 (backport #3066)
|
|
This is a fix for commit 665ae50729 ("vyos-hostsd: T4270: do not resolve local
router FQDN to 127.0.1.1") as it made calls to sudo super slow due to:
sudo: unable to resolve host vyos: System error
To avoid the initial issue we only add the hostname without domain name, thus
the FQDN is not resolved by powerdns.
(cherry picked from commit 3712f28025a5bc99e941b5212091a2732b9f6d6c)
|
|
connect_disconnect: T6261: correction to typo in check_ppp_running (backport #3347)
|
|
Connect_disconnect: T6261: correction to typo in check_ppp_running function
Changes include:
1. Replaces "beeing" -> being in print statement for check_ppp_running
2. Replaces "can not" -> cannot in print statement on lines 61 and 93
(cherry picked from commit 19e0d3b74f66e082c3f131b9044e7ca2371b1d85)
|
|
pppoe-server: T6141: T5364: PPPoE-server add pado-delay without sessions fails
|
|
|
|
conntrack-sync: T1244: Change name for option startup-resync
|
|
|
|
conntrack-sync: T1244: Support for StartupResync in conntrackd
|
|
dhcpv6-client: T2590: fix vyos-hostsd update for nameserver and search domains (backport #3224)
|
|
|
|
After migrating from ISC DHCLIENT for IPv6 to wide-dhcp-client the logic which
was present to update /etc/resolv.conf with the DHCP specified nameservers and
also the search domain list was no longer present.
This commit adds a per interface rendered script to inform vyos-hostsd about
the received IPv6 nameservers and search domains.
(cherry picked from commit ece425f0191762638b7c967097accd8739e9103d)
|
|
T6150: Fixed setting a static IP address by Radius in IPoE
|
|
system: T6193: invalid warning "is not a DHCP interface but uses DHCP name-server option" (backport #3223)
|
|
name-server option"
This fixes an invalid warning when using a DHCP VLAN interface to retrieve the
system nameserver to be used. VLAN CLI config is not properly expanded
leading to a false warning:
[ system name-server eth1.10 ]
WARNING: "eth1.10" is not a DHCP interface but uses DHCP name-server option!
(cherry picked from commit 61e70c5500ad5b0a9d25bdee28d982644bad6461)
|
|
Fixed setting a static IP address by Radius in IPoE
Allowing using named pools by default
Allowed adding 'gateway-address' without named pool.
|
|
snmp: T2998: SNMP v3 oid "exclude" option fix
|
|
T6110: dhcp: add error check when fail-over is enabled on a subnet, but range is not defined.
|
|
|
|
vrrp: T5504: Keepalived VRRP ability to set more than one peer-address
|
|
|
|
range is not defined.
|
|
|
|
conntrack-sync: T6057: Add ability to disable syslog for conntrackd
|
|
|
|
T5418: PPPoE allowed creating subnet started from any IP
|
|
Added the possibility of creating subnet in PPPoE
client's IP pools started from any IP.
|
|
configverify: T3992: fix KeyError in verify_address()
|
|
rpki: T6004: add missing startup priority (backport #2983)
|
|
Reproducible by:
set interfaces bridge br0 member interface eth1.10
set interfaces ethernet eth1 vif 10 address 100.64.0.1/24
File "/usr/lib/python3/dist-packages/vyos/configverify.py", line 314, in verify_vlan_config
verify_address(vlan)
File "/usr/lib/python3/dist-packages/vyos/configverify.py", line 206, in verify_address
interface = config['ifname']
KeyError: 'ifname'
|
|
utils: T5239: add low-level read from config.boot (RPKI fixes)
|
|
|
|
(cherry picked from commit 4c2acb970c62478cf1139fcf66b0de341d46f7fc)
|
|
xml: T302: replace references to Quagga with FRRouting
|