Page MenuHomeVyOS Platform
Feed Advanced Search

Mar 14 2019

UnicronNL closed T1298: Use vti tunnel with ipsec and dhcp. as Resolved by committing Restricted Diffusion Commit.
Mar 14 2019, 3:32 PM · VyOS 1.2 Crux (VyOS 1.2.1)
UnicronNL changed the status of T1298: Use vti tunnel with ipsec and dhcp. from Open to In progress.
Mar 14 2019, 3:22 PM · VyOS 1.2 Crux (VyOS 1.2.1)

Jan 27 2019

UnicronNL added a comment to T1208: 'install images' fails on removable storage.

If you manually partition you need to keep in mind 2 things.
the filesystem label needs to be "persistence" (mkfs.ext4 < device > -L persistence)
and in the root of the filesystem you must create a persistence.conf file containing "/ union"
(echo "/ union" > /persistence.conf) on your partition meat for vyos.

Jan 27 2019, 6:24 PM · VyOS 1.3 Equuleus (1.3.0)

Jan 23 2019

UnicronNL added a comment to T1186: Setup DMVPN cannot work.

@bjtangseng so changing that remote_ts = 0.0.0.0/0[gre] fixed it right?

Jan 23 2019, 4:36 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-GA)
UnicronNL added a comment to T1186: Setup DMVPN cannot work.

@bjtangseng
On the HUB, can you change in /etc/swanctl/swanctl.conf
remote_ts = dynamic[gre] to remote_ts = 0.0.0.0/0[gre]

Jan 23 2019, 2:59 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-GA)
UnicronNL added a comment to T1186: Setup DMVPN cannot work.

can you do:
sudo swanctl --list-sas

Jan 23 2019, 2:52 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-GA)
UnicronNL added a comment to T1186: Setup DMVPN cannot work.

@bjtangseng, Ah that is the problem. I do not know if there is an option allow any network, have to do some research.

Jan 23 2019, 2:46 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-GA)
UnicronNL added a comment to T1186: Setup DMVPN cannot work.

@bjtangseng,
Does your nat address change everytime?

Jan 23 2019, 2:35 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-GA)
UnicronNL added a comment to T1186: Setup DMVPN cannot work.

can you put log from hub?
ipsec log

Jan 23 2019, 2:02 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-GA)
UnicronNL added a comment to T1186: Setup DMVPN cannot work.

@bjtangseng
I think you replaced the wrong ip in the swanctl.conf

Jan 23 2019, 1:47 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-GA)
UnicronNL added a comment to T1186: Setup DMVPN cannot work.

@bjtangseng Can you post the output, than i can maybe look and mod things.

Jan 23 2019, 10:38 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-GA)
UnicronNL added a comment to T1186: Setup DMVPN cannot work.

@bjtangseng thanks!

Jan 23 2019, 7:23 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-GA)

Jan 22 2019

UnicronNL added a comment to T1186: Setup DMVPN cannot work.

@bjtangseng The spoke, and do not reboot.
make sure hub is up and do changes mentioned in previous post on the spoke (no reboot)
and post the output of:

Jan 22 2019, 1:03 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-GA)

Jan 21 2019

UnicronNL added a comment to T1186: Setup DMVPN cannot work.

@bjtangseng
can you please edit your swanctl.conf file and put the local_ts to 115.60.62.155/32[gre] ( local_ts = 115.60.62.155/32[gre] )
after editing swanctl please run:
sudo swanctl -q
then please check if you can connect with:
sudo swanctl -i -c dmvpn -S 100.64.161.96 -R 116.90.86.181 -l 2
or:
sudo swanctl -i -c dmvpn -S 0.0.0.0 -R 116.90.86.181 -l 2

Jan 21 2019, 11:43 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-GA)
UnicronNL closed T1188: dmvpn typo in dead-peer-detection as Resolved.
Jan 21 2019, 11:27 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-GA)

Jan 20 2019

UnicronNL edited projects for T1186: Setup DMVPN cannot work, added: VyOS 1.3 Equuleus; removed VyOS 1.2 Crux (VyOS 1.2.0-GA).
Jan 20 2019, 10:23 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-GA)
UnicronNL added a comment to T1100: Spoke site dynamic IP over NAT connect to Hub site.

@bjtangseng could you try with IKEv2 on both hub and spoke?
set vpn ipsec ike-group IKE-HUB key-exchange ikev2 for hub
set vpn ipsec ike-group IKE-SPOKE key-exchange ikev2 for spoke.

Jan 20 2019, 9:31 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
UnicronNL updated subscribers of T1186: Setup DMVPN cannot work.

@bjtangseng This is definitely a NAT issue, if i change the local_ts = dynamic[gre] in /etc/swanctl/swanctl.conf to local_ts = *.*.*.*/32[gre] i can replicate the error you get.

Jan 20 2019, 8:24 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-GA)

Jan 15 2019

UnicronNL added a comment to T1116: About delete DMVPN set file, but look for dmvpn log in show log.

@bjtangseng I do not know if dmvpn was in rc.10.
Can you please try the same in the last roling release?

Jan 15 2019, 2:25 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-EPA3)
UnicronNL edited projects for T1070: SWANCTL: DMVPN: ALL peers are deleted in swan when opennhrp tries to delete ONE peer, added: VyOS-1.2.0-GA; removed VyOS 1.3 Equuleus.
Jan 15 2019, 1:47 PM · VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project, VyOS 1.3 Equuleus (1.3.7)

Dec 14 2018

UnicronNL closed T1033: build-ami: Enable support for ENA as Resolved.

added the patch! thanks

Dec 14 2018, 10:38 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux ( VyOS 1.2.0-rc11), build-ami, AWS Support

Dec 12 2018

UnicronNL created T1099: Openvpn: use config files instead of one long command..
Dec 12 2018, 2:52 PM · VyOS 1.3 Equuleus (1.3.0-epa1), vyatta-openvpn

Nov 23 2018

UnicronNL closed T1003: AWS: Login via SSH key does no longer work as Resolved.

@m.tremer added the patch, thanks... was under the impression cloud-init added the user as it is stated as default user, but clearly it does not.

Nov 23 2018, 9:01 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc9), AWS Support

Nov 13 2018

UnicronNL added a comment to T1003: AWS: Login via SSH key does no longer work.

Do you also create the iso yourself or dowload it?
In 1.2 we will be using cloud-init and the ec2 init script was removed.

Nov 13 2018, 10:35 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc9), AWS Support

Nov 9 2018

UnicronNL updated subscribers of T739: flow-accounting stops.

@vtsingaras I merged it in to our repo.
@syncer i see we have no crux branch for pmacct i slacked @dmbaturin

Nov 9 2018, 9:14 PM · VyOS 1.2 Crux (VyOS 1.2.0-GA), VyOS-1.2.0-GA, pmacct
UnicronNL added a comment to T859: boot from UEFI.

@syncer i added a branch in vyos-build, after testing, do you think we can merge to current/crux and update the live-build package on the build server?

Nov 9 2018, 9:16 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc7)
UnicronNL closed T916: Error While installing latest Release Candiate 3 via USB as Resolved.

@commo @Raeven I updated the kernel to support the filesystems. But what @syncer mentioned 'win32diskimager' is a better tool for 1.2 as it is hybrid-iso which works if you directly write the iso to usb.

Nov 9 2018, 9:12 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc7)
UnicronNL added a comment to T946: enable denverton SoC in kernel config.

@syncer If we use kernel 4.19 driver version for ethernet is DRV_VERSION "5.1.0-k"
Also cpu should be supported without enabling something i guess.

Nov 9 2018, 9:07 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc7)
UnicronNL added a comment to T969: Console device speed has no effect on GRUB configuration.

Will mod the script to update rate on the fly.
vyos@vyos:~$ stty -F /dev/ttyS0 115200 cstopb

Nov 9 2018, 8:35 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc10)
UnicronNL added a comment to T955: integrate new installer made by Kroy.

@kroy
If you would like to test:
git clone https://github.com/vyos/vyos-build.git
cd vyos-build
git checkout current-uefi
docker build -t vyos-builder .
docker run -it --privileged -v /HOST_PATH_OF_VYOS_BUILD_REPO:/vyos -w="/vyos" vyos-builder bash
./configure
make iso

Nov 9 2018, 7:43 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc7)

Nov 6 2018

UnicronNL added a comment to T955: integrate new installer made by Kroy.

@kroy what kernel is it now you use? I updated the kernel 4.14.75 and 4.19.0
https://github.com/vyos/vyos-kernel/commit/32f3f5caaec8bff6f372ab22801cfaaa30a766cd

Nov 6 2018, 4:05 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc7)

Nov 5 2018

UnicronNL added a comment to T955: integrate new installer made by Kroy.

@syncer will check @kroy thanks a bunch!!

Nov 5 2018, 10:11 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc7)
UnicronNL added a comment to T916: Error While installing latest Release Candiate 3 via USB.

@commo How did you prepare the usb drive?
On which os, and what tools did you use?

Nov 5 2018, 10:32 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc7)
UnicronNL closed T724: Opennhrp fail as Resolved.

This was fixed some time ago.
https://github.com/vyos/vyos-strongswan/commit/2cfa2c5f85babbfae11898888d6e8c7ca99cdeb5#diff-ab17f7fac35ebad14feb31b720eba1b0R173

Nov 5 2018, 9:52 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc6)

Nov 4 2018

UnicronNL added a comment to T739: flow-accounting stops.

@vtsingaras I see it is merged in upstream, try to merge in vyos asap.

Nov 4 2018, 8:07 PM · VyOS 1.2 Crux (VyOS 1.2.0-GA), VyOS-1.2.0-GA, pmacct

Oct 19 2018

UnicronNL added a project to T920: Add Client keepalive option needed for cloud-init: VyOS-1.2.0-GA.
Oct 19 2018, 5:29 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc4)
UnicronNL closed T920: Add Client keepalive option needed for cloud-init as Resolved.
Oct 19 2018, 5:27 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc4)
UnicronNL moved T919: Add option set multiple ports on ssh from Finished to Needs Triage on the VyOS 1.2 Crux (VyOS 1.2.0-rc4) board.
Oct 19 2018, 5:25 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc4)
UnicronNL moved T919: Add option set multiple ports on ssh from Needs Triage to In Progress on the VyOS 1.2 Crux (VyOS 1.2.0-rc5) board.
Oct 19 2018, 5:25 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc4)
UnicronNL updated subscribers of T919: Add option set multiple ports on ssh.
Oct 19 2018, 5:24 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc4)
UnicronNL closed T919: Add option set multiple ports on ssh as Resolved.
Oct 19 2018, 5:23 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc4)

Oct 14 2018

UnicronNL added a comment to T891: Current multi-table usage with VRF-netns tables in FRR is partially broken for PBR..

@Watcher7 Ah i see, was confused... tnx

Oct 14 2018, 8:57 PM · VyOS 1.3 Equuleus (1.3.0)

Oct 12 2018

UnicronNL added a comment to T891: Current multi-table usage with VRF-netns tables in FRR is partially broken for PBR..

do you mean like:

set protocols static table 10 route 192.168.0.0/24 next-hop 192.168.0.1 interface ethx

If so could you please create a new task for creating new syntax?

Oct 12 2018, 5:21 PM · VyOS 1.3 Equuleus (1.3.0)

Oct 11 2018

UnicronNL added a comment to T891: Current multi-table usage with VRF-netns tables in FRR is partially broken for PBR..

@Watcher7 I do not really understand what you mean, can you share your configs or a way to reproduce and elaborate a bit more?

Oct 11 2018, 10:09 AM · VyOS 1.3 Equuleus (1.3.0)

Aug 2 2018

UnicronNL added a comment to T427: Wireguard support.

Found that already :)

Aug 2 2018, 7:07 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)

Aug 1 2018

UnicronNL added a comment to T427: Wireguard support.

Haha tnx!

Aug 1 2018, 9:15 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
UnicronNL added a comment to T427: Wireguard support.

image vyos-1.2.0-rolling+201807301123-amd64.iso

Aug 1 2018, 9:48 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
UnicronNL added a comment to T427: Wireguard support.

@hagbard and then install the packages on that. (download and install)

Aug 1 2018, 9:39 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)

Jul 31 2018

UnicronNL added a comment to T427: Wireguard support.

@syncer he means the edgOs one :) package i build are only the wire guard tools and kernel module. Those packages are good.

Jul 31 2018, 9:27 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
UnicronNL added a comment to T427: Wireguard support.

@hagbard http://dev.packages.vyos.net/repositories/current/vyos/pool/main/w/wireguard/
here are the packages

Jul 31 2018, 8:44 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
UnicronNL added a comment to T427: Wireguard support.

@hagbard I have created the wireguard package https://github.com/vyos/vyos-wireguard

Jul 31 2018, 5:56 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)

Mar 14 2018

UnicronNL added a comment to T565: update Intel e1000 and e1000e drivers.

These are the pachtes i took from old vyatta, seems like you got them all.
https://github.com/vyos/vyos-kernel/commit/4c8de1009e13a978bacd5066024d194be983ecbd
https://github.com/vyos/vyos-kernel/commit/e8b8c70f0e20666824f33083d7aa76a3f1a1f6f5
https://github.com/vyos/vyos-kernel/commit/fc58d4a339537765585855a9b793b953c7c984f1
https://github.com/vyos/vyos-kernel/commit/e59dab9f2985869cfdbf9b74cb5c8034c218707b

Mar 14 2018, 5:34 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)

Feb 27 2018

UnicronNL closed T549: CI: Clearfog build host cannot connect to dev.packages.vyos.net as Resolved.

fixed this couple of days ago.

Feb 27 2018, 2:59 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)

Jan 23 2018

UnicronNL added a comment to T528: Alibaba Cloud image.

Nice!

Jan 23 2018, 9:46 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-GA)

Dec 21 2017

UnicronNL closed T501: Add patched radvd to 1.2 as Resolved.

package is now in the vyos repo and used in images

Dec 21 2017, 8:02 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1), radvd

Dec 14 2017

UnicronNL added a comment to T498: Enable UDF support in kernel.

support added,
only need Jenkis up to build te kernel.
https://github.com/vyos/vyos-kernel/commit/b72a65de9fd1c68c8d371152cfdcbc85d2b0dbd9

Dec 14 2017, 1:42 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1), Hyper-V/Azure Support

Nov 18 2017

UnicronNL added a comment to T285: Add flag for DNSmasq to query all dns servers.

@syncer This tasked can be moved to finished, i do not have the rights.

Nov 18 2017, 12:18 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
UnicronNL added a comment to T380: Add system service fail2ban.

What to so with this task, requests were closed.

Nov 18 2017, 12:12 AM · Invalid

Nov 7 2017

UnicronNL assigned T439: local PBR support to dmbaturin.

@dmbaturin , why you reverted?

Nov 7 2017, 10:25 PM · VyOS 1.4 Sagitta
UnicronNL added a comment to T426: CVE-2017-13077 - Update wpa_supplicant.

https://github.com/vyos/vyos-build/commit/e5259ccb17e93e110d1dcdeb98f4dc1b9d1df192
This seems to have done the trick thanks.

Nov 7 2017, 9:06 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1), wpa

Nov 2 2017

UnicronNL added a comment to T414: Remove the telnet service and make sure old configs that use it still load.

+1 removal

Nov 2 2017, 10:15 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)

Oct 28 2017

UnicronNL added a comment to T385: Integrate pmacct 1.6+ into the current branch.

I added new pmacct package (https://github.com/vyos/pmacct/tree/current) but now we also need to update vyatta-netflow package.

Oct 28 2017, 9:30 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1), pmacct

Oct 23 2017

UnicronNL moved T186: DHCP with VRRP from In Progress to Finished on the VyOS 1.1.x (1.1.8) board.
Oct 23 2017, 12:13 PM · VyOS 1.1.x (1.1.8)
UnicronNL closed T186: DHCP with VRRP as Resolved.

https://github.com/vyos/vyatta-op-dhcp-server/commit/b3d40f53c12ec5639c6f399206121833a43014c3

Oct 23 2017, 12:13 PM · VyOS 1.1.x (1.1.8)
UnicronNL moved T186: DHCP with VRRP from Needs Triage to In Progress on the VyOS 1.1.x (1.1.8) board.
Oct 23 2017, 12:03 PM · VyOS 1.1.x (1.1.8)
UnicronNL added a comment to T142: DSA-3659-1.

https://github.com/vyos/build-iso/commit/51b1f8faf84b8071c8413af1baa76d976528c440

Oct 23 2017, 11:50 AM · VyOS 1.1.x (1.1.8)
UnicronNL moved T142: DSA-3659-1 from In Progress to Finished on the VyOS 1.1.x (1.1.8) board.
Oct 23 2017, 11:46 AM · VyOS 1.1.x (1.1.8)

Oct 22 2017

UnicronNL closed T52: Q26 pull request seems to be tested at least. as Resolved.

added to helium branch

Oct 22 2017, 8:28 PM · VyOS 1.1.x (1.1.8)
UnicronNL moved T410: dnsmasq in 1.1.x is outdated and vulnerable to many CVEs from Backlog to Finished on the VyOS 1.1.x (1.1.8) board.
Oct 22 2017, 8:17 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1), VyOS 1.1.x (1.1.8)
UnicronNL closed T354: Outstanding CVEs - StrongSwan as Resolved.
Oct 22 2017, 8:14 PM · vyatta-strongswan, VyOS 1.1.x (1.1.8)

Oct 8 2017

UnicronNL moved T403: Outstanding CVEs - Other from Backlog to Finished on the VyOS 1.1.x (1.1.8) board.
Oct 8 2017, 1:28 PM · VyOS 1.1.x (1.1.8)
UnicronNL updated the task description for T403: Outstanding CVEs - Other.
Oct 8 2017, 1:27 PM · VyOS 1.1.x (1.1.8)
UnicronNL updated the task description for T403: Outstanding CVEs - Other.
Oct 8 2017, 1:21 PM · VyOS 1.1.x (1.1.8)
UnicronNL updated the task description for T403: Outstanding CVEs - Other.
Oct 8 2017, 1:14 PM · VyOS 1.1.x (1.1.8)
UnicronNL updated the task description for T403: Outstanding CVEs - Other.
Oct 8 2017, 1:11 PM · VyOS 1.1.x (1.1.8)

Oct 5 2017

UnicronNL added a comment to T410: dnsmasq in 1.1.x is outdated and vulnerable to many CVEs.

added jessie one. https://github.com/vyos/dnsmasq
need to test in 1.1.8 rc1

Oct 5 2017, 8:54 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1), VyOS 1.1.x (1.1.8)
UnicronNL closed T205: Kernel privilege excalation CVE-2016-8655 as Resolved.
Oct 5 2017, 8:51 PM · VyOS 1.1.x (1.1.8)
UnicronNL closed T329: add phabricator.vyos.net paste app as valid destination for show tech-support save-uncompressed as Resolved.
Oct 5 2017, 8:43 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
UnicronNL closed T358: add option to set phabricator api token as Resolved.
Oct 5 2017, 8:42 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1), VyOS 1.1.x (1.1.8)
UnicronNL closed T358: add option to set phabricator api token, a subtask of T329: add phabricator.vyos.net paste app as valid destination for show tech-support save-uncompressed, as Resolved.
Oct 5 2017, 8:42 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)

Oct 4 2017

UnicronNL updated the task description for T403: Outstanding CVEs - Other.
Oct 4 2017, 8:22 PM · VyOS 1.1.x (1.1.8)
UnicronNL updated the task description for T403: Outstanding CVEs - Other.
Oct 4 2017, 8:07 PM · VyOS 1.1.x (1.1.8)
UnicronNL updated the task description for T403: Outstanding CVEs - Other.
Oct 4 2017, 8:07 PM · VyOS 1.1.x (1.1.8)
UnicronNL updated the task description for T403: Outstanding CVEs - Other.
Oct 4 2017, 7:14 PM · VyOS 1.1.x (1.1.8)
UnicronNL updated the task description for T403: Outstanding CVEs - Other.
Oct 4 2017, 6:47 PM · VyOS 1.1.x (1.1.8)
UnicronNL updated the task description for T403: Outstanding CVEs - Other.
Oct 4 2017, 6:45 PM · VyOS 1.1.x (1.1.8)
UnicronNL updated the task description for T403: Outstanding CVEs - Other.
Oct 4 2017, 6:44 PM · VyOS 1.1.x (1.1.8)
UnicronNL updated the task description for T403: Outstanding CVEs - Other.
Oct 4 2017, 6:43 PM · VyOS 1.1.x (1.1.8)

Oct 3 2017

UnicronNL added a comment to T354: Outstanding CVEs - StrongSwan.

@higebu @syncer squeeze is added to ci, only there is no repo to upload.

Oct 3 2017, 6:54 PM · vyatta-strongswan, VyOS 1.1.x (1.1.8)
UnicronNL updated subscribers of T403: Outstanding CVEs - Other.

@dmbaturin @syncer Where can i find the lithium repo?

Oct 3 2017, 6:51 PM · VyOS 1.1.x (1.1.8)
UnicronNL updated subscribers of T355: Outstanding CVEs - OpenVPN.

@dmbaturin @syncer Where can i find the lithium repo?

Oct 3 2017, 6:50 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1), openvpn

Sep 8 2017

UnicronNL added a comment to T379: UDP Broadcast Packet Relay.

And now that I've actually looked into it... ;)

There are some bad practices that I think should be changed before we call it complete as well.

First, now that the Python configuration library and the templates convertor work, can we stop adding new Perl code? Those scripts are short at least.
There are some very good reasons to do that as well. For example, now that we are using systemd, why should we have start-stop-daemon? We should never had it right in Perl code to begin with.
Second, I'm strongly against mixing VyOS configuration code with applications it configures. Let's move that out of this, and if we are going to move the configuration code to vyos-1x package, it will come naturally. We can merge the bcast-relay and mDNS repeater into one package perhaps.

The features are appreciated, but let's add them in a fashion that will make VyOS easier to maintain, not harder.

Sep 8 2017, 10:31 AM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)

Sep 6 2017

UnicronNL closed T346: Fix various 'show vpn' commands that no longer function correctly as Resolved.
Sep 6 2017, 6:19 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
UnicronNL moved T346: Fix various 'show vpn' commands that no longer function correctly from In Progress to Finished on the VyOS 1.2 Crux board.
Sep 6 2017, 6:19 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
UnicronNL closed T334: Not setting ESP DH Group properly on "esp=" line in ipsec.conf as Resolved.
Sep 6 2017, 6:10 PM · VyOS 1.1.x (1.1.8)
UnicronNL moved T334: Not setting ESP DH Group properly on "esp=" line in ipsec.conf from Backlog to Finished on the VyOS 1.1.x (1.1.8) board.
Sep 6 2017, 6:09 PM · VyOS 1.1.x (1.1.8)
UnicronNL closed T145: Fix PXE boot in helium as Resolved.

merged to lithium

Sep 6 2017, 11:48 AM · VyOS 1.1.x (1.1.8)
UnicronNL moved T145: Fix PXE boot in helium from Backlog to Finished on the VyOS 1.1.x (1.1.8) board.
Sep 6 2017, 8:31 AM · VyOS 1.1.x (1.1.8)
UnicronNL moved T176: Kernel: CVE-2016-5195 from Finished to In Progress on the VyOS 1.1.x (1.1.8) board.
Sep 6 2017, 8:15 AM · VyOS 1.1.x (1.1.8)
UnicronNL updated subscribers of T176: Kernel: CVE-2016-5195.

@syncer can we close this task? see @higebu fix..

Sep 6 2017, 8:13 AM · VyOS 1.1.x (1.1.8)