Page MenuHomeVyOS Platform
Feed Advanced Search

Jan 20 2024

Viacheslav triaged T2407: alternate installation for the vyos-1x python code as Wishlist priority.
Jan 20 2024, 12:57 AM · VyOS 2.0.x

Jan 7 2022

hensur claimed T4151: IPV6 local PBR Support.
Jan 7 2022, 11:49 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta

Jun 5 2020

BcTpe4HbIu removed a watcher for VyOS 1.1.x: BcTpe4HbIu.
Jun 5 2020, 5:40 PM

May 20 2020

thomas-mangin claimed T2407: alternate installation for the vyos-1x python code.
May 20 2020, 7:51 PM · VyOS 2.0.x

May 7 2020

thomas-mangin updated the task description for T2407: alternate installation for the vyos-1x python code.
May 7 2020, 9:14 PM · VyOS 2.0.x
thomas-mangin added a comment to T2407: alternate installation for the vyos-1x python code.

How this can be implemented in practice was tested with https://github.com/thomas-mangin/vyos-extra

  • the program can be installed using pip/setuptools and the "vyosextra.main:main" entry point, generating a "vyos" program.
  • the "release" program in the root folder generates a self-contained executable (using the builtin python3 zipapp library) which can be place before in the path, taking precedence over the installed version.
  • each feature "vyos ssh", "vyos update" is a single program and could be installed independently using other entry points
  • dropping a program in the folder automatically registers it to the main "vyos" program, each program has a "def main()" with a docstring used for the "-h"
  • the assets in the data folder are converted into python dict and used when the program is a zipapp.
May 7 2020, 9:13 PM · VyOS 2.0.x

May 6 2020

thomas-mangin added a comment to T2407: alternate installation for the vyos-1x python code.
May 6 2020, 8:06 AM · VyOS 2.0.x
thomas-mangin edited projects for T2407: alternate installation for the vyos-1x python code, added: VyOS 1.1.x; removed VyOS 2.0.x.
May 6 2020, 8:05 AM · VyOS 2.0.x

Feb 8 2019

syncer closed T860: VyOS 1.1.x Unicast ARP to VRRP virtual MAC is ignored (RFC3768 mode) as Resolved.
Feb 8 2019, 12:14 AM · VyOS 1.1.x

Nov 7 2018

jantman created T971: authentication public-keys options quoting issue.
Nov 7 2018, 1:36 AM · VyOS 1.3 Equuleus (1.3.5)

Oct 13 2018

syncer closed T464: network groups with same name. as Wontfix.

retest on 1.2 and resubmit if the issue exist there

Oct 13 2018, 9:18 AM · Rejected
syncer closed T466: Ipsec/l2tp remote access stops working after reboot (when vrrp is present in the configuration). as Wontfix.

please retest on 1.2 and resubmit if the issue still exists

Oct 13 2018, 9:18 AM · Rejected
syncer removed a project from T615: DSA-4115-1 quagga -- security update: VyOS 1.2 Crux.
Oct 13 2018, 9:13 AM · Rejected
syncer closed T615: DSA-4115-1 quagga -- security update as Wontfix.

moved to frr in 1.2

Oct 13 2018, 9:13 AM · Rejected
syncer closed T619: LLDP package needs to be rebuild as Wontfix.

dropping 1.1.x

Oct 13 2018, 9:12 AM · Rejected
syncer closed T624: bugfix for IKEv2 some problems. as Wontfix.

please test on 1.2 and open new task if issue still exists

Oct 13 2018, 9:12 AM · Rejected
syncer closed T663: Commit validator bug. as Wontfix.

got no follow up

Oct 13 2018, 9:11 AM · Rejected

Oct 7 2018

syncer triaged T872: show openvpn site-to-site Not Showing Connected Since or Remote CN as Low priority.

Is this reproducible with 1.2 ?

Oct 7 2018, 2:22 AM · Invalid

Oct 3 2018

joaquin386 updated the task description for T872: show openvpn site-to-site Not Showing Connected Since or Remote CN.
Oct 3 2018, 2:08 PM · Invalid
joaquin386 updated the task description for T872: show openvpn site-to-site Not Showing Connected Since or Remote CN.
Oct 3 2018, 2:08 PM · Invalid
joaquin386 created T872: show openvpn site-to-site Not Showing Connected Since or Remote CN.
Oct 3 2018, 2:08 PM · Invalid

Jul 12 2018

olofl added a comment to T740: User UID not properly set when add/deleting users.

Should we delete user home dirs when deleting a user then?

Jul 12 2018, 12:27 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc7)
syncer closed Q146: VyOS Helium (1.1.7) spontaneous reboot as obsolete.
Jul 12 2018, 9:28 AM · VyOS 1.1.x

Jul 11 2018

syncer triaged T740: User UID not properly set when add/deleting users as Normal priority.
Jul 11 2018, 8:33 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc7)
dmbaturin added a comment to T740: User UID not properly set when add/deleting users.

Should we delete user home dirs when deleting a user then?

Jul 11 2018, 8:05 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc7)

Jul 10 2018

olofl added a comment to T740: User UID not properly set when add/deleting users.

Thanks for pointing that out, I tested manually aswell again on both 1.1.7 and 1.1.5.

Jul 10 2018, 1:19 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc7)
varesa added a comment to T740: User UID not properly set when add/deleting users.

Above was on 1.1.7, the same thing happens on 1.1.8:

Jul 10 2018, 1:15 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc7)
varesa added a comment to T740: User UID not properly set when add/deleting users.

I don't think the alphabetic order is even relevant (or ansible for that matter). Once you delete a user it frees up the UID but leaves the home directory around with the now unused UID. If you re-create users in a different order the UIDs that still own the home directories no longer match the corresponding users.

Jul 10 2018, 1:09 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc7)
olofl updated the task description for T740: User UID not properly set when add/deleting users.
Jul 10 2018, 12:59 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc7)
olofl created T740: User UID not properly set when add/deleting users.
Jul 10 2018, 12:54 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc7)

Jul 9 2018

begetan added a comment to T624: bugfix for IKEv2 some problems..

IKEv2 is not good in Strong Swan 4.5 at all. There is incompatibility with some other clients.

Jul 9 2018, 11:55 AM · Rejected

Jul 6 2018

syncer closed Q122: How to properly configure multiple static IPv4 WAN addresses and IPv6 prefix to internal DHCP and static hosts as obsolete.
Jul 6 2018, 11:19 PM · VyOS 1.1.x

Jun 30 2018

syncer triaged T695: Address-group commits with duplicate, but fails when adding rule later. as Low priority.

Can you check behavior on 1.2 ?
Thanks

Jun 30 2018, 12:34 AM · VyOS 1.3 Equuleus (1.3.7), test

Jun 26 2018

c-po added a parent task for T715: snmp v3 "You must create view "defaultview" first" error when copy/past configuration commands: T652: Rewrite service snmp in new style XML interface definition.
Jun 26 2018, 8:02 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
c-po added a comment to T715: snmp v3 "You must create view "defaultview" first" error when copy/past configuration commands.

The "problem" is inherited from the old SNMP CLI definition which was re-generated in XML by me and is now generated here: https://github.com/vyos/vyos-1x/blob/current/interface-definitions/snmp.xml#L230-L237.

Jun 26 2018, 8:02 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
begetan created T715: snmp v3 "You must create view "defaultview" first" error when copy/past configuration commands.
Jun 26 2018, 3:59 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)

Jun 20 2018

SubramoniaPillai added a comment to T701: LTE interface dosen't come up.
Jun 20 2018, 6:52 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
SubramoniaPillai added a comment to T701: LTE interface dosen't come up.

nuviso@ubuntu:~/vyos/build-iso/pkgs/vyatta-wirelessmodem$ cat 0001-T701-LTE-interface-dosen-t-come-up.patch
From 00a04474535ec0eb2b17fe1d4368abff7f3aae46 Mon Sep 17 00:00:00 2001
From: Subramonia Pillai <[email protected]>
Date: Wed, 20 Jun 2018 10:57:53 +0530
Subject: [PATCH] T701: LTE interface dosen't come up

Jun 20 2018, 5:42 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
shayyaps added a comment to T701: LTE interface dosen't come up.

I could see that T656 was already created, as a result of https://forum.vyos.io/t/inconsistency-in-wirelessmodem-wlm-interface-behavior-could-be-bug/1492.

Jun 20 2018, 5:12 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
SubramoniaPillai changed Version from All to heilum on T701: LTE interface dosen't come up.
Jun 20 2018, 5:01 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
SubramoniaPillai created T701: LTE interface dosen't come up.
Jun 20 2018, 4:33 AM · VyOS 1.3 Equuleus (1.3.0-epa1)

Jun 19 2018

danhusan added a watcher for VyOS 1.1.x: danhusan.
Jun 19 2018, 10:56 PM

Jun 13 2018

jwhipple created T695: Address-group commits with duplicate, but fails when adding rule later..
Jun 13 2018, 5:14 PM · VyOS 1.3 Equuleus (1.3.7), test
plastilin added a comment to T174: Not completed pptp session when disconnected by the client.
In T174#15659, @syncer wrote:

as PPTP phasing out and this is on 1.1.x
marking as wontfix
please try on latest rolling and resubmit if needed

Jun 13 2018, 1:42 PM · Rejected

Jun 10 2018

syncer closed T174: Not completed pptp session when disconnected by the client as Wontfix.

as PPTP phasing out and this is on 1.1.x
marking as wontfix
please try on latest rolling and resubmit if needed

Jun 10 2018, 12:27 PM · Rejected
syncer closed T332: Keepalived Race Condition with Keepalived 1.2.2 on Vyos 1.1.7 as Wontfix.
Jun 10 2018, 3:18 AM · Rejected

Jun 4 2018

dmbaturin added a comment to T615: DSA-4115-1 quagga -- security update.

@syncer @higebu Yes, stock quagga is missing many things that ours has. We have no choice other than to integrate the patches by hand.

Jun 4 2018, 5:02 PM · Rejected

Jun 3 2018

syncer triaged T663: Commit validator bug. as Normal priority.
Jun 3 2018, 8:20 AM · Rejected
syncer added a comment to T663: Commit validator bug..

Hello,
please retest on 1.2 and submit results
Thanks

Jun 3 2018, 8:19 AM · Rejected

May 28 2018

krzysztof_p created T663: Commit validator bug..
May 28 2018, 12:22 PM · Rejected

May 27 2018

amascarenhas asked Q146: VyOS Helium (1.1.7) spontaneous reboot.
May 27 2018, 2:13 PM · VyOS 1.1.x
syncer closed Q134: In state related mode, does the OUT rules-set of an interface are the same that the IN rules-set of the others interfaces ? (and vice versa) as resolved.
May 27 2018, 12:07 PM · vyatta-cfg-firewall, VyOS 1.1.x
syncer closed Q120: trap ospfTrapIfSateChange trap sent: x.x.x.x now Down after a few hours as invalid.
May 27 2018, 12:00 PM · VyOS 1.1.x
syncer closed Q118: IPv6 system name-server as obsolete.
May 27 2018, 11:59 AM · VyOS 1.1.x
syncer closed Q39: How to force source address over IPsec site-to-site VPN? as obsolete.
May 27 2018, 11:20 AM · VyOS 1.1.x
syncer closed Q17: DHCP Faliover/Clustering in CLI as resolved.
May 27 2018, 11:19 AM · VyOS 2.0.x, VyOS 1.1.x
syncer closed Q16: 802.1P support as resolved.
May 27 2018, 11:17 AM · VyOS 2.0.x, VyOS 1.1.x
syncer closed T576: DNS forwarding service or nat forwarding bug as Wontfix.

We moved to pdns in 1.2 and will not be fixing it in 1.1.x
if you can reproduce on 1.2 mention this task or create new

May 27 2018, 10:08 AM · Rejected
syncer triaged T615: DSA-4115-1 quagga -- security update as Normal priority.
May 27 2018, 9:54 AM · Rejected
syncer updated subscribers of T615: DSA-4115-1 quagga -- security update.

@dmbaturin stock quagga also missing pbr?

May 27 2018, 9:54 AM · Rejected
syncer triaged T619: LLDP package needs to be rebuild as Low priority.
May 27 2018, 9:54 AM · Rejected
syncer updated subscribers of T624: bugfix for IKEv2 some problems..

@dmbaturin can i mark this as wontfix for 1.1.x?

May 27 2018, 9:53 AM · Rejected
syncer triaged T624: bugfix for IKEv2 some problems. as Normal priority.
May 27 2018, 9:52 AM · Rejected

May 8 2018

hasunuma updated the task description for T624: bugfix for IKEv2 some problems..
May 8 2018, 12:26 PM · Rejected
hasunuma created T624: bugfix for IKEv2 some problems..
May 8 2018, 7:20 AM · Rejected

May 7 2018

Merijn added a comment to T252: VTI tunnel SA is incorrectly displayed as down when it's in fact up.

Tested on 1.2.0-rolling

May 7 2018, 1:11 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc8)
higebu added a comment to T615: DSA-4115-1 quagga -- security update.

I think we can use Debian jessie package for 1.2.0-rolling. But for 1.1, we have to build special version, because there is no upstream package.

May 7 2018, 1:44 AM · Rejected

May 4 2018

mickvav created T619: LLDP package needs to be rebuild.
May 4 2018, 12:55 PM · Rejected

May 3 2018

c-po added a comment to T615: DSA-4115-1 quagga -- security update.

@syncer my bad ... then we have to integrate the fixes manually or better, identify why we have to use a special version and decide if this is still necessary. A lot of patches from the past have been removed in the latest Kernel update, too which were no longer necessary.

May 3 2018, 2:07 PM · Rejected
syncer added a comment to T615: DSA-4115-1 quagga -- security update.

@c-po vyatta-quagga is our package

May 3 2018, 11:59 AM · Rejected
duprec added a comment to T615: DSA-4115-1 quagga -- security update.

c-po, does it mean that the fix will be included in an upcoming 1.1 release and in 1.2.0 when released ?

May 3 2018, 11:34 AM · Rejected
c-po added a comment to T615: DSA-4115-1 quagga -- security update.

Thanks for sharing. Debian security updates get automatically pulled in every night diring creation of the rolling release ISO.

May 3 2018, 5:19 AM · Rejected
duprec changed the visibility for T615: DSA-4115-1 quagga -- security update.
May 3 2018, 2:20 AM · Rejected
duprec added projects to T615: DSA-4115-1 quagga -- security update: vyatta-quagga, VyOS 1.1.x, VyOS 1.2 Crux.
May 3 2018, 2:19 AM · Rejected

Apr 15 2018

ktty-kws created T601: OSPF DR Bug.
Apr 15 2018, 1:28 AM · Rejected

Apr 7 2018

syncer added a comment to T576: DNS forwarding service or nat forwarding bug.

can you repeat same on 1.2 ?

Apr 7 2018, 11:10 AM · Rejected

Apr 3 2018

ktty-kws updated the question details for Q137: When DR is down, VyOS doesn't update routes..
Apr 3 2018, 2:29 AM · VyOS 1.1.x

Apr 2 2018

ktty-kws asked Q137: When DR is down, VyOS doesn't update routes..
Apr 2 2018, 3:01 PM · VyOS 1.1.x

Mar 12 2018

Smiley added a comment to T576: DNS forwarding service or nat forwarding bug.

Well, as I previously said, I finally know why it doesn't worked as expected for me, since lines like "listen-on vti0 and listen-on vti1" were missing, for requests incoming from tunneled networks.
However, it seems to be strange that requests are sometimes still forwarded, as we can expect that none are forwarded, or all are forwarded, but why sometimes only some request are forwarded ? This seems to be a bug, however this ticket can be closed since for my needs it's ok...

Mar 12 2018, 9:19 AM · Rejected

Mar 9 2018

rps added a comment to T576: DNS forwarding service or nat forwarding bug.

P.S. This is really starting to get more into the territory of support than bug reporting, have you considered purchasing support?

Mar 9 2018, 2:30 PM · Rejected
rps added a comment to T576: DNS forwarding service or nat forwarding bug.

At first glance it looks like the name servers you are using are not reliable, and the lack of response is because the forwarder is also not getting a response.

Mar 9 2018, 2:26 PM · Rejected
Smiley added a comment to T576: DNS forwarding service or nat forwarding bug.

(By the way, it would be interesting to be able to add more than only one inbound-interface to a NAT rule...)

Mar 9 2018, 1:14 PM · Rejected
Smiley added a comment to T576: DNS forwarding service or nat forwarding bug.

(And I guess that it's the same reason for NAT rule : the inbound-interface should not only be eth0...)

Mar 9 2018, 12:42 PM · Rejected
Smiley added a comment to T576: DNS forwarding service or nat forwarding bug.
  1. There are no firewall rules set, and no firewall rulset set to the interface on the affected VyOS instances
  2. The problems seems to occur whatever the name resolution request is
  3. Yes, see below
Mar 9 2018, 11:37 AM · Rejected

Mar 8 2018

rps added a comment to T576: DNS forwarding service or nat forwarding bug.

We'll need some more information.

Mar 8 2018, 4:09 PM · Rejected
Smiley added a comment to T576: DNS forwarding service or nat forwarding bug.

Yes, I thought about that too, but with or without setting the dns
cache-size to 0, I have the same result !

Mar 8 2018, 8:11 AM · Rejected

Mar 7 2018

rps added a comment to T576: DNS forwarding service or nat forwarding bug.

By default the DNS forwarder will cache recent responses. Have you disabled DNS caching on the forwarding service with the following configuration?

Mar 7 2018, 10:20 PM · Rejected
Smiley created T576: DNS forwarding service or nat forwarding bug.
Mar 7 2018, 5:10 PM · Rejected
pers.edwin added a comment to T522: Removing interface from bridge results in error & config / system state mismatch.

Nope, tested both the vrrp (999.201711150853) and frr (999.201711012230) builds with the same configuration commands as I ran on 1.1.8 and it drops the bridge member properly.

Mar 7 2018, 2:02 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc3)

Mar 1 2018

Harliff created T570: When edit level is not at the top, commit-archive only backups configuration for the current level and not the entire config.
Mar 1 2018, 3:27 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc5)

Feb 28 2018

Smiley asked Q134: In state related mode, does the OUT rules-set of an interface are the same that the IN rules-set of the others interfaces ? (and vice versa).
Feb 28 2018, 3:25 PM · vyatta-cfg-firewall, VyOS 1.1.x

Feb 27 2018

agustafson closed Q124: Slow response from show commands when using Intel g73131 and SNMP as resolved.
Feb 27 2018, 3:39 PM · VyOS 1.1.x
agustafson closed T559: Intel X520-DA2 (Dell G73131)/SNMP high CPU load and wait time. as Resolved.

Works fine in vyos-999.201802270337-amd64.

Feb 27 2018, 3:36 PM · VyOS 1.1.x
syncer edited projects for T477: Strongswan issue #1220 (packet loss on AWS), added: VyOS 1.1.x; removed VyOS 1.2 Crux.
Feb 27 2018, 2:59 PM · VyOS 1.2 Crux (VyOS 1.2.0-GA)
syncer changed the status of T522: Removing interface from bridge results in error & config / system state mismatch from Open to In progress.

@pers.edwin does this happens on 1.2 too?

Feb 27 2018, 2:52 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc3)
syncer changed the status of T559: Intel X520-DA2 (Dell G73131)/SNMP high CPU load and wait time. from Open to In progress.

Can you test on nightlies please

Feb 27 2018, 2:16 PM · VyOS 1.1.x

Feb 26 2018

agustafson renamed T559: Intel X520-DA2 (Dell G73131)/SNMP high CPU load and wait time. from Intel g73131/SNMP high CPU load and wait time. to Intel X520-DA2 (Dell G73131)/SNMP high CPU load and wait time..
Feb 26 2018, 10:55 PM · VyOS 1.1.x

Feb 22 2018

agustafson added a comment to Q124: Slow response from show commands when using Intel g73131 and SNMP.

Created bug T559

Feb 22 2018, 4:02 PM · VyOS 1.1.x
agustafson created T559: Intel X520-DA2 (Dell G73131)/SNMP high CPU load and wait time..
Feb 22 2018, 4:01 PM · VyOS 1.1.x

Feb 21 2018

unixninja92 added a comment to T542: IKE DPD timer value .

Pull request: https://github.com/vyos/vyatta-cfg-vpn/pull/18

Feb 21 2018, 2:07 AM