Page MenuHomeVyOS Platform
Feed All Stories

Jun 17 2023

jestabro added a parent task for T5300: verification of port availability can return false negative on boot: T5292: Commit error on boot when https.py is included in config daemon scripts.
Jun 17 2023, 5:09 PM · VyOS 1.4 Sagitta
jestabro changed the status of T5300: verification of port availability can return false negative on boot from Open to In progress.
Jun 17 2023, 5:09 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4989: QoS Policy Limiter - classes for marked traffic do not work.
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.

Jun 17 2023, 3:57 PM · vyatta-cfg-qos, VyOS 1.4 Sagitta
Viacheslav added a comment to T5048: QoS doesn't work correctly root task.

Fix for match protocol https://github.com/vyos/vyos-1x/pull/2047

Jun 17 2023, 3:06 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5256: QoS expects protocol number but not protocol name.

PR https://github.com/vyos/vyos-1x/pull/2047

Jun 17 2023, 3:01 PM · VyOS 1.4 Sagitta
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.
Jun 17 2023, 2:06 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T5256: QoS expects protocol number but not protocol name from Open to In progress.
Jun 17 2023, 2:06 PM · VyOS 1.4 Sagitta
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.
Jun 17 2023, 1:19 PM · VyOS 1.4 Sagitta
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.
Jun 17 2023, 1:19 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5256: QoS expects protocol number but not protocol name.

It expects ip protocol 1 instead of 'ip protocol icmp' in tc
wrong generation for protocols

Jun 17 2023, 1:18 PM · VyOS 1.4 Sagitta
Viacheslav added a parent task for T5256: QoS expects protocol number but not protocol name: T5048: QoS doesn't work correctly root task.
Jun 17 2023, 1:14 PM · VyOS 1.4 Sagitta
Viacheslav added a subtask for T5048: QoS doesn't work correctly root task: T5256: QoS expects protocol number but not protocol name.
Jun 17 2023, 1:14 PM · VyOS 1.4 Sagitta
Viacheslav created T5299: QoS shaper ceiling does not work.
Jun 17 2023, 12:53 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a parent task for T4989: QoS Policy Limiter - classes for marked traffic do not work: T5048: QoS doesn't work correctly root task.
Jun 17 2023, 12:48 PM · vyatta-cfg-qos, VyOS 1.4 Sagitta
Viacheslav added a subtask for T5048: QoS doesn't work correctly root task: T4989: QoS Policy Limiter - classes for marked traffic do not work.
Jun 17 2023, 12:48 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T5298: Add RFKILL support into kernel. from Open to In progress.
Jun 17 2023, 11:23 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5296: QoS class cannot calculate correctly the default bandwidth auto.

PR https://github.com/vyos/vyos-1x/pull/2046

Jun 17 2023, 11:09 AM · VyOS 1.4 Sagitta
cuongdt1994 added a comment to T5298: Add RFKILL support into kernel..

https://github.com/vyos/vyos-build/pull/363

Jun 17 2023, 10:51 AM · VyOS 1.4 Sagitta
cuongdt1994 created T5298: Add RFKILL support into kernel..
Jun 17 2023, 10:46 AM · VyOS 1.4 Sagitta
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.
Jun 17 2023, 10:42 AM · VyOS 1.4 Sagitta
Viacheslav changed the status of T5296: QoS class cannot calculate correctly the default bandwidth auto from Open to In progress.
Jun 17 2023, 10:42 AM · VyOS 1.4 Sagitta
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.

Jun 17 2023, 8:53 AM · VyOS 1.4 Sagitta
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.
Jun 17 2023, 1:04 AM · VyOS 1.4 Sagitta
Viacheslav changed the status of T5295: QoS shaper incorrect rate limit the traffic from In progress to Needs testing.
Jun 17 2023, 1:04 AM · VyOS 1.4 Sagitta

Jun 16 2023

jestabro committed rVYOSONEXd35223e670be: config-mgmt: T5297: add check for changes under node between revisions.
Jun 16 2023, 7:55 PM
GitHub <[email protected]> committed rVYOSONEX49e2822e9775: Merge pull request #2045 from jestabro/is-node-revised (authored by c-po).
Jun 16 2023, 7:55 PM
Viacheslav committed rVYOSONEX08b333eac3c2: T5295: Fix QoS shaper rate limit.
Jun 16 2023, 7:55 PM
GitHub <[email protected]> committed rVYOSONEX962a30c8f032: Merge pull request #2044 from sever-sever/T5295 (authored by c-po).
Jun 16 2023, 7:55 PM
jestabro added a comment to T5297: Utility function to check if config under node has been changed between revisions.

PR:
https://github.com/vyos/vyos-1x/pull/2045

Jun 16 2023, 3:54 PM · VyOS 1.4 Sagitta
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

Jun 16 2023, 3:45 PM · VyOS 1.4 Sagitta
jestabro triaged T5297: Utility function to check if config under node has been changed between revisions as Normal priority.
Jun 16 2023, 3:37 PM · VyOS 1.4 Sagitta
Viacheslav updated the task description for T5296: QoS class cannot calculate correctly the default bandwidth auto.
Jun 16 2023, 2:34 PM · VyOS 1.4 Sagitta
Viacheslav updated the task description for T5296: QoS class cannot calculate correctly the default bandwidth auto.
Jun 16 2023, 2:28 PM · VyOS 1.4 Sagitta
Viacheslav updated the task description for T5296: QoS class cannot calculate correctly the default bandwidth auto.
Jun 16 2023, 2:26 PM · VyOS 1.4 Sagitta
Viacheslav created T5296: QoS class cannot calculate correctly the default bandwidth auto.
Jun 16 2023, 2:24 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5295: QoS shaper incorrect rate limit the traffic.

PR https://github.com/vyos/vyos-1x/pull/2044
Config

Jun 16 2023, 1:44 PM · VyOS 1.4 Sagitta
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.
Jun 16 2023, 11:16 AM · VyOS 1.4 Sagitta
Viacheslav changed the status of T5295: QoS shaper incorrect rate limit the traffic from Open to In progress.
Jun 16 2023, 11:16 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5295: QoS shaper incorrect rate limit the traffic.

The same config in 1.3 doesn't have tc filter in 1.3

Jun 16 2023, 9:42 AM · VyOS 1.4 Sagitta
Viacheslav updated the task description for T5295: QoS shaper incorrect rate limit the traffic.
Jun 16 2023, 9:27 AM · VyOS 1.4 Sagitta
Viacheslav updated the task description for T5295: QoS shaper incorrect rate limit the traffic.
Jun 16 2023, 9:27 AM · VyOS 1.4 Sagitta
Viacheslav created T5295: QoS shaper incorrect rate limit the traffic.
Jun 16 2023, 8:13 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5048: QoS doesn't work correctly root task.

It's time to separate this task into subtasks.

Jun 16 2023, 8:07 AM · VyOS 1.4 Sagitta
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 16 2023, 8:07 AM · VyOS 1.4 Sagitta
Viacheslav updated the task description for T5285: Add CLI for configuration mode for VPP.
Jun 16 2023, 7:20 AM · VyOS 1.4 Sagitta

Jun 15 2023

jestabro committed rVYOSONEXe1f2615453b2: configsession: T5248: load_section should not set path if dict empty.
Jun 15 2023, 8:21 PM
GitHub <[email protected]> committed rVYOSONEXc67c51e0202d: Merge pull request #2043 from jestabro/fix-load-section (authored by Viacheslav).
Jun 15 2023, 8:21 PM
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

Jun 15 2023, 5:43 PM · VyOS 1.4 Sagitta
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.

Jun 15 2023, 5:42 PM · VyOS Rolling
aga created T5294: Wildcard Domains / TLDs in Firewall-Rules (and perhaps groups).
Jun 15 2023, 5:04 PM · VyOS Rolling
aga created T5293: Support for Floating Rules (Global Firewall-Rules that are automatically applied before all other Zone Rules).
Jun 15 2023, 4:56 PM · VyOS 1.4 Sagitta
aga updated aga.
Jun 15 2023, 3:47 PM
aga updated aga.
Jun 15 2023, 3:45 PM
SrividyaA added a comment to T4853: OpenVPN: unable to commit changes when the interface is down/unknown state.

It fails on the server. I have reproduced the issue in our internal lab. Will share the details.

Jun 15 2023, 12:22 PM · VyOS Rolling, Restricted Project
Viacheslav added a comment to T5276: QOS- inbound shapper attached on VLANs not working..

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'
Jun 15 2023, 11:11 AM · VyOS 1.4 Sagitta
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.
Jun 15 2023, 9:46 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5281: Add kernel options for vhost-net.

vhost modules are not included to kernet

Jun 15 2023, 9:44 AM · VyOS 1.4 Sagitta
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 15 2023, 12:33 AM · VyOS 1.4 Sagitta

Jun 14 2023

jestabro committed rVYOSONEX127bc2cd3bd1: http-api: T5292: do not include https.py in scripts run by configd.
Jun 14 2023, 10:07 PM
jestabro created T5292: Commit error on boot when https.py is included in config daemon scripts.
Jun 14 2023, 9:22 PM · VyOS 1.4 Sagitta
cuongdt1994 committed rVYOSONEXfed4261d79a0: T5290: Failing commits for SR-IOV interfaces using ixgbevf driver due to change….
Jun 14 2023, 7:30 PM
GitHub <[email protected]> committed rVYOSONEXd115065c518d: Merge pull request #2041 from cuongdt1994/current (authored by c-po).
Jun 14 2023, 7:30 PM
Harliff added a comment to T775: Config Sync between two VyOS routers.

Wow! Glad to see its moving on!

Jun 14 2023, 4:01 PM · VyOS 1.4 Sagitta
sjcarr added a comment to T5291: vyatta-cfg-cmd-wrapper missing ${vyos_libexec_dir} variable.

Thanks!

Jun 14 2023, 3:16 PM · VyOS 1.4 Sagitta
cuongdt1994 added a comment to T5291: vyatta-cfg-cmd-wrapper missing ${vyos_libexec_dir} variable.

PR: https://github.com/vyos/vyatta-cfg/pull/65

Jun 14 2023, 2:27 PM · VyOS 1.4 Sagitta
sjcarr added a comment to T5291: vyatta-cfg-cmd-wrapper missing ${vyos_libexec_dir} variable.

That did fix the issue. So how do I get that change in the main code?

Jun 14 2023, 2:16 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T775: Config Sync between two VyOS routers.

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'
Jun 14 2023, 1:53 PM · VyOS 1.4 Sagitta
cuongdt1994 added a comment to T5291: vyatta-cfg-cmd-wrapper missing ${vyos_libexec_dir} variable.

You can try edit with sudo nano /opt/vyatta/sbin/vyatta-cfg-cmd-wrapper

Jun 14 2023, 1:39 PM · VyOS 1.4 Sagitta
sjcarr added a comment to T5291: vyatta-cfg-cmd-wrapper missing ${vyos_libexec_dir} variable.

Nope it hasn't, you skim read the bug report.

Jun 14 2023, 1:21 PM · VyOS 1.4 Sagitta
cuongdt1994 added a comment to T5291: vyatta-cfg-cmd-wrapper missing ${vyos_libexec_dir} variable.

Your current version is too old, this function has been changed or removed, try upgrading to the new rolling version.

Jun 14 2023, 12:38 PM · VyOS 1.4 Sagitta
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:

Jun 14 2023, 12:14 PM · VyOS Rolling, Restricted Project
cuongdt1994 added a comment to T5290: Failing commits for SR-IOV interfaces using ixgbevf driver due to change speed/duplex settings.

PR: https://github.com/vyos/vyos-1x/pull/2041

Jun 14 2023, 12:11 PM · VyOS 1.4 Sagitta
sjcarr created T5291: vyatta-cfg-cmd-wrapper missing ${vyos_libexec_dir} variable.
Jun 14 2023, 10:52 AM · VyOS 1.4 Sagitta
syncer changed the subtype of T3871: Resolve unexpected interface name reordering from "Task" to "Bug".
Jun 14 2023, 10:43 AM · Restricted Project, VyOS 1.4 Sagitta (1.4.0-GA)
hatramatra created T5290: Failing commits for SR-IOV interfaces using ixgbevf driver due to change speed/duplex settings.
Jun 14 2023, 9:37 AM · VyOS 1.4 Sagitta
syncer triaged T5276: QOS- inbound shapper attached on VLANs not working. as Normal priority.
Jun 14 2023, 12:27 AM · VyOS 1.4 Sagitta

Jun 13 2023

cuongdt1994 created T5289: Smart Queue Management.
Jun 13 2023, 6:44 PM · VyOS Rolling
cuongdt1994 added a comment to T5284: Update Realtek r8152 + 8168 driver.
Jun 13 2023, 6:38 PM · VyOS 1.4 Sagitta (1.4.0-GA)
cuongdt1994 added a comment to T5284: Update Realtek r8152 + 8168 driver.
Jun 13 2023, 6:35 PM · VyOS 1.4 Sagitta (1.4.0-GA)
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:

Jun 13 2023, 4:57 PM · VyOS Rolling, Restricted Project
Joe007 added a comment to T5288: Rollback 2 No-reboot feature.

Hi @jestabro I saw that feature request but I wasn't sure. Thank you!

Jun 13 2023, 4:32 PM · VyConf
jestabro added a comment to T5288: Rollback 2 No-reboot feature.

cf. https://vyos.dev/T5249, currently being assessed.

Jun 13 2023, 4:28 PM · VyConf
Joe007 created T5288: Rollback 2 No-reboot feature.
Jun 13 2023, 4:24 PM · VyConf
daniil created T5287: Unable to advertise EVPN type 3 (multicast) routes when using a route-map.
Jun 13 2023, 3:28 PM · VyOS Rolling, Restricted Project
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.
Jun 13 2023, 11:02 AM · VyOS Rolling, VyOS 1.5 Circinus
Viacheslav closed T5171: Use XML for conf-mode "load-balancing wan" instead of legacy templates as Resolved.
Jun 13 2023, 11:02 AM · VyOS 1.4 Sagitta
Viacheslav closed T5213: Accel-ppp sending accounting interim updates acct-interim-interval option as Resolved.
Jun 13 2023, 11:01 AM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta
Viacheslav closed T5222: Add load-balancing reverse-proxy based on haproxy as Resolved.
Jun 13 2023, 11:00 AM · VyOS 1.4 Sagitta
Viacheslav closed T5258: git Actions use ubuntu-22.04 instead of deprecated ubuntu-18.04 for PR conflicts checker as Resolved.
Jun 13 2023, 10:59 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5248: Ability to load config via API in JSON format.

Thanks, @jestabro
It works in my tests!!

Jun 13 2023, 9:18 AM · VyOS 1.4 Sagitta
Viacheslav changed the status of T5283: IPoE server assigns network address from Confirmed to Needs testing.
Jun 13 2023, 8:12 AM · VyOS 1.4 Sagitta

Jun 12 2023

GitHub <[email protected]> committed rVYOSONEXdd1cdc4ec18e: Merge pull request #2037 from jestabro/api-config-section (authored by c-po).
Jun 12 2023, 11:16 PM
jestabro triaged T5248: Ability to load config via API in JSON format as Normal priority.
Jun 12 2023, 7:37 PM · VyOS 1.4 Sagitta
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.
Jun 12 2023, 7:36 PM · VyOS Rolling
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.
Jun 12 2023, 7:36 PM · VyOS 1.4 Sagitta
jestabro changed the status of T5248: Ability to load config via API in JSON format from Open to Needs testing.
Jun 12 2023, 7:36 PM · VyOS 1.4 Sagitta
jestabro committed rVYOSONEX701df0b70a89: http-api: T5263: simplify form errors.
Jun 12 2023, 7:16 PM
jestabro committed rVYOSONEX511591feb023: http-api: T5263: path validator should provide message.
Jun 12 2023, 7:16 PM
jestabro committed rVYOSONEXefc168bc702f: http-api: T5263: consistent string formatting.
Jun 12 2023, 7:16 PM
jestabro committed rVYOSONEX1c0d91fab1c4: http-api: T5263: factor out function _configure_op for generalization.
Jun 12 2023, 7:16 PM