In T2251#150145, @ganawaj wrote:This bug is still present in the latest 1.4 rolling release
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Jun 12 2023
Jun 12 2023
Viacheslav changed the status of T5264: Add Mellanox Technologies firmware flash module mlxfw to kernel from Open to Needs testing.
Viacheslav added a comment to T2251: VRF communication breaks when utilizing zone-based firewalling.
Jun 11 2023
Jun 11 2023
This bug is still present in the latest 1.4 rolling release
Tested on VyOS 1.3.3
jestabro added a parent task for T5248: Ability to load config via API in JSON format: T3441: More intelligent config loading scripts.
Jun 10 2023
Jun 10 2023
Viacheslav closed T5231: Add op-mode for load-balancing reverse-proxy, a subtask of T5222: Add load-balancing reverse-proxy based on haproxy , as Resolved.
Viacheslav moved T5253: MPLS config removed at boot when wireguard interfaces present from Open to Finished on the VyOS 1.4 Sagitta board.
The similar task https://vyos.dev/T4797
You can add manually nft rules that used for firewall group, but they will overwritten per next firewall change/commit. The whole firewall config will overwritten.
There are 2 ways. Somehow use it in CLI or use native (nft) tables, chains, group-sets and rules which are not overlapping with generated “system” firewall ruleset
GitHub <noreply@github.com> committed rVYOSONEX5f9279a0d32a: Merge pull request #2015 from sever-sever/T5231 (authored by c-po).
GitHub <noreply@github.com> committed rVYOSONEX6c8c4e212b40: Merge pull request #2034 from erkin/current (authored by c-po).
GitHub <noreply@github.com> committed rVYOSONEX0b99a4cba127: Merge pull request #2035 from indrajitr/ddclient-improvement-round-4 (authored by c-po).
GitHub <noreply@github.com> committed rVYOSONEXa7ee793b4e1f: dhcpv6-relay: T5277: service does not start on boot (authored by narey83).
Jun 9 2023
Jun 9 2023
On another router I've changed the base mounts to sync ie: mount /dev/md127 /boot -o remount,rw,noatime,sync before upgrading, but after a reboot it came back corrupted.
Jun 8 2023
Jun 8 2023
c-po changed the status of T5272: Upgrade OpenVPN to 2.6 in Equuleus, a subtask of T5271: Add support for peer-fingerprint to OpenVPN, from Open to In progress.
PR for VyOS 1.3 branch https://github.com/vyos/vyos-build/pull/358
PR for VyOS 1.3 branch https://github.com/vyos/vyos-build/pull/358
I have been able to get NAT to work with VRFs with 1.4-rolling-202306080317. However:
<?xml version="1.0"?>
<interfaceDefinition>
<node name="show">
<children>
<node name="interfaces">
<properties>
<help>Show network interface information</help>
</properties>
<command>${vyos_op_scripts_dir}/interfaces.py show_summary</command>
<children>
<leafNode name="counters">
<properties>
<help>Show network interface counters</help>
</properties>
<command>${vyos_op_scripts_dir}/interfaces.py show_counters</command>
</leafNode>
<leafNode name="detail">
<properties>
<help>Show detailed information of all interfaces</help>
</properties>
<command>${vyos_op_scripts_dir}/interfaces.py show</command>
</leafNode>
</children>
</node>
</children>
</node>
</interfaceDefinition>It's actually an old issue.
jestabro added a subtask for T5136: Possible config corruption on upgrade: T5267: Another corruption on upgrade.
jestabro added a parent task for T5267: Another corruption on upgrade: T5136: Possible config corruption on upgrade.
c-po edited projects for T5268: OpenVPN: upgrade package to 2.6 series, added: VyOS 1.3 Equuleus (1.3.4); removed VyOS 1.3 Equuleus.
Viacheslav renamed T2196: Dynamic ipv4 interface list hairpin from Dynamic ipv4 interface list to Dynamic ipv4 interface list hairpin.
cuongdt1994 added a comment to T5266: QoS- HTB error when match with a dscp parameter for queue-type 'priority'.
With Base Configuration, it's don't have any issues. but after commit command here, error will show error:
Jun 7 2023
Jun 7 2023
GitHub <noreply@github.com> committed rVYOSONEX8efd9aefd136: Merge pull request #2029 from indrajitr/ddclient-improvement-round-3 (authored by c-po).
GitHub <noreply@github.com> committed rVYOSONEXbc4d42eb1569: Merge pull request #2030 from indrajitr/mdns-improvements-3 (authored by c-po).
GitHub <noreply@github.com> committed rVYOSONEXeab7e3ade384: Merge pull request #2032 from srividya0208/T5253 (authored by c-po).
PR for VyOS 1.3 https://github.com/vyos/vyatta-wanloadbalance/pull/19
c-po changed the status of T5265: WAN load-balancing: missing completion helpers from Open to In progress.
GitHub <noreply@github.com> committed rVYOSONEXbcbce9265b43: Merge pull request #2031 from jestabro/unsaved-commits (authored by jestabro).
Viacheslav updated the task description for T5264: Add Mellanox Technologies firmware flash module mlxfw to kernel.
Found the problem with command:
Viacheslav changed the status of T5262: Warn the user about unsaved config on reboot/shutdown attempts from Open to Needs testing.
SrividyaA changed the status of T5253: MPLS config removed at boot when wireguard interfaces present from Open to Confirmed.
Jun 6 2023
Jun 6 2023
jestabro added a parent task for T5248: Ability to load config via API in JSON format: T5263: Generalization of REST configure endpoint.