Page MenuHomeVyOS Platform
Feed All Stories

Mar 28 2023

jestabro added a comment to T4885: Rewrite 'clear interfaces counters' from Perl to Python.

PR's:
https://github.com/vyos/vyatta-op/pull/59
https://github.com/vyos/vyos-1x/pull/1916

Mar 28 2023, 7:18 PM · VyOS 1.4 Sagitta
SrividyaA added a comment to T5101: VYOS 1.4 release no longer displayes output for 'sudo ipsec statusall'.

ipsec statusall will not show any details in the latest rolling release as the ipsec.conf backend is deprecated, and swanctl.conf is being used now. Strongswan 5.9.8-5 package is installed and also charon daemon is replaced with the charon-systemd in this version.

Mar 28 2023, 5:47 PM · VyOS 1.4 Sagitta
stepler added a comment to T5110: Show frr op-mode vtysh_pam: Failed in account validation.

Looks like a PAM configuration issue:

Mar 28 2023, 5:12 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4516: Rewrite system image manipulation tools in Python.

@diodep There is the task for it T3001

Mar 28 2023, 12:37 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav changed the subtype of T5116: Better VRF support from "Task" to "Feature Request".
Mar 28 2023, 12:35 PM · VyOS 1.4 Sagitta
SrividyaA changed the status of T5101: VYOS 1.4 release no longer displayes output for 'sudo ipsec statusall' from Open to Confirmed.
Mar 28 2023, 9:58 AM · VyOS 1.4 Sagitta
a.apostoliuk closed T5043: Need to create reset command for IKEv2 remote-access vpn connections as Resolved.
Mar 28 2023, 8:03 AM · VyOS 1.4 Sagitta
diodep added a comment to T4516: Rewrite system image manipulation tools in Python.

I think it is good to implement a append kernel boot parameter in configuration file. Like mitigations=off to help old platforms to perform well.

Mar 28 2023, 7:28 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
diodep updated the task description for T5116: Better VRF support.
Mar 28 2023, 7:24 AM · VyOS 1.4 Sagitta
diodep triaged T5116: Better VRF support as Wishlist priority.
Mar 28 2023, 7:22 AM · VyOS 1.4 Sagitta
indrajitr updated the task description for T5115: Support custom port for name servers for forwarding zones.
Mar 28 2023, 3:28 AM · VyOS 1.4 Sagitta
indrajitr updated the task description for T5115: Support custom port for name servers for forwarding zones.
Mar 28 2023, 3:26 AM · VyOS 1.4 Sagitta
indrajitr created T5115: Support custom port for name servers for forwarding zones.
Mar 28 2023, 3:16 AM · VyOS 1.4 Sagitta

Mar 27 2023

c-po closed T5114: bgp: implement new CLI commands introduced in FRR 8.5, a subtask of T5100: Update FRR to 8.5, as Resolved.
Mar 27 2023, 8:48 PM · VyOS 1.4 Sagitta
c-po closed T5114: bgp: implement new CLI commands introduced in FRR 8.5 as Resolved.
Mar 27 2023, 8:48 PM · VyOS 1.4 Sagitta
c-po updated the task description for T5114: bgp: implement new CLI commands introduced in FRR 8.5.
Mar 27 2023, 8:44 PM · VyOS 1.4 Sagitta
c-po updated the task description for T5114: bgp: implement new CLI commands introduced in FRR 8.5.
Mar 27 2023, 8:37 PM · VyOS 1.4 Sagitta
c-po updated the task description for T5114: bgp: implement new CLI commands introduced in FRR 8.5.
Mar 27 2023, 7:31 PM · VyOS 1.4 Sagitta
c-po changed the status of T5114: bgp: implement new CLI commands introduced in FRR 8.5, a subtask of T5100: Update FRR to 8.5, from Open to In progress.
Mar 27 2023, 7:16 PM · VyOS 1.4 Sagitta
c-po changed the status of T5114: bgp: implement new CLI commands introduced in FRR 8.5 from Open to In progress.
Mar 27 2023, 7:16 PM · VyOS 1.4 Sagitta
c-po created T5114: bgp: implement new CLI commands introduced in FRR 8.5.
Mar 27 2023, 7:15 PM · VyOS 1.4 Sagitta
jestabro added a comment to T4770: Rewrite OpenVPN op-mode to vyos.opmode format.

Fix pushed to current:
f8522f323
and updated on test server.

Mar 27 2023, 5:08 PM · VyOS 1.4 Sagitta
jestabro closed T5106: Extend generation of API client requests to configsession native functions and composite requests as Resolved.
Mar 27 2023, 2:11 PM · VyOS 1.4 Sagitta
jestabro closed T5106: Extend generation of API client requests to configsession native functions and composite requests, a subtask of T5068: Generate op-mode API client requests along with schema generation, as Resolved.
Mar 27 2023, 2:11 PM · VyOS 1.4 Sagitta
stepler closed T5104: DHCP default route issues with static routes in VRFs as Resolved.

Looks good on 1.4-rolling-202303271007:

Mar 27 2023, 12:22 PM · VyOS 1.4 Sagitta
Viacheslav closed T4737: FRRouting/zebra 7.5.1 does not redistribute routes to other protocols as Resolved.
Mar 27 2023, 11:54 AM · VyOS 1.3 Equuleus (1.3.3)
Viacheslav added a comment to T4770: Rewrite OpenVPN op-mode to vyos.opmode format.

The site-to-site mode shows that tunnel not configured
Config:

set interfaces openvpn vtun52 description 'Site-to-Site'
set interfaces openvpn vtun52 local-address xxx.xxx.0.1
set interfaces openvpn vtun52 local-port '1152'
set interfaces openvpn vtun52 mode 'site-to-site'
set interfaces openvpn vtun52 persistent-tunnel
set interfaces openvpn vtun52 protocol 'udp'
set interfaces openvpn vtun52 remote-address 'xxx.xxx.0.2'
set interfaces openvpn vtun52 remote-host 'xxx.xxx.41.117'
set interfaces openvpn vtun52 remote-port '1152'
set interfaces openvpn vtun52 shared-secret-key 's2s'

interface:

vyos@vyos:~$ show int openvpn 
Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down
Interface        IP Address                        S/L  Description
---------        ----------                        ---  -----------
vtun52           10.52.0.1/32                      u/u  Site-to-Site

Output show openvpn

vyos@vyos:~$ show openvpn site-to-site 
No OpenVPN interfaces configured
vyos@vyos:~$
Mar 27 2023, 11:18 AM · VyOS 1.4 Sagitta
c-po closed T5079: xml: schema extension to support defaultValues on tagNodes, a subtask of T4959: Add container registry authentication config for containers, as Resolved.
Mar 27 2023, 10:26 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
c-po closed T5079: xml: schema extension to support defaultValues on tagNodes as Resolved.
Mar 27 2023, 10:26 AM · VyOS 1.4 Sagitta
abralex added a comment to T5048: QoS doesn't work correctly root task.

Most of the match rules results in:

Mar 27 2023, 9:16 AM · VyOS 1.4 Sagitta
Viacheslav closed T5099: IPoE server add option 'next-pool' for named ip pools as Resolved.
Mar 27 2023, 8:52 AM · VyOS 1.4 Sagitta
Viacheslav raised the priority of T4737: FRRouting/zebra 7.5.1 does not redistribute routes to other protocols from Normal to High.

The required patch is not included in builds and they have the same bug.

Version:          VyOS 1.3-stable-202303270442
Release train:    equuleus
Mar 27 2023, 8:24 AM · VyOS 1.3 Equuleus (1.3.3)
Viacheslav changed the status of T5113: PDNS: Support custom port for DNS forwarders from Open to Needs testing.
Mar 27 2023, 8:02 AM · VyOS 1.4 Sagitta
indrajitr added a comment to T5113: PDNS: Support custom port for DNS forwarders.
Mar 27 2023, 7:01 AM · VyOS 1.4 Sagitta
indrajitr added a comment to T5113: PDNS: Support custom port for DNS forwarders.

PRs:

Mar 27 2023, 1:48 AM · VyOS 1.4 Sagitta

Mar 26 2023

indrajitr updated the task description for T5113: PDNS: Support custom port for DNS forwarders.
Mar 26 2023, 8:46 PM · VyOS 1.4 Sagitta
indrajitr created T5113: PDNS: Support custom port for DNS forwarders.
Mar 26 2023, 8:43 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T5112: Enable support for Network Time Security (NTS) for chrony, a subtask of T3008: Migrate from ntpd to chronyd, from Open to Needs testing.
Mar 26 2023, 9:51 AM · VyOS 1.4 Sagitta
Viacheslav changed the status of T5112: Enable support for Network Time Security (NTS) for chrony from Open to Needs testing.
Mar 26 2023, 9:51 AM · VyOS 1.4 Sagitta

Mar 25 2023

syncer triaged T5022: VRRP add mail notification as Normal priority.
Mar 25 2023, 10:34 AM · VyOS 1.4 Sagitta
c-po moved T5111: pppd-dns.service startup failed from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.3) board.
Mar 25 2023, 10:20 AM · VyOS 1.3 Equuleus (1.3.3)
c-po added a comment to T5111: pppd-dns.service startup failed.

PR https://github.com/vyos/vyos-build/pull/323

Mar 25 2023, 10:20 AM · VyOS 1.3 Equuleus (1.3.3)
indrajitr added a comment to T5112: Enable support for Network Time Security (NTS) for chrony.

PRs:
https://github.com/vyos/vyos-1x/pull/1913
https://github.com/vyos/vyos-documentation/pull/971

Mar 25 2023, 10:00 AM · VyOS 1.4 Sagitta
Viacheslav added a project to T5112: Enable support for Network Time Security (NTS) for chrony: VyOS 1.4 Sagitta.
Mar 25 2023, 8:09 AM · VyOS 1.4 Sagitta
indrajitr added a subtask for T3008: Migrate from ntpd to chronyd: T5112: Enable support for Network Time Security (NTS) for chrony.
Mar 25 2023, 7:55 AM · VyOS 1.4 Sagitta
indrajitr added a parent task for T5112: Enable support for Network Time Security (NTS) for chrony: T3008: Migrate from ntpd to chronyd.
Mar 25 2023, 7:55 AM · VyOS 1.4 Sagitta
indrajitr created T5112: Enable support for Network Time Security (NTS) for chrony.
Mar 25 2023, 7:53 AM · VyOS 1.4 Sagitta

Mar 24 2023

Viacheslav added a project to T2195: Support for encrypted DNS: dnscrypt, DoH, DoT, anonymized DNS: VyOS 1.4 Sagitta.
Mar 24 2023, 5:53 PM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.4 Sagitta
c-po edited projects for T5111: pppd-dns.service startup failed, added: VyOS 1.3 Equuleus (1.3.3); removed VyOS 1.3 Equuleus.
Mar 24 2023, 5:16 PM · VyOS 1.3 Equuleus (1.3.3)
c-po claimed T5111: pppd-dns.service startup failed.
Mar 24 2023, 5:16 PM · VyOS 1.3 Equuleus (1.3.3)
c-po created T5111: pppd-dns.service startup failed.
Mar 24 2023, 5:15 PM · VyOS 1.3 Equuleus (1.3.3)
Viacheslav placed T5022: VRRP add mail notification up for grabs.
Mar 24 2023, 3:48 PM · VyOS 1.4 Sagitta
Solideco added a comment to T5022: VRRP add mail notification.

This sort of config should absolutely persist across both reboots and upgrades!.

Mar 24 2023, 2:23 PM · VyOS 1.4 Sagitta
c-po added a comment to T5022: VRRP add mail notification.

it will be option b) it will be persistent accross reboots but not accross upgrades as only files in /config will be migrated to the new image version.
We could also alter the path to /config/user-data/ or make /etc/keepalived/conf.d/ a symlink to /config/user-data/ so that those files will be migrated during an upgrade.

Mar 24 2023, 12:47 PM · VyOS 1.4 Sagitta
jestabro renamed T5097: the operational command "show interfaces ethernet ethx" doesn't reflect a call to 'clear counters' from the operational command "show interfaces ethernet ethx" doesn't show when clears counts to the operational command "show interfaces ethernet ethx" doesn't reflect a call to 'clear counters'.
Mar 24 2023, 12:37 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus
jestabro changed the status of T5097: the operational command "show interfaces ethernet ethx" doesn't reflect a call to 'clear counters' from Open to In progress.
Mar 24 2023, 12:37 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus
jestabro added a comment to T5097: the operational command "show interfaces ethernet ethx" doesn't reflect a call to 'clear counters'.

PR for 1.4:
https://github.com/vyos/vyos-1x/pull/1911
PR for 1.3:
https://github.com/vyos/vyos-1x/pull/1912

Mar 24 2023, 12:35 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus

Mar 23 2023

Viacheslav added a subtask for T5100: Update FRR to 8.5: T5110: Show frr op-mode vtysh_pam: Failed in account validation.
Mar 23 2023, 6:08 PM · VyOS 1.4 Sagitta
Viacheslav added a parent task for T5110: Show frr op-mode vtysh_pam: Failed in account validation: T5100: Update FRR to 8.5.
Mar 23 2023, 6:08 PM · VyOS 1.4 Sagitta
Viacheslav updated the task description for T5110: Show frr op-mode vtysh_pam: Failed in account validation.
Mar 23 2023, 6:06 PM · VyOS 1.4 Sagitta
Viacheslav renamed T5110: Show frr op-mode vtysh_pam: Failed in account validation from Show version frr vtysh_pam: Failed in account validation to Show frr op-mode vtysh_pam: Failed in account validation.
Mar 23 2023, 6:06 PM · VyOS 1.4 Sagitta
Viacheslav created T5110: Show frr op-mode vtysh_pam: Failed in account validation.
Mar 23 2023, 3:46 PM · VyOS 1.4 Sagitta
Viacheslav closed T5108: Get rate limit for L2TP/PPTP/SSTP/IPoE in raw format as Resolved.
Mar 23 2023, 3:09 PM · VyOS 1.4 Sagitta
Viacheslav closed T5086: Integrate hsflowd for sflow accounting as Resolved.
Mar 23 2023, 3:07 PM · VyOS 1.4 Sagitta
c-po assigned T5109: Improve OCaml XML validator to dmbaturin.
Mar 23 2023, 2:43 PM · VyOS 1.4 Sagitta
c-po created T5109: Improve OCaml XML validator.
Mar 23 2023, 2:42 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5108: Get rate limit for L2TP/PPTP/SSTP/IPoE in raw format.

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

Mar 23 2023, 1:49 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T5108: Get rate limit for L2TP/PPTP/SSTP/IPoE in raw format from Open to In progress.
Mar 23 2023, 1:38 PM · VyOS 1.4 Sagitta
Viacheslav created T5108: Get rate limit for L2TP/PPTP/SSTP/IPoE in raw format.
Mar 23 2023, 1:37 PM · VyOS 1.4 Sagitta
jestabro closed T5107: Raise error in op-mode dns.py instead of calling exit as Resolved.
Mar 23 2023, 1:33 PM · VyOS 1.4 Sagitta
jestabro renamed T5107: Raise error in op-mode dns.py instead of calling exit from Raise error in op-mode dns.py instead of exit to Raise error in op-mode dns.py instead of calling exit.
Mar 23 2023, 1:29 PM · VyOS 1.4 Sagitta
jestabro triaged T5107: Raise error in op-mode dns.py instead of calling exit as Normal priority.
Mar 23 2023, 1:27 PM · VyOS 1.4 Sagitta

Mar 22 2023

jestabro changed Difficulty level from hard to normal on T5097: the operational command "show interfaces ethernet ethx" doesn't reflect a call to 'clear counters'.
Mar 22 2023, 9:16 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus
jestabro added a project to T5097: the operational command "show interfaces ethernet ethx" doesn't reflect a call to 'clear counters': VyOS 1.4 Sagitta.
Mar 22 2023, 7:52 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus
jestabro claimed T5097: the operational command "show interfaces ethernet ethx" doesn't reflect a call to 'clear counters'.
Mar 22 2023, 7:52 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus
jestabro added a comment to T5106: Extend generation of API client requests to configsession native functions and composite requests.

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

Mar 22 2023, 6:46 PM · VyOS 1.4 Sagitta
jestabro edited projects for T5106: Extend generation of API client requests to configsession native functions and composite requests, added: VyOS 1.4 Sagitta; removed VyOS 1.2 Crux.
Mar 22 2023, 5:34 PM · VyOS 1.4 Sagitta
sarthurdev changed the status of T5018: Redirect to IFB removed after change in qos policy from In progress to Needs testing.
Mar 22 2023, 4:18 PM · VyOS 1.4 Sagitta
jestabro closed T5068: Generate op-mode API client requests along with schema generation as Resolved.
Mar 22 2023, 2:59 PM · VyOS 1.4 Sagitta
jestabro added a subtask for T5068: Generate op-mode API client requests along with schema generation: T5106: Extend generation of API client requests to configsession native functions and composite requests.
Mar 22 2023, 2:59 PM · VyOS 1.4 Sagitta
jestabro added a parent task for T5106: Extend generation of API client requests to configsession native functions and composite requests: T5068: Generate op-mode API client requests along with schema generation.
Mar 22 2023, 2:59 PM · VyOS 1.4 Sagitta
jestabro triaged T5106: Extend generation of API client requests to configsession native functions and composite requests as Normal priority.
Mar 22 2023, 2:58 PM · VyOS 1.4 Sagitta
jestabro renamed T5068: Generate op-mode API client requests along with schema generation from Generate API client requests along with schema generation to Generate op-mode API client requests along with schema generation.
Mar 22 2023, 2:53 PM · VyOS 1.4 Sagitta
n.fort changed the status of T5105: DHCP Server - Wrong error message from Confirmed to Needs testing.
Mar 22 2023, 11:15 AM · VyOS 1.4 Sagitta
n.fort added a comment to T5105: DHCP Server - Wrong error message.

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

Mar 22 2023, 11:15 AM · VyOS 1.4 Sagitta
n.fort changed the status of T5105: DHCP Server - Wrong error message from Open to Confirmed.
Mar 22 2023, 10:26 AM · VyOS 1.4 Sagitta
n.fort created T5105: DHCP Server - Wrong error message.
Mar 22 2023, 10:25 AM · VyOS 1.4 Sagitta
a.apostoliuk changed the status of T5093: Command 'reset vpn ipsec-profile' doesn't work from Open to In progress.
Mar 22 2023, 8:48 AM · VyOS 1.4 Sagitta
a.apostoliuk claimed T5093: Command 'reset vpn ipsec-profile' doesn't work.
Mar 22 2023, 8:47 AM · VyOS 1.4 Sagitta
a.apostoliuk changed the status of T5043: Need to create reset command for IKEv2 remote-access vpn connections from Open to Needs testing.
Mar 22 2023, 8:42 AM · VyOS 1.4 Sagitta
Cheeze_It added a comment to T5081: ISIS and OSPF syncronization with IGP-LDP sync.

Added initial implementation here:

Mar 22 2023, 6:55 AM · VyOS 1.4 Sagitta

Mar 21 2023

c-po changed the status of T5104: DHCP default route issues with static routes in VRFs from In progress to Needs testing.
Mar 21 2023, 7:55 PM · VyOS 1.4 Sagitta
c-po closed T5102: ospf: "redistribute babel" is always set, a subtask of T4977: Babel routing protocol support, as Resolved.
Mar 21 2023, 7:54 PM · VyOS 1.4 Sagitta (1.4.0-epa2)
c-po closed T5102: ospf: "redistribute babel" is always set as Resolved.
Mar 21 2023, 7:54 PM · VyOS 1.4 Sagitta
stepler changed Difficulty level from unknown to easy on T5104: DHCP default route issues with static routes in VRFs.
Mar 21 2023, 6:56 PM · VyOS 1.4 Sagitta
syncer triaged T5104: DHCP default route issues with static routes in VRFs as Normal priority.
Mar 21 2023, 6:50 PM · VyOS 1.4 Sagitta
stepler added a comment to T5104: DHCP default route issues with static routes in VRFs.

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

Mar 21 2023, 6:48 PM · VyOS 1.4 Sagitta
stepler changed the status of T5104: DHCP default route issues with static routes in VRFs from Open to In progress.
Mar 21 2023, 6:20 PM · VyOS 1.4 Sagitta
stepler created T5104: DHCP default route issues with static routes in VRFs.
Mar 21 2023, 6:18 PM · VyOS 1.4 Sagitta
stepler created T5103: DHCP default route duplicated when moving interface between VRFs.
Mar 21 2023, 6:18 PM · VyOS 1.4 Sagitta