In T4989#144426, @MartB wrote:set qos policy shaper test bandwidth 100mbit set qos policy shaper test class 10 bandwidth 50%It wont be used right now if I add a class that uses a percentage, it will always use the interface speed.
The base __rate_convert should include some check if the "base" speed was already set.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Jun 17 2023
Jun 17 2023
jestabro changed the status of T5300: verification of port availability can return false negative on boot from Open to In progress.
Fix for match protocol https://github.com/vyos/vyos-1x/pull/2047
Viacheslav changed the status of T5256: QoS expects protocol number but not protocol name, a subtask of T5048: QoS doesn't work correctly root task, from Open to In progress.
Viacheslav changed the status of T5256: QoS expects protocol number but not protocol name from Open to In progress.
Viacheslav renamed T5256: QoS expects protocol number but not protocol name from QoS expects protocal number but not protocol name to QoS expects protocol number but not protocol name.
Viacheslav renamed T5256: QoS expects protocol number but not protocol name from Quality of Services crash with new qos policy to QoS expects protocal number but not protocol name.
It expects ip protocol 1 instead of 'ip protocol icmp' in tc
wrong generation for protocols
Viacheslav added a parent task for T5256: QoS expects protocol number but not protocol name: T5048: QoS doesn't work correctly root task.
Viacheslav added a comment to T5296: QoS class cannot calculate correctly the default bandwidth auto.
Viacheslav changed the status of T5296: QoS class cannot calculate correctly the default bandwidth auto, a subtask of T5048: QoS doesn't work correctly root task, from Open to In progress.
Viacheslav changed the status of T5296: QoS class cannot calculate correctly the default bandwidth auto from Open to In progress.
Viacheslav added a comment to T5262: Warn the user about unsaved config on reboot/shutdown attempts.
After reboot, I connect to the node and execute reboot again without any config change
But I still see a Warning, that looks like a bug in this case.
Viacheslav changed the status of T5295: QoS shaper incorrect rate limit the traffic, a subtask of T5048: QoS doesn't work correctly root task, from In progress to Needs testing.
Viacheslav changed the status of T5295: QoS shaper incorrect rate limit the traffic from In progress to Needs testing.
Jun 16 2023
Jun 16 2023
Viacheslav added a comment to T5296: QoS class cannot calculate correctly the default bandwidth auto.
If class['bandwidth'] == auto then we should get global bandwidth
jestabro triaged T5297: Utility function to check if config under node has been changed between revisions as Normal priority.
Viacheslav updated the task description for T5296: QoS class cannot calculate correctly the default bandwidth auto.
Viacheslav updated the task description for T5296: QoS class cannot calculate correctly the default bandwidth auto.
Viacheslav updated the task description for T5296: QoS class cannot calculate correctly the default bandwidth auto.
Viacheslav changed the status of T5295: QoS shaper incorrect rate limit the traffic, a subtask of T5048: QoS doesn't work correctly root task, from Open to In progress.
Viacheslav changed the status of T5295: QoS shaper incorrect rate limit the traffic from Open to In progress.
The same config in 1.3 doesn't have tc filter in 1.3
It's time to separate this task into subtasks.
Viacheslav renamed T5048: QoS doesn't work correctly root task from QoS doesn't work correctly on 1.4-rolling-202302150317 to QoS doesn't work correctly root task.
Jun 15 2023
Jun 15 2023
sarthurdev added a comment to T5293: Support for Floating Rules (Global Firewall-Rules that are automatically applied before all other Zone Rules).
Should be possible when new refactor is merged: T5160
sarthurdev added a comment to T5294: Wildcard Domains / TLDs in Firewall-Rules (and perhaps groups).
This would have to be handled with DNS and not in the firewall. Hostnames work on firewall because they are resolved prior to use in rules.
Don't see errors with this configuration:
set interfaces ethernet eth1 vif 11 address '192.0.2.2/24' set interfaces input ifb0 description 'WAN Ingress'
Viacheslav changed the status of T5290: Failing commits for SR-IOV interfaces using ixgbevf driver due to change speed/duplex settings from Open to Needs testing.
vhost modules are not included to kernet
fernando added a comment to T5266: QoS- HTB error when match with a dscp parameter for queue-type 'priority'.
I've found the reason why this command fails, it' happens because the logic to match the dscp parameter is missing. So, it tries to apply the basic policy with the tc filter parameters by default :
Jun 14 2023
Jun 14 2023
Wow! Glad to see its moving on!
Thanks!
That did fix the issue. So how do I get that change in the main code?
PR https://github.com/vyos/vyos-1x/pull/2042
set service config-sync mode 'load' set service config-sync secondary address '192.168.122.11' set service config-sync secondary key 'foo' set service config-sync section 'nat'
You can try edit with sudo nano /opt/vyatta/sbin/vyatta-cfg-cmd-wrapper
Nope it hasn't, you skim read the bug report.
Your current version is too old, this function has been changed or removed, try upgrading to the new rolling version.
Coopercentral added a comment to T2251: VRF communication breaks when utilizing zone-based firewalling.
From my testing, all traffic that originates from an interface attached to a VRF, will show the source interface as the VRF master interface, regardless of the zone attached to that interface. This will make it difficult to segment traffic between interfaces attached to the same VRF. For example:
syncer changed the subtype of T3871: Resolve unexpected interface name reordering from "Task" to "Bug".
Jun 13 2023
Jun 13 2023
daniil added a comment to T5287: Unable to advertise EVPN type 3 (multicast) routes when using a route-map.
I opened an issue on github:
Viacheslav closed T5171: Use XML for conf-mode "load-balancing wan" instead of legacy templates, a subtask of T4470: Rewrite load-balancing wan to XML/Python, as Resolved.
Thanks, @jestabro
It works in my tests!!
Viacheslav changed the status of T5283: IPoE server assigns network address from Confirmed to Needs testing.
Jun 12 2023
Jun 12 2023
jestabro changed the status of T5248: Ability to load config via API in JSON format, a subtask of T3441: More intelligent config loading scripts, from Open to Needs testing.
jestabro changed the status of T5248: Ability to load config via API in JSON format, a subtask of T5263: Generalization of REST configure endpoint, from Open to Needs testing.
jestabro changed the status of T5248: Ability to load config via API in JSON format from Open to Needs testing.
Network vendors always talk about control-plane and data-plane ... forward-plane is not used often
c-po changed the status of T5286: Remove XDP support, a subtask of T893: Add support for VPP , from Open to In progress.
c-po added a parent task for T5285: Add CLI for configuration mode for VPP: T893: Add support for VPP .
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
Viacheslav closed T5264: Add Mellanox Technologies firmware flash module mlxfw to kernel as Resolved.
Viacheslav changed the status of T5264: Add Mellanox Technologies firmware flash module mlxfw to kernel from Open to Needs testing.