Page MenuHomeVyOS Platform
Feed All Stories

Mar 31 2021

c-po renamed T3318: Update Linux Kernel to v5.4.208 / 5.10.142 from Update Linux Kernel to v5.4.108 / 5.10.26 to Update Linux Kernel to v5.4.109 / 5.10.27.
Mar 31 2021, 6:52 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
jestabro claimed T2838: Ethernet device names changing, multiple hw-id being added.
Mar 31 2021, 6:46 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
c-po added a comment to T2838: Ethernet device names changing, multiple hw-id being added.

So my feeling tells me that the offender is here.

Mar 31 2021, 6:38 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
jestabro moved T3445: vyos-1x build include not all nodes from In Progress to Finished on the VyOS 1.3 Equuleus board.
Mar 31 2021, 5:39 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro closed T3445: vyos-1x build include not all nodes as Resolved.
Mar 31 2021, 5:38 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro moved T3445: vyos-1x build include not all nodes from Need Triage to In Progress on the VyOS 1.3 Equuleus board.
Mar 31 2021, 5:04 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro moved T3445: vyos-1x build include not all nodes from Need Triage to In Progress on the VyOS 1.4 Sagitta board.
Mar 31 2021, 4:59 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro added a project to T3445: vyos-1x build include not all nodes: VyOS 1.3 Equuleus.
Mar 31 2021, 4:58 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro triaged T3445: vyos-1x build include not all nodes as High priority.
Mar 31 2021, 4:56 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro changed the status of T3445: vyos-1x build include not all nodes from Open to Needs testing.
Mar 31 2021, 4:55 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro claimed T3445: vyos-1x build include not all nodes.
Mar 31 2021, 12:54 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
pasik added a comment to T3389: gretap tunnel type missing from vyos documentation after renamed from gre-bridge.

Hmm, where should the documentation for "gretap" be now? I checked the following and it's still missing:

Mar 31 2021, 12:42 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
SrividyaA added a comment to T3439: Commit-archive location not working for scp.

Parent task: https://phabricator.vyos.net/T3356

Mar 31 2021, 12:40 PM · VyOS 1.4 Sagitta
erkin updated the task description for T3356: Script for remote file transfers.
Mar 31 2021, 12:40 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jack9603301 added a comment to T973: Create Prometheus Exporter for VyOS .

Does anyone follow up on this?

Mar 31 2021, 11:39 AM · VyOS 1.5 Circinus
Viacheslav added a comment to T3445: vyos-1x build include not all nodes.

Expect

vyos@r5-roll# set protocols ospf redistribute isis 
Possible completions:
   metric       OSPF default metric
   metric-type  OSPF metric type for default routes (default: 2)
   route-map    Route map reference
Mar 31 2021, 10:53 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
erkin added a comment to T3351: Installer checking MD5 checksums on the ISO image.

Update: It turns out the md5sum.txt files are put there by Debian's Live Build. Checksums are added on lb binary_checksums step of the build, which defaults to MD5 if no variable is provided to tell it otherwise. As Daniil suggested, we can put a second checksum step with SHA256 variable to produce both checksums, then check for sha256sum.txt files on new images. This way, old update scripts can still find an md5sum.txt in images.

Mar 31 2021, 2:33 AM · VyOS 1.4 Sagitta
erkin updated the task description for T3356: Script for remote file transfers.
Mar 31 2021, 2:25 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
erkin updated the task description for T3356: Script for remote file transfers.
Mar 31 2021, 2:22 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta

Mar 30 2021

Viacheslav added a comment to T3447: Default IPv6 route is not created in VRF.

@dtoux show ipv6 route vrf foo

Mar 30 2021, 9:39 PM · VyOS 1.3 Equuleus (1.3.0)
dtoux added a comment to T3447: Default IPv6 route is not created in VRF.

I still see it in frr after the reboot but it is not showing in the output of show ipv6 route, so it seems like just a visualization problem.

Mar 30 2021, 9:02 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T3447: Default IPv6 route is not created in VRF.

To reproduce, on clean install 1.3.-rc3

set interfaces ethernet eth1 address '2620:18:6000:aa10::2/64'
set interfaces ethernet eth1 vrf 'foo'
set protocols vrf foo static route6 ::/0 next-hop 2620:18:6000:aa10::1
set vrf name foo table '1050'
Mar 30 2021, 8:02 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T3447: Default IPv6 route is not created in VRF.

@dtoux vtysh -c "show run"
Also, it doesn't show a directly connected ipv6 route.

Mar 30 2021, 7:41 PM · VyOS 1.3 Equuleus (1.3.0)
dtoux added a comment to T3447: Default IPv6 route is not created in VRF.

What command do you use to get this?

Mar 30 2021, 7:40 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T3447: Default IPv6 route is not created in VRF.

The route present in the frr

!
vrf foo
 ipv6 route ::/0 2620:18:6000:aa10::1
 exit-vrf
!
Mar 30 2021, 7:36 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav changed the status of T3447: Default IPv6 route is not created in VRF from Open to Confirmed.
Mar 30 2021, 7:33 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T3448: Loading vyos on a system without xdp installed fails as Resolved.
Mar 30 2021, 6:07 PM · VyOS 1.4 Sagitta
SrividyaA added a comment to T3439: Commit-archive location not working for scp.

The workaround for save command does not seem to work, have you tried for commit-archive option ?

Mar 30 2021, 3:53 PM · VyOS 1.4 Sagitta
jestabro renamed T3441: More intelligent config loading scripts from More inteligent config loading scripts to More intelligent config loading scripts.
Mar 30 2021, 12:12 PM · VyOS 1.5 Circinus
FileGo created T3449: Unsuccessful attempt at network boot causes packet loss on associated VLAN.
Mar 30 2021, 11:03 AM · VyOS 1.4 Sagitta
erkin updated the task description for T3356: Script for remote file transfers.
Mar 30 2021, 10:43 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
erkin updated the task description for T3356: Script for remote file transfers.
Mar 30 2021, 10:40 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
erkin updated the task description for T3356: Script for remote file transfers.
Mar 30 2021, 10:20 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
SrividyaA reopened T3439: Commit-archive location not working for scp as "Open".
Mar 30 2021, 10:17 AM · VyOS 1.4 Sagitta
erkin added a comment to T3356: Script for remote file transfers.

Turns out vyatta-remote-copy.pl has been broken for a while. It fails to exchange encryption keys when it tries to establish an SSH connection (for SFTP or SCP), possibly because of the old libssh it relies on.

Mar 30 2021, 9:47 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
runar renamed T3448: Loading vyos on a system without xdp installed fails from Loading vyos on a non-xdp system fails to Loading vyos on a system without xdp installed fails.
Mar 30 2021, 7:52 AM · VyOS 1.4 Sagitta
runar created T3448: Loading vyos on a system without xdp installed fails.
Mar 30 2021, 7:52 AM · VyOS 1.4 Sagitta
raphielscape added a comment to T3439: Commit-archive location not working for scp.

I tried using ssh-keyscan and it's still didn't work for me and it still having the same curl error 60

Mar 30 2021, 1:09 AM · VyOS 1.4 Sagitta

Mar 29 2021

UnicronNL closed T3446: Cloudinit error message when empty domain is passed to filter. as Resolved.
Mar 29 2021, 8:09 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux
dtoux updated the task description for T3447: Default IPv6 route is not created in VRF.
Mar 29 2021, 7:55 PM · VyOS 1.3 Equuleus (1.3.0)
dtoux created T3447: Default IPv6 route is not created in VRF.
Mar 29 2021, 7:52 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav changed the status of T3055: op-mode incorrect naming for ipsec policy-based tunnels , a subtask of T2816: Rewrite IPsec scripts with the new XML/Python approach, from Open to Needs testing.
Mar 29 2021, 7:31 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T3055: op-mode incorrect naming for ipsec policy-based tunnels from Open to Needs testing.
Mar 29 2021, 7:31 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
stepler added a comment to T3392: vrrp over dhcp default route bug (unexpected vrf).

Looks good on 1.3-rolling-202103280642:

Mar 29 2021, 6:56 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
stepler added a comment to T3300: Add DHCP default route distance.

Looks good on 1.3-rolling-202103280642:

Mar 29 2021, 6:56 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
stepler added a comment to T3271: qemu-kvm grub issue.

Looks good on 1.3-rolling-202103280642:

Mar 29 2021, 6:56 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
UnicronNL triaged T3446: Cloudinit error message when empty domain is passed to filter. as High priority.
Mar 29 2021, 6:48 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux
UnicronNL closed T3432: Azure ssh keys not working for version 1.2.7/1.3.x as Resolved.
Mar 29 2021, 6:26 PM · VyOS 1.3 Equuleus (1.3.0), Ready for Crux (1.2.x)
c-po closed T3415: bridge: add support for isolated interfaces (private-vlan), a subtask of T1556: Rewrite Bridge in new style XML syntax, as Resolved.
Mar 29 2021, 6:17 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T3415: bridge: add support for isolated interfaces (private-vlan) as Resolved.
Mar 29 2021, 6:17 PM · VyOS 1.4 Sagitta
c-po closed T3200: LRO can't be tuned off on KVM as Invalid.
Mar 29 2021, 6:17 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T1711: BGP - migrate from tagNode to node (remove ASN from tagNode), a subtask of T2175: Rewriting all FRR processes allow for reloading and to XML/Python style, as Resolved.
Mar 29 2021, 6:17 PM
c-po closed T1711: BGP - migrate from tagNode to node (remove ASN from tagNode) as Resolved.
Mar 29 2021, 6:17 PM · VyOS 1.4 Sagitta
Viacheslav created T3445: vyos-1x build include not all nodes.
Mar 29 2021, 6:01 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
CiscoNCS changed Version from 1.3 to All on T3444: DMVPN Config.
Mar 29 2021, 4:40 PM · Invalid
CiscoNCS changed Version from All to 1.3 on T3444: DMVPN Config.
Mar 29 2021, 4:40 PM · Invalid
CiscoNCS triaged T3444: DMVPN Config as Normal priority.
Mar 29 2021, 4:39 PM · Invalid
c-po changed the status of T1711: BGP - migrate from tagNode to node (remove ASN from tagNode), a subtask of T2175: Rewriting all FRR processes allow for reloading and to XML/Python style, from Open to In progress.
Mar 29 2021, 4:30 PM
c-po changed the status of T1711: BGP - migrate from tagNode to node (remove ASN from tagNode) from Open to In progress.
Mar 29 2021, 4:30 PM · VyOS 1.4 Sagitta
c-po changed the status of T3438: VRF: removing vif which belongs to a vrf, will delete the entire vrf from the operating system from In progress to Needs testing.
Mar 29 2021, 4:29 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
SrividyaA closed T3439: Commit-archive location not working for scp as Invalid.
Mar 29 2021, 12:39 PM · VyOS 1.4 Sagitta
SrividyaA added a comment to T3439: Commit-archive location not working for scp.

This command is used to generate the ssh fingerprint of your host when vyos cannot verify the legitimacy of the remote server

Mar 29 2021, 12:38 PM · VyOS 1.4 Sagitta
olofl created T3443: Deleting VRRP-VIP and adding the same address to physical interface in one commit fails.
Mar 29 2021, 11:53 AM · VyOS 1.2 Crux
UnicronNL reopened T3432: Azure ssh keys not working for version 1.2.7/1.3.x as "Open".
Mar 29 2021, 11:44 AM · VyOS 1.3 Equuleus (1.3.0), Ready for Crux (1.2.x)
jack9603301 removed a project from T3442: Support multi-language documents: VyOS 1.4 Sagitta.
Mar 29 2021, 11:26 AM · Restricted Project
jack9603301 created T3442: Support multi-language documents.
Mar 29 2021, 11:26 AM · Restricted Project

Mar 28 2021

runar assigned T3441: More intelligent config loading scripts to jestabro.
Mar 28 2021, 10:10 PM · VyOS 1.5 Circinus
runar created T3441: More intelligent config loading scripts.
Mar 28 2021, 10:10 PM · VyOS 1.5 Circinus
jestabro closed T3440: HTTP API: give uvicorn time to initialize before restarting Nginx proxy as Resolved.
Mar 28 2021, 9:26 PM · VyOS 1.4 Sagitta
jestabro triaged T3440: HTTP API: give uvicorn time to initialize before restarting Nginx proxy as High priority.
Mar 28 2021, 9:21 PM · VyOS 1.4 Sagitta
jestabro closed T3426: add support for script arguments to vyos-configd as Resolved.
Mar 28 2021, 9:15 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav changed the status of T3431: Show version all bug from Open to Needs testing.
Mar 28 2021, 4:06 PM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta
Viacheslav changed the status of T3422: Dynamic DNS doesn't allow zone field with cloudflare protocol from Open to Needs testing.
Mar 28 2021, 3:51 PM · VyOS 1.3 Equuleus (1.3.0-epa2)
Viacheslav added a comment to T3431: Show version all bug.

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

Mar 28 2021, 3:48 PM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta
Viacheslav added a comment to T3431: Show version all bug.

Possible reason "> 2" in description "Ruby > 2.3"

vyos@r5:~$ echo "Package versions:"; dpkg -l | grep ruby-curse -A 2
Package versions:
ii  ruby-curses                          1.2.4-1+b1                          amd64        curses binding for Ruby
ii  ruby-did-you-mean                    1.2.1-1                             all          smart error messages for Ruby > 2.3
Mar 28 2021, 3:35 PM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta
Viacheslav triaged T3437: BGP Confederation Addition Causes Error as Normal priority.
Mar 28 2021, 11:42 AM · VyOS 1.3 Equuleus (1.3.7)

Mar 27 2021

SrividyaA created T3439: Commit-archive location not working for scp.
Mar 27 2021, 7:32 PM · VyOS 1.4 Sagitta
c-po changed the status of T3438: VRF: removing vif which belongs to a vrf, will delete the entire vrf from the operating system from Open to In progress.
Mar 27 2021, 2:34 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
c-po claimed T3438: VRF: removing vif which belongs to a vrf, will delete the entire vrf from the operating system.
Mar 27 2021, 2:26 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
c-po created T3438: VRF: removing vif which belongs to a vrf, will delete the entire vrf from the operating system.
Mar 27 2021, 2:26 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
c-po closed T3423: Cannot create ipv4 static route for default gateway in vrf as Resolved.
Mar 27 2021, 1:49 PM · VyOS 1.4 Sagitta
trae32566 created T3437: BGP Confederation Addition Causes Error.
Mar 27 2021, 5:21 AM · VyOS 1.3 Equuleus (1.3.7)

Mar 26 2021

craftbyte added a comment to T3214: OpenVPN IPv6 fixes.

This would require editing the template at https://github.com/vyos/vyos-1x/blob/current/data/templates/openvpn/server.conf.tmpl#L77

Mar 26 2021, 11:02 PM · VyOS 1.5 Circinus
jestabro moved T2397: HTTP API: export OpenAPI definition from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Mar 26 2021, 8:50 PM · VyOS 1.4 Sagitta
jestabro closed T2397: HTTP API: export OpenAPI definition as Resolved.

This is resolved by T3412.

Mar 26 2021, 8:50 PM · VyOS 1.4 Sagitta
jestabro closed T3412: HTTP API: move to FastAPI as web framework, a subtask of T2395: HTTP API move to flask/flask-restx as microframework, as Resolved.
Mar 26 2021, 8:49 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro closed T3412: HTTP API: move to FastAPI as web framework, a subtask of T2397: HTTP API: export OpenAPI definition, as Resolved.
Mar 26 2021, 8:49 PM · VyOS 1.4 Sagitta
jestabro closed T3412: HTTP API: move to FastAPI as web framework as Resolved.
Mar 26 2021, 8:49 PM · VyOS 1.4 Sagitta
c-po added a comment to T1802: Wireguard QR code in cli for mobile devices.

https://serversideup.net/generating-wireguard-qr-codes-for-fast-mobile-deployments/

Mar 26 2021, 8:28 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav added a comment to T3362: 1.3 - RC1 ifb redirect failing to commit.

@trystan Can you re-check it ?

Mar 26 2021, 7:21 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
Viacheslav added a project to T2196: Dynamic ipv4 interface list hairpin: VyOS 1.4 Sagitta.
Mar 26 2021, 7:18 PM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.4 Sagitta
Viacheslav added a comment to T94: commit archive to AWS S3 .

Do we need "awscli" for it?

Mar 26 2021, 7:01 PM · VyOS 1.4 Sagitta
c-po renamed T3318: Update Linux Kernel to v5.4.208 / 5.10.142 from Update Linux Kernel to v5.4.108 / 5.10.25 to Update Linux Kernel to v5.4.108 / 5.10.26.
Mar 26 2021, 6:44 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav added a comment to T3423: Cannot create ipv4 static route for default gateway in vrf.

Fixed VyOS 1.4-rolling-202103251004

Mar 26 2021, 5:39 PM · VyOS 1.4 Sagitta
Viacheslav claimed T3434: Refactoring bgp op-mode for support vrf.
Mar 26 2021, 5:27 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T3436: Refactoring ospf op-mode for support vrf from Open to Needs testing.
Mar 26 2021, 5:27 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T3434: Refactoring bgp op-mode for support vrf from Open to Needs testing.
Mar 26 2021, 5:26 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T3434: Refactoring bgp op-mode for support vrf.

T3436

Mar 26 2021, 4:55 PM · VyOS 1.4 Sagitta
Viacheslav created T3436: Refactoring ospf op-mode for support vrf.
Mar 26 2021, 3:38 PM · VyOS 1.4 Sagitta
jack9603301 added a comment to T3435: NAT rules show corruption.

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

Mar 26 2021, 11:08 AM · VyOS 1.4 Sagitta