There is the task for the bug with "backslashes" T5996
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Mar 6 2024
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
Mar 1 2024
You don't have eth0.150
Feb 28 2024
Feb 27 2024
Provide please show configuration commands or attach /config/config.boot file.
Feb 26 2024
It is not the bug.
There is the feature request T6045
Feb 24 2024
@cnrd Provide please the "set" of the commands to reproduce.
This will make life much easier for developers.
Feb 23 2024
Already implemented
Any of these changes most likely affected this.
In T970#177585, @olivier.hault wrote:I'm not sure if this was been included in version 1.4 or not?
In T970#177580, @olivier.hault wrote:Any updates ?
Feb 22 2024
Feb 21 2024
Feb 20 2024
Feb 19 2024
@lclements0 Can you re-check?
Probably was fixed in https://github.com/vyos/vyos-cloud-init/commit/412287741b70b536458d84972257eda0b3c18d9f
Possible FRR bug https://github.com/FRRouting/frr/issues/13561
Feb 18 2024
Use the latest rolling.
Feb 16 2024
Compat names were dropped in https://github.com/vyos/vyos-1x/commit/c8ef5e8bdce01bbf05297df39e6c6223d0b2a2ea
Fixed for 1.4
set interfaces bonding bond0 member interface 'eth1' set interfaces bonding bond0 member interface 'eth2' set interfaces bonding bond0 mode '802.3ad' set interfaces bonding bond0 vif 667 address '10.6.67.11/24' set interfaces bonding bond0 vif 668 address '172.29.0.11/24' set interfaces bonding bond0 vif 668 redirect 'ifb0' set interfaces input ifb0 commit
enable-local-traffic just writes several old iptables rules https://github.com/vyos/vyatta-wanloadbalance/blob/961a2e8862280d2ce5500626cdee8a1adaa67ab2/src/lbdecision.cc#L124-L130
Propose to close task as "wontfix" due to the old backend and C implementation.
The correct behavior should be implemented for the protocols failover route feature.
I also propose to close all load-balancing wan tasks as wontfix for the same reason.
The task for dynamic interface T5647
Update from the PR
The changes from this pull request has already been incorporated and will be in the next major release of open-vm-tools.
https://github.com/vmware/open-vm-tools/pull/689#issuecomment-1948466725
Still bug for VyOS 1.5-rolling-202402131735
I'd delete the whole firewall configuration, at least for test.
@FileGo Could you re-check? As you have the full configuration to reproduce.