Most likely won't fix
https://chrony-project.org/doc/3.4/chrony.conf.html
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Mar 15 2024
I don't think it is expected to get speed to the node itself.
A router is generally used for forwarding traffic. It is better to use iperf to check the speed between 2 hosts.
@Apachez the original issue was related nft
If use nftables natively as:
Mar 14 2024
PR https://github.com/vyos/vyos-1x/pull/3132
set service config-sync mode 'load' set service config-sync secondary address '192.0.2.1' set service config-sync secondary key 'xxx' set service config-sync section firewall set service config-sync section interfaces pseudo-ethernet set service config-sync section interfaces virtual-ethernet set service config-sync section nat set service config-sync section nat66 set service config-sync section protocols static set service config-sync section pki set service config-sync section vrf
Change some section:
vyos@r4# set nat source rule 100 outbound-interface name 'eth0' [edit] vyos@r4# set nat source rule 100 source address '10.0.0.0/24' [edit] vyos@r4# set nat source rule 100 translation address 'masquerade' [edit] vyos@r4# commit INFO:vyos_config_sync:Config synchronization: Mode=load, Secondary=192.0.2.1 [edit] vyos@r4#
Mar 12 2024
Close the task due to the reporter not responding.
Reopen if you still have this bug.
Seems fixed, checked on VyOS 1.5-rolling-202403110024
vyos@r4# rollback Possible completions: <N> Rollback to revision N (currently requires reboot)
The similar task T5956
For 1.3 you have to add a separate PR
Do we need it for 1.3?
If yes, a separate PR should exist, as a backport is impossible.
Mar 11 2024
Mar 9 2024
Mar 7 2024
There is no 1.3.7 version ;)
Mar 6 2024
There is the task for the bug with "backslashes" T5996
The 1.3.x behaviour,
- VTI interfaces without IPsec is not created
# 1.3 set interfaces vti vti10 address '10.0.0.1/30' commit
Create the PR without smoketest. This case is not tested.
Mar 5 2024
kea_parse_leases was deleted in https://github.com/vyos/vyos-1x/commit/c44d24eae276f77c700e961a22c0cd5582416dff
Probably the correct function is kea_get_leases
For 1.5 fix works as expected
vyos@r4:~$ cat /run/opennhrp/opennhrp.conf # Created by VyOS - manual changes will be overwritten
Mar 4 2024
Should be fixed in the next rolling release.
Can you recheck it after 20240304 ?
@paigeadelethompson it is another issue, open a separate bug report
Mar 2 2024
If I comment out this line then everything works.
Check opennhrp.conf file
Could be bug if the ispec in the config T6084