Page MenuHomeVyOS Platform
Feed All Stories

Jul 1 2023

Viacheslav changed the status of T5302: QoS class with multiple matches generates one filter rule but expects several rules, a subtask of T5048: QoS doesn't work correctly root task, from Open to In progress.
Jul 1 2023, 5:39 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T5302: QoS class with multiple matches generates one filter rule but expects several rules from Open to In progress.
Jul 1 2023, 5:39 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5302: QoS class with multiple matches generates one filter rule but expects several rules.

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

set qos interface eth0 egress 'test'
set qos policy shaper test bandwidth '300mbit'
set qos policy shaper test class 23 bandwidth '150mbit'
set qos policy shaper test class 23 match one ip protocol 'tcp'
set qos policy shaper test class 23 match two ip protocol 'udp'
set qos policy shaper test default bandwidth '20mbit'
set qos policy shaper test default queue-type 'fair-queue'
commit
Jul 1 2023, 5:39 PM · VyOS 1.4 Sagitta
Viacheslav closed T5296: QoS class cannot calculate correctly the default bandwidth auto, a subtask of T5048: QoS doesn't work correctly root task, as Resolved.
Jul 1 2023, 1:57 PM · VyOS 1.4 Sagitta
Viacheslav closed T5296: QoS class cannot calculate correctly the default bandwidth auto as Resolved.
Jul 1 2023, 1:57 PM · VyOS 1.4 Sagitta
Viacheslav closed T5304: Containers add bind-propagation option rshared as Resolved.
Jul 1 2023, 1:18 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/2065

set qos interface eth0 ingress '300m-in'
set qos policy limiter 300m-in default bandwidth '300mbit'
set qos policy limiter 300m-in default burst '125000000b'
commit
Jul 1 2023, 12:46 PM · VyOS 1.4 Sagitta
csszep added a comment to T3509: No BCP38 for IPv6 on VyOS.

The IPv6 reverse path filter functionality would be great if it worked properly.
On the other hand, the current sysctl based solution does not allow for adding exceptions.

Jul 1 2023, 8:17 AM · VyOS 1.4 Sagitta
Viacheslav changed the status of T5329: Wireguard interface as GRE tunnel source causes configuration error on boot from Open to In progress.
Jul 1 2023, 6:31 AM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta

Jun 30 2023

c-po closed T5315: vrrp: add support for version 3 as Resolved.
Jun 30 2023, 7:50 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
c-po closed T5313: UDP broadcast relay - missing verify() that relay interfaces have an IP address assigned as Resolved.
Jun 30 2023, 7:50 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
jestabro added a subtask for T5228: Simplify get_config_dict and add argument with_defaults: T5330: Keep track of source of config dict value when merging defaults.
Jun 30 2023, 7:41 PM · VyOS 1.4 Sagitta
jestabro added a parent task for T5330: Keep track of source of config dict value when merging defaults: T5228: Simplify get_config_dict and add argument with_defaults.
Jun 30 2023, 7:41 PM · VyOS 1.4 Sagitta
jestabro updated the task description for T5330: Keep track of source of config dict value when merging defaults.
Jun 30 2023, 7:40 PM · VyOS 1.4 Sagitta
jestabro triaged T5330: Keep track of source of config dict value when merging defaults as Normal priority.
Jun 30 2023, 7:30 PM · VyOS 1.4 Sagitta
n.fort closed T5283: IPoE server assigns network address as Resolved.
Jun 30 2023, 6:59 PM · VyOS 1.4 Sagitta
SrividyaA added a comment to T5329: Wireguard interface as GRE tunnel source causes configuration error on boot.

https://github.com/vyos/vyos-1x/pull/2063

Jun 30 2023, 6:26 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
greenpsi added a comment to T5324: invalid interface name.

I think I found the real problem:

Jun 30 2023, 5:19 PM · VyOS 1.4 Sagitta
jlongendyke added a comment to T5329: Wireguard interface as GRE tunnel source causes configuration error on boot.

That fixes it. It does seem like more of a band-aid solution though. I don't want to have to do that for every router I deploy using this setup

Jun 30 2023, 4:10 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
Viacheslav added a comment to T5329: Wireguard interface as GRE tunnel source causes configuration error on boot.

Wireguard is not yet exists in the system when tun is already exists due to priority

vyos@r14:~$ /opt/vyatta/sbin/priority.pl | match "tun|wireguard"
380 interfaces/tunnel
381 interfaces/wireguard
Jun 30 2023, 4:00 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
aztec102 added a comment to T5325: Moschip MCS9900 fix driver.

Thank you very much, I compiled the image, now it remains only to check.
As soon as I check, I will write.

Jun 30 2023, 2:31 PM · VyOS 1.4 Sagitta
jlongendyke created T5329: Wireguard interface as GRE tunnel source causes configuration error on boot.
Jun 30 2023, 12:41 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
n.fort added a comment to T4502: Consider implementing (NAT/other) flow table offload.

Hi @vfreex . The idea is to add this feature, and several more, once we get new firewall cli structure: https://github.com/vyos/vyos-1x/pull/2016

Jun 30 2023, 12:15 PM · VyOS 1.4 Sagitta
SrividyaA created T5328: bgp: Incorrect warning showed for address-family configured with neighbor as interface.
Jun 30 2023, 11:05 AM · VyOS 1.4 Sagitta
SrividyaA added a comment to T5306: bgp config migration failed with v6only option configured with peer-group.

The above setting works and also if configured like this:

Jun 30 2023, 10:03 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a comment to T5306: bgp config migration failed with v6only option configured with peer-group.

Try set protocols bgp neighbor eth1 interface remote-as xxx

Jun 30 2023, 8:31 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
cuongdt1994 renamed T5327: Improvements UDP Broadcast Replay from Improved UDP Broadcast Replay to Improvements UDP Broadcast Replay.
Jun 30 2023, 7:11 AM · VyOS 1.5 Circinus
cuongdt1994 created T5327: Improvements UDP Broadcast Replay.
Jun 30 2023, 7:01 AM · VyOS 1.5 Circinus
cuongdt1994 added a comment to T5325: Moschip MCS9900 fix driver.

Same in https://forum.vyos.io/t/need-some-help-troubleshooting-nic-detection/11291/15

Jun 30 2023, 6:55 AM · VyOS 1.4 Sagitta
Cheeze_It added a comment to T5081: ISIS and OSPF syncronization with IGP-LDP sync.

I was able to test this for ISIS. I'll test OSPF hopefully tomorrow.

Jun 30 2023, 6:54 AM · VyOS 1.4 Sagitta
aztec102 added a comment to T5325: Moschip MCS9900 fix driver.
vyos@vyos:~$ show version 
Version:          VyOS 1.4-rolling-202306270317
Release train:    current
Jun 30 2023, 2:26 AM · VyOS 1.4 Sagitta
SrividyaA added a comment to T5306: bgp config migration failed with v6only option configured with peer-group.

In rolling release, it does not accept remote-as configured as a part of peer-group, commit error is received:

Jun 30 2023, 2:20 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Jun 29 2023

vfreex added a comment to T4502: Consider implementing (NAT/other) flow table offload.

I opened PR https://github.com/vyos/vyos-1x/pull/2062 for this.

Jun 29 2023, 7:52 PM · VyOS 1.4 Sagitta
vfreex added a comment to T5250: Firewall - show firewall group.
Jun 29 2023, 7:51 PM · VyOS 1.4 Sagitta
jestabro closed T5320: Add warning when entering config mode after a boot configuration error as Resolved.
Jun 29 2023, 4:20 PM · VyOS 1.4 Sagitta
Viacheslav closed T5326: Development issues with install the latest vyos-1x to the system as Invalid.

The issue was fixed with update container image vyos/vyos-build:current to the latest

Jun 29 2023, 11:50 AM · VyOS 1.4 Sagitta
Viacheslav created T5326: Development issues with install the latest vyos-1x to the system.
Jun 29 2023, 10:54 AM · VyOS 1.4 Sagitta
greenpsi added a comment to T5324: invalid interface name.

I found the following log in /run/udev/log/vyos-net-name from the vyos_net_name python script:

Jun 29 2023, 10:52 AM · VyOS 1.4 Sagitta
greenpsi added a comment to T5324: invalid interface name.

e2 it is a temporary name to rename ethX in correct way
You have to use “ethernet ethX address x.x.x.x”

Jun 29 2023, 10:35 AM · VyOS 1.4 Sagitta
cuongdt1994 added a comment to T5324: invalid interface name.

I found invalid interface name with lastest build (fresh install and none configuration)

Jun 29 2023, 10:02 AM · VyOS 1.4 Sagitta
cuongdt1994 added a comment to T5284: Update Realtek r8152 + 8168 driver.

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

Jun 29 2023, 9:13 AM · Restricted Project, VyOS 1.4 Sagitta (1.4.0-GA)
cuongdt1994 added a comment to T5325: Moschip MCS9900 fix driver.

I found your devices supported but I need build and check again.

Jun 29 2023, 8:49 AM · VyOS 1.4 Sagitta
cuongdt1994 added a comment to T5325: Moschip MCS9900 fix driver.

@aztec102 please show version running.

Jun 29 2023, 8:39 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5324: invalid interface name.

e2 it is a temporary name to rename ethX in correct way
You have to use “ethernet ethX address x.x.x.x”

Jun 29 2023, 4:49 AM · VyOS 1.4 Sagitta
aztec102 created T5325: Moschip MCS9900 fix driver.
Jun 29 2023, 3:54 AM · VyOS 1.4 Sagitta

Jun 28 2023

greenpsi created T5324: invalid interface name.
Jun 28 2023, 8:17 PM · VyOS 1.4 Sagitta
isithran created T5323: VRF-aware Multicast diagnostic commands support.
Jun 28 2023, 6:47 PM · VyOS 1.5 Circinus
isithran created T5322: VRF-aware IGMP support.
Jun 28 2023, 6:35 PM · VyOS 1.5 Circinus
isithran created T5321: VRF-aware PIM support.
Jun 28 2023, 6:22 PM · VyOS 1.5 Circinus
jestabro added a comment to T5320: Add warning when entering config mode after a boot configuration error.

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

Jun 28 2023, 4:54 PM · VyOS 1.4 Sagitta
jestabro triaged T5320: Add warning when entering config mode after a boot configuration error as Normal priority.
Jun 28 2023, 4:37 PM · VyOS 1.4 Sagitta
jestabro added a parent task for T5319: Remove remaining workarounds for incorrect defaults: T5308: Remove workarounds for incorrect defaults in get_interface_dict.
Jun 28 2023, 3:17 PM · VyOS 1.4 Sagitta
jestabro added a subtask for T5308: Remove workarounds for incorrect defaults in get_interface_dict: T5319: Remove remaining workarounds for incorrect defaults.
Jun 28 2023, 3:17 PM · VyOS 1.4 Sagitta
jestabro triaged T5319: Remove remaining workarounds for incorrect defaults as Normal priority.
Jun 28 2023, 3:17 PM · VyOS 1.4 Sagitta
Viacheslav closed T1237: Static Route Path Monitoring, failover as Resolved.
Jun 28 2023, 8:22 AM · VyOS 1.4 Sagitta
SrividyaA added a comment to T4329: Bgp policy route-map bug with set several extcommunity rt.
Jun 28 2023, 6:31 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4329: Bgp policy route-map bug with set several extcommunity rt.

@apasheev it were rewritten in https://github.com/vyos/vyos-1x/pull/1567/files#diff-7839502816137d55f673c064e6ec87a2eed7dc80563b1e307363c3e4b090a2b3R302

set policy route-map FOO rule 10 set extcommunity rt '1111:2222222'
set policy route-map FOO rule 10 set extcommunity rt '33:444'
set policy route-map FOO rule 10 action permit
Jun 28 2023, 6:14 AM · VyOS 1.4 Sagitta

Jun 27 2023

cuongdt1994 renamed T5318: Security Vulnerabilities for VyOS 1.3.3 from Security Vulnerabilities to Security Vulnerabilities for VyOS 1.3.3 .
Jun 27 2023, 7:54 PM · VyOS 1.3 Equuleus (1.3.6)
cuongdt1994 updated the task description for T5318: Security Vulnerabilities for VyOS 1.3.3 .
Jun 27 2023, 7:54 PM · VyOS 1.3 Equuleus (1.3.6)
cuongdt1994 created T5318: Security Vulnerabilities for VyOS 1.3.3 .
Jun 27 2023, 7:52 PM · VyOS 1.3 Equuleus (1.3.6)
Viacheslav added a comment to T1797: Implement DPDK Fast-Path using FRR's Alternate Forwarding Planes and VPP.

PR https://github.com/vyos/vyos-1x/pull/2059
PR https://github.com/vyos/vyos-build/pull/369

Jun 27 2023, 4:33 PM · Restricted Project, VyOS 1.5 Circinus
narey83 added a comment to T4639: Crowdsec in VyOS (Blocking only).

This would be a great feature to have on VyOS.

Jun 27 2023, 2:18 PM · VyOS 1.5 Circinus
jestabro changed Issue type from improvement to internal on T5316: configtree: use a single pass of the diff algorithm.
Jun 27 2023, 1:38 PM · VyOS 1.4 Sagitta
jestabro added a subtask for T5316: configtree: use a single pass of the diff algorithm: T5317: configtree: remove mutable references.
Jun 27 2023, 1:38 PM · VyOS 1.4 Sagitta
jestabro added a parent task for T5317: configtree: remove mutable references: T5316: configtree: use a single pass of the diff algorithm.
Jun 27 2023, 1:37 PM · VyOS 1.4 Sagitta
jestabro triaged T5317: configtree: remove mutable references as Normal priority.
Jun 27 2023, 1:37 PM · VyOS 1.4 Sagitta
jestabro triaged T5316: configtree: use a single pass of the diff algorithm as Normal priority.
Jun 27 2023, 1:34 PM · VyOS 1.4 Sagitta
jestabro created T5316: configtree: use a single pass of the diff algorithm.
Jun 27 2023, 1:32 PM · VyOS 1.4 Sagitta
cuongdt1994 added a comment to T5310: Need some help troubleshooting NIC detection..

PR Equuleus: https://github.com/vyos/vyos-build/pull/368

Jun 27 2023, 4:55 AM · VyOS 1.4 Sagitta

Jun 26 2023

c-po moved T5315: vrrp: add support for version 3 from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.4) board.
Jun 26 2023, 7:52 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
c-po added a comment to T5315: vrrp: add support for version 3.

PR for equulues https://github.com/vyos/vyos-1x/pull/2058

Jun 26 2023, 7:52 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
c-po moved T5315: vrrp: add support for version 3 from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Jun 26 2023, 7:29 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
c-po closed T5265: WAN load-balancing: missing completion helpers as Resolved.
Jun 26 2023, 7:27 PM · VyOS 1.3 Equuleus (1.3.4)
c-po moved T5265: WAN load-balancing: missing completion helpers from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.4) board.
Jun 26 2023, 7:27 PM · VyOS 1.3 Equuleus (1.3.4)
c-po closed T5272: Upgrade OpenVPN to 2.6 in Equuleus, a subtask of T5271: Add support for peer-fingerprint to OpenVPN, as Resolved.
Jun 26 2023, 7:26 PM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta
c-po closed T5272: Upgrade OpenVPN to 2.6 in Equuleus as Resolved.
Jun 26 2023, 7:26 PM · VyOS 1.3 Equuleus (1.3.4)
c-po moved T5272: Upgrade OpenVPN to 2.6 in Equuleus from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.4) board.
Jun 26 2023, 7:26 PM · VyOS 1.3 Equuleus (1.3.4)
c-po updated the task description for T5315: vrrp: add support for version 3.
Jun 26 2023, 6:16 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
c-po claimed T5315: vrrp: add support for version 3.
Jun 26 2023, 6:14 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
c-po created T5315: vrrp: add support for version 3.
Jun 26 2023, 6:14 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
SrividyaA closed T5159: DHCPv6-server leases op-command shows warning message even if configured as Resolved.
Jun 26 2023, 11:40 AM · VyOS 1.4 Sagitta
Viacheslav moved T5298: Add RFKILL support into kernel. from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Jun 26 2023, 8:34 AM · VyOS 1.4 Sagitta

Jun 25 2023

c-po closed T5240: Service router-advert failed to start radvd with more then 3 name-servers as Resolved.
Jun 25 2023, 6:28 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
c-po moved T5313: UDP broadcast relay - missing verify() that relay interfaces have an IP address assigned from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.4) board.
Jun 25 2023, 6:27 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
c-po added a comment to T5313: UDP broadcast relay - missing verify() that relay interfaces have an IP address assigned.

PR for 1.3 https://github.com/vyos/vyos-1x/pull/2057

Jun 25 2023, 6:27 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
c-po moved T5313: UDP broadcast relay - missing verify() that relay interfaces have an IP address assigned from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Jun 25 2023, 6:12 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
c-po renamed T5313: UDP broadcast relay - missing verify() that relay interfaces have an IP address assigned from UDP Broadcast Broken to UDP broadcast relay - missing verify() that relay interfaces have an IP address assigned.
Jun 25 2023, 4:49 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
c-po added a comment to T5313: UDP broadcast relay - missing verify() that relay interfaces have an IP address assigned.

Actually this uncovered a "bug" that there is no verify() section that validates if the configured interfaces actually have an IP address configured.

Jun 25 2023, 4:48 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
cuongdt1994 closed T5313: UDP broadcast relay - missing verify() that relay interfaces have an IP address assigned as Resolved.
Jun 25 2023, 4:39 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
cuongdt1994 added a comment to T5313: UDP broadcast relay - missing verify() that relay interfaces have an IP address assigned.

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

Jun 25 2023, 6:19 AM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
JonSanMan claimed T5314: QOS Default classes are not configured with correct qdisc.

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

Jun 25 2023, 3:43 AM · VyOS 1.4 Sagitta
JonSanMan created T5314: QOS Default classes are not configured with correct qdisc.
Jun 25 2023, 3:18 AM · VyOS 1.4 Sagitta
JonSanMan closed T5312: Nonescaped special character in help text as Resolved.
Jun 25 2023, 1:22 AM · VyOS 1.4 Sagitta

Jun 24 2023

cuongdt1994 updated subscribers of T5313: UDP broadcast relay - missing verify() that relay interfaces have an IP address assigned.
if len(config.get('interface', [])) < 2 or len(config.get('interface', [])) > 2:
           raise ConfigError('Only two interfaces are required for udp broadcast relay "{instance}"')
Jun 24 2023, 7:56 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
cuongdt1994 created T5313: UDP broadcast relay - missing verify() that relay interfaces have an IP address assigned.
Jun 24 2023, 7:11 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
cuongdt1994 closed T5298: Add RFKILL support into kernel. as Resolved.
Jun 24 2023, 2:49 PM · VyOS 1.4 Sagitta
cuongdt1994 closed T5303: Rsyslog.service is not working as Resolved.
Jun 24 2023, 2:48 PM · VyOS 1.4 Sagitta
jestabro closed T5308: Remove workarounds for incorrect defaults in get_interface_dict, a subtask of T5228: Simplify get_config_dict and add argument with_defaults, as Resolved.
Jun 24 2023, 1:44 PM · VyOS 1.4 Sagitta
jestabro closed T5308: Remove workarounds for incorrect defaults in get_interface_dict as Resolved.
Jun 24 2023, 1:44 PM · VyOS 1.4 Sagitta
jestabro closed T5228: Simplify get_config_dict and add argument with_defaults, a subtask of T5218: Revise vyos xml lib for bug fixes and extensions, as Resolved.
Jun 24 2023, 1:43 PM · VyOS 1.4 Sagitta