Network vendors always talk about control-plane and data-plane ... forward-plane is not used often
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Jun 12 2023
After T5239, (vyatta-cfg, commit 4bbb3829), frr.service start and stop is managed by vyos-router, consequently, one should remove the following, so as not to confuse systemd:
https://github.com/vyos/vyos-1x/blob/current/src/etc/systemd/system/frr.service.d/override.conf#L1-L3
In T2251#150145, @ganawaj wrote:This bug is still present in the latest 1.4 rolling release
Jun 11 2023
This bug is still present in the latest 1.4 rolling release
Tested on VyOS 1.3.3
Jun 10 2023
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
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
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.
With Base Configuration, it's don't have any issues. but after commit command here, error will show error: