From df9fff5f508a373751ff9caad5b6f6f7c8b6b201 Mon Sep 17 00:00:00 2001 From: Rob Cohen Date: Tue, 24 Dec 2019 17:27:18 -0500 Subject: [PATCH 1/2] Added VyOS to router firmware page VyOS is a Linux-based network operating system that provides software-based network routing, firewall, and VPN functionality. --- _includes/sections/router-firmware.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/_includes/sections/router-firmware.html b/_includes/sections/router-firmware.html index c22ded97..20ebe039 100644 --- a/_includes/sections/router-firmware.html +++ b/_includes/sections/router-firmware.html @@ -22,6 +22,16 @@ website="https://www.pfsense.org/" github="https://github.com/pfsense/" %} +{% include cardv2.html +title="VyOS" +image="/assets/img/svg/3rd-party/vyos.svg" +image-dark="/assets/img/svg/3rd-party/vyos.svg" +description="VyOS is a Linux-based network operating system that provides software-based network routing, firewall, and VPN functionality. The VyOS project was started in late 2013 as a community fork of the GPL portions of Vyatta Core 6.6R1 with the goal of maintaining a free and open source network operating system in response to the decision to discontinue the community edition of Vyatta." +badges="info:Linux" +website="https://www.vyos.io/" +github="https://github.com/vyos/" +%} + {% include cardv2.html title="LibreCMC" image="/assets/img/svg/3rd-party/librecmc.svg" -- 2.49.1 From 255954de5b7e69fb1488af10e263b144f65f446c Mon Sep 17 00:00:00 2001 From: Rob Cohen Date: Tue, 24 Dec 2019 15:28:52 -0700 Subject: [PATCH 2/2] VyOS SVG This commit is the SVG for VyOS. VyOS is a Linux-based network operating system that provides software-based network routing, firewall, and VPN functionality. --- assets/img/svg/3rd-party/vyos.svg | 34 +++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 assets/img/svg/3rd-party/vyos.svg diff --git a/assets/img/svg/3rd-party/vyos.svg b/assets/img/svg/3rd-party/vyos.svg new file mode 100644 index 00000000..d70967c1 --- /dev/null +++ b/assets/img/svg/3rd-party/vyos.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.49.1