Page MenuHomeVyOS Platform
Feed Advanced Search

Feb 17 2019

c-po added a comment to T1211: Blank hostnames from dhcpd are able to bring down DNS.

@thinkl33t can you please also provide a "faulty" /etc/hosts file?

Feb 17 2019, 11:57 AM · VyOS 1.2 Crux (VyOS 1.2.1)
gadams added a comment to T421: Add Pv6 prefix delegation support.

Oy. Turns out that other routers (like those that found in ISP-provided cable modems) can have subtle quirks in their DHCPv6-PD implementations. I've worked around another one.

Feb 17 2019, 9:48 AM · VyOS 1.3 Equuleus (1.3.0-epa1)

Feb 16 2019

c-po closed T1174: "system domain-name" is not reflected in /etc/resolv.conf as Resolved.
Feb 16 2019, 7:33 PM · VyOS 1.2 Crux (VyOS 1.2.1)

Feb 15 2019

syncer reopened T1245: Cannot Clamp MSS on Transient Bridge Interfaces - Turn On br_netfilter as "In progress".
Feb 15 2019, 10:06 AM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po edited projects for T1245: Cannot Clamp MSS on Transient Bridge Interfaces - Turn On br_netfilter, added: VyOS 1.3 Equuleus; removed VyOS 1.2 Crux (VyOS 1.2.0-GA).
Feb 15 2019, 8:28 AM · VyOS 1.2 Crux (VyOS 1.2.1)
dongjunbo renamed T1249: multiple PBR rules can set to a single interface from PBR base wan ip range to multiply PBR rules can set to a single interface.
Feb 15 2019, 7:16 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
dongjunbo created T1249: multiple PBR rules can set to a single interface.
Feb 15 2019, 7:15 AM · VyOS 1.3 Equuleus (1.3.0-epa1)

Feb 14 2019

dmbaturin triaged T1248: Add a function for copying nodes to the vyos.configtree library as Normal priority.
Feb 14 2019, 10:56 PM · VyOS 1.3 Equuleus (1.3.0-epa1)

Feb 13 2019

gadams added a comment to T421: Add Pv6 prefix delegation support.

A quick progress update: I have fixed a bug (that may or may not have been present before) that prevented renew dhcpv6 interface eth3 (or whatever interface) from working outside of an active configuration session. I imagine most uses of dhcp lease renewal would occur in a normal router login session.

Feb 13 2019, 8:53 AM · VyOS 1.3 Equuleus (1.3.0-epa1)

Feb 12 2019

c-po added a comment to T1211: Blank hostnames from dhcpd are able to bring down DNS.

Maybe if hostname is empty, we can prepend the mac address to the fqdn which will be stored in /etc/hosts

Feb 12 2019, 2:06 PM · VyOS 1.2 Crux (VyOS 1.2.1)
thinkl33t added a comment to T1211: Blank hostnames from dhcpd are able to bring down DNS.
> show service dhcp-server 
hostfile-update
shared-network-name VLAN101 
  subnet 172.16.101.0/24 {
    default-router 172.16.101.254
    dns-server 172.16.101.254
    domain-name guest.example.org
    lease 3600
    range 0 {
        start 172.16.101.1
        stop 172.16.101.250
    }
  }
}
Feb 12 2019, 11:30 AM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po claimed T1174: "system domain-name" is not reflected in /etc/resolv.conf.
Feb 12 2019, 5:46 AM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po added a comment to T1174: "system domain-name" is not reflected in /etc/resolv.conf.

Something seems to be totally off with set system domain-name and set system domain-search domain

Feb 12 2019, 5:46 AM · VyOS 1.2 Crux (VyOS 1.2.1)

Feb 11 2019

SteveP added a comment to T533: Support for PPPoE MTU greater than 1492.

1.2-RC5 already supports this (and I assume newer but I can't test it with my motherboard for other reasons-T1066). I am with BT (UK) and it works great (see my config below). RC5 does however still contain T1065 which is related to this but has been fixed in a later release candidate (RC11 I think).

 ethernet eth3 {
     address 192.168.5.1/24
     duplex auto
     mtu 1508
     pppoe 0 {
         default-route auto
         mtu 1500
         name-server none
         password xxxxxxxxx
         user-id [email protected]
     }
     smp-affinity auto
[edit]
# set interfaces ethernet eth3 pppoe 0 mtu
Possible completions:
   <68-1500>    Maximum Transmission Unit (MTU) in bytes
   1500
Feb 11 2019, 10:22 AM · VyOS 1.3 Equuleus (1.3.0-epa1)

Feb 10 2019

gadams added a comment to T421: Add Pv6 prefix delegation support.

Well, I've been developing it against the 1.2.0 branch. It might work back-ported to 1.1.8, but that's not my focus.

Feb 10 2019, 8:04 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po added a comment to T1017: 1.2.0-rc7 duplex auto (autogenerated config) setting not accepted.

@fromport how to reproduce? Is this possible with VMWare ESXi? If now, which virtualisation tool to use for testing?

Feb 10 2019, 7:38 PM · VyOS-1.2.0-GA
c-po added a comment to T238: wild card domain-ip association in dns forwarding.

Your given example can thus be enabled via set service dns forwarding domain microsoft.com server 127.0.0.1

Feb 10 2019, 7:36 PM · Rejected
c-po closed T238: wild card domain-ip association in dns forwarding as Invalid.
Feb 10 2019, 7:35 PM · Rejected
c-po added a comment to T238: wild card domain-ip association in dns forwarding.

Okay, a wildcard as in * does not work and is not supported by our underlying pdns-recursor.

Feb 10 2019, 7:31 PM · Rejected
fromport closed T1154: use of local cache to build iso as Resolved.
Feb 10 2019, 5:26 PM · VyOS 1.3 Equuleus (1.3.0-epa1), Restricted Project, build-iso
fromport added a comment to T1154: use of local cache to build iso.

configure -h is a bit "cryptic" (imo)
It doesn't show the defaults, so i ran a regular configure and then editted the build/build-config.json

Feb 10 2019, 5:22 PM · VyOS 1.3 Equuleus (1.3.0-epa1), Restricted Project, build-iso
c-po added a comment to T238: wild card domain-ip association in dns forwarding.

@oliveriandrea can you please retest with latest rolling release if it already works?

Feb 10 2019, 3:35 PM · Rejected
c-po added a comment to T1240: Wireguard module update to 0.0.20190123.

https://github.com/vyos/vyos-wireguard/commit/95f110c1f1693c7e70b78a54459f6aeefde42772

Feb 10 2019, 3:31 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po closed T1240: Wireguard module update to 0.0.20190123 as Resolved.
Feb 10 2019, 3:30 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po updated the task description for T1241: Remove of policy route throws CLI error.
Feb 10 2019, 2:59 PM · VyOS 1.2 Crux (VyOS 1.2.6)
c-po placed T1241: Remove of policy route throws CLI error up for grabs.
Feb 10 2019, 2:58 PM · VyOS 1.2 Crux (VyOS 1.2.6)
c-po claimed T1241: Remove of policy route throws CLI error.
Feb 10 2019, 2:57 PM · VyOS 1.2 Crux (VyOS 1.2.6)
c-po created T1241: Remove of policy route throws CLI error.
Feb 10 2019, 2:57 PM · VyOS 1.2 Crux (VyOS 1.2.6)
c-po claimed T1240: Wireguard module update to 0.0.20190123.
Feb 10 2019, 10:37 AM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po created T1240: Wireguard module update to 0.0.20190123.
Feb 10 2019, 10:37 AM · VyOS 1.2 Crux (VyOS 1.2.1)
oddboy added a comment to T421: Add Pv6 prefix delegation support.

You rock Geoff!

Feb 10 2019, 9:35 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
gadams added a comment to T421: Add Pv6 prefix delegation support.

Hey! Sorry I was out for a bit. But I'm back now. Time to catch up.

Feb 10 2019, 6:20 AM · VyOS 1.3 Equuleus (1.3.0-epa1)

Feb 9 2019

syncer moved T1239: make module build for vyos-accel-ppp dynamic from Needs Triage to Backlog on the VyOS 1.2 Crux (VyOS 1.2.1) board.
Feb 9 2019, 10:22 PM · VyOS 1.2 Crux (VyOS 1.2.1)
syncer moved T1239: make module build for vyos-accel-ppp dynamic from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Feb 9 2019, 10:22 PM · VyOS 1.2 Crux (VyOS 1.2.1)
syncer added a project to T1239: make module build for vyos-accel-ppp dynamic: VyOS 1.2 Crux (VyOS 1.2.1).
Feb 9 2019, 10:21 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po closed T1239: make module build for vyos-accel-ppp dynamic as Resolved.
Feb 9 2019, 9:24 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po changed the status of T1239: make module build for vyos-accel-ppp dynamic from Open to In progress.
Feb 9 2019, 8:15 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po closed T1236: Update Linux Kernel as Resolved.
Feb 9 2019, 11:08 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
runar added a comment to T1237: Static Route Path Monitoring, failover.

Hi adestis, what you descripe is possible to do today with the help of a shellscript and the crontab, if you are interested i could help you create a script that does this for you, the one drawback is that the failover-time is in the ballpark of minutes, and the routes are not present in the configuration... Also, cron fills the log with messages every time it executed

Feb 9 2019, 7:51 AM · VyOS 1.4 Sagitta
adestis created T1237: Static Route Path Monitoring, failover.
Feb 9 2019, 6:04 AM · VyOS 1.4 Sagitta

Feb 8 2019

c-po changed the status of T1236: Update Linux Kernel from Open to In progress.
Feb 8 2019, 5:56 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po created T1236: Update Linux Kernel.
Feb 8 2019, 5:56 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po changed the status of T1234: DHCP relay relay-agents-packets is dysfunctional from Open to Needs testing.
Feb 8 2019, 5:54 PM · VyOS 1.2 Crux (VyOS 1.2.1)
danpro added a comment to T1187: Command show log vpn display wrong information .

currently the command run under the hood is

cat $(printf "%s\n" /var/log/messages* | sort -nr) | grep -e pluto -e xl2tpd -e pptpd -e ppp
Feb 8 2019, 5:53 PM · VyOS-1.2.0-GA
c-po added a comment to T484: Rules can't be deleted from firewall rule sets used in zone policies.

Please retest with a new rolling release tomorrow

Feb 8 2019, 5:44 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po closed T484: Rules can't be deleted from firewall rule sets used in zone policies as Resolved.
Feb 8 2019, 5:43 PM · VyOS 1.2 Crux (VyOS 1.2.1)
zsdc closed T173: Static routes ignored with DHCP received gateway as Resolved.

This bug can't be reproduced in 1.2.0-LTS and 1.2.0-rolling+201902080337, so seems that it was fixed in some of previous releases. Closing ticket.
Feel free to reopen it if the the same behavior will be spotted in one of current releases.

Feb 8 2019, 1:23 PM · VyOS 1.2 Crux (VyOS 1.2.0-GA)
pasik added a watcher for VyOS 1.3 Equuleus: pasik.
Feb 8 2019, 12:56 PM
syncer edited projects for T1234: DHCP relay relay-agents-packets is dysfunctional, added: VyOS 1.3 Equuleus; removed VyOS 1.2 Crux.
Feb 8 2019, 11:49 AM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po added a comment to T484: Rules can't be deleted from firewall rule sets used in zone policies.

Patch does not apply cleanly, need to backport it but will do

Feb 8 2019, 6:53 AM · VyOS 1.2 Crux (VyOS 1.2.1)
syncer edited projects for T1000: Broken 6rd tunnel implementation, added: VyOS 1.3 Equuleus; removed VyOS 1.2 Crux (VyOS 1.2.0-EPA3).
Feb 8 2019, 12:16 AM
syncer assigned T942: L2TPv3 interface configuration is not loaded after reboot with a configuration error to hagbard.
Feb 8 2019, 12:16 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
syncer changed the status of T941: BGP neighbours with IPv6 link-local addresses from In progress to Needs testing.
Feb 8 2019, 12:16 AM · VyOS 1.3 Equuleus (1.3.7), test
syncer changed the status of T927: IPv6 GRE packets not being forwarded from Open to Needs testing.
Feb 8 2019, 12:15 AM · VyOS 1.3 Equuleus (1.3.6), test
syncer edited projects for T853: Add SSTP server support, added: VyOS 1.3 Equuleus; removed VyOS 1.2 Crux (VyOS 1.2.0-EPA3).
Feb 8 2019, 12:14 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
syncer edited projects for T834: New L2TP server implementation based on accel-ppp, added: VyOS 1.3 Equuleus; removed VyOS 1.2 Crux (VyOS 1.2.0-EPA3).
Feb 8 2019, 12:13 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
syncer edited projects for T833: New PPTP server implementation based on accel-ppp, added: VyOS 1.3 Equuleus; removed VyOS 1.2 Crux (VyOS 1.2.0-EPA3).
Feb 8 2019, 12:13 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
syncer edited projects for T832: `show monitoring protocols bgp` doesn't work with frr, added: VyOS 1.3 Equuleus; removed VyOS 1.2 Crux (VyOS 1.2.0-EPA3).
Feb 8 2019, 12:13 AM · VyOS 1.2 Crux (VyOS 1.2.3), vyos-frr
syncer assigned T770: Bonded interfaces get updated with incorrect hw-id in config. to hagbard.
Feb 8 2019, 12:10 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
syncer edited projects for T742: Replace poptop and xl2tpd with accel-ppp, added: VyOS 1.3 Equuleus; removed VyOS 1.2 Crux (VyOS 1.2.0-EPA3).
Feb 8 2019, 12:07 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
syncer assigned T732: Netflow: generate ASNs from the uacctd BGP thread. to zsdc.
Feb 8 2019, 12:05 AM · VyOS 1.3 Equuleus (1.3.7), test
syncer changed the status of T685: Python environment lacks definition of vyos_libexec_dir when calling os.system() from Open to In progress.
Feb 8 2019, 12:03 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
syncer changed the status of T681: Traffic-policy (shaper), returns: 'lowdelay unknown DSCP value' from Open to Needs testing.
Feb 8 2019, 12:02 AM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.4 Sagitta, test
syncer reassigned T681: Traffic-policy (shaper), returns: 'lowdelay unknown DSCP value' from dmbaturin to zsdc.
Feb 8 2019, 12:02 AM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.4 Sagitta, test
syncer changed the status of T627: IPSec configuration directive deletion fails, causes bad IPSec state on reboot. from Open to Needs testing.
Feb 8 2019, 12:01 AM · VyOS 1.2 Crux (VyOS 1.2.7)
syncer changed the status of T625: Lack of IKEv1 lifetime negotiation from Open to Needs testing.
Feb 8 2019, 12:00 AM · VyOS 1.3 Equuleus (1.3.0-epa1)

Feb 7 2019

syncer edited projects for T577: Unconfigured Ethernet interface discovery partial failure on boot, added: VyOS 1.3 Equuleus; removed VyOS 1.2 Crux (VyOS 1.2.0-EPA3).
Feb 7 2019, 11:59 PM · VyOS 1.3 Equuleus (1.3.7)
syncer changed the status of T508: ISC DHCP incorrect UDP checksum generation from Open to Needs testing.
Feb 7 2019, 11:58 PM · VyOS 1.3 Equuleus (1.3.0-epa1), vyatta-dhcp3
syncer assigned T505: Hostapd cannot log to hagbard.
Feb 7 2019, 11:57 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
syncer changed the status of T486: Static IPv6 default route via OSPFv3-learned loopback is not activated from On hold to Needs testing.
Feb 7 2019, 11:56 PM · VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project, test
syncer changed the status of T485: iBGP recursive route via OSPF-learned loopback next-hop selects (wrong) interface next-hop from On hold to Needs testing.
Feb 7 2019, 11:53 PM · Invalid
syncer added a comment to T484: Rules can't be deleted from firewall rule sets used in zone policies.

@c-po can you probably merge and close this one

Feb 7 2019, 11:53 PM · VyOS 1.2 Crux (VyOS 1.2.1)
syncer reassigned T484: Rules can't be deleted from firewall rule sets used in zone policies from dmbaturin to c-po.
Feb 7 2019, 11:52 PM · VyOS 1.2 Crux (VyOS 1.2.1)
syncer changed the status of T469: Problem after commit with errors from On hold to Needs testing.
Feb 7 2019, 11:39 PM · VyOS 1.3 Equuleus (1.3.4), test
syncer changed the status of T320: OSPF does not redistribute connected routes associated with virtual tunnel interfaces from On hold to Needs testing.
Feb 7 2019, 11:38 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
syncer assigned T311: DHCP: set client-hostname via CLI to hagbard.
Feb 7 2019, 11:37 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
syncer reassigned T305: loadbalancing does not work with one pppoe connection and another connection of either dhcp or static from masterit to dmbaturin.
Feb 7 2019, 11:35 PM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta, test
syncer reassigned T173: Static routes ignored with DHCP received gateway from dmbaturin to zsdc.
Feb 7 2019, 11:34 PM · VyOS 1.2 Crux (VyOS 1.2.0-GA)
syncer changed the status of T922: OSPF - Process Crash after peer reboot from Open to Needs testing.

Can you retest on the latest rolling and see if that repeats?

Feb 7 2019, 11:33 PM · VyOS 1.3 Equuleus (1.3.6)
zsdc changed the status of T1227: rip PW can't be set at interface config from Open to Confirmed.

Bug confirmed. The problem is in FRRouting CLI (FRRouting 7.1-dev).
Will see what we can do with this.

Feb 7 2019, 8:05 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
zsdc added a comment to T1158: Route-Map configuration dropped updating rc11 to epa2.

Hello, @MrXermon!
We can't reproduce this bug. Maybe, there are some other errors, which can affect route-maps?
If you have the old configuration, can you check update procedure with an update to 1.2.0-LTS and current rolling?

Feb 7 2019, 5:45 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
zsdc added a comment to T1140: Policy Route Not Work.

Hello, @rizkidtn!
Is any problems still exist with your configuration or we can close this issue?

Feb 7 2019, 5:27 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
zsdc added a comment to T1094: vyos 1.2 rc 10 stuck on "Started bpfilter" when rebooting.

Hello, @dongjunbo!
Can you check behavior with new versions? If the problem still exist show us an example of such big configuration, or at least count of objects and their types in this config.

Feb 7 2019, 4:43 PM · Invalid
zsdc added a comment to T1187: Command show log vpn display wrong information .

Hello, @bjtangseng!
Can you recheck this with fresh versions? Seems that in 1.2.0-LTS and rolling everything is OK. Also, if there is no VPN logs at all (for example, VPN is not configured), you can see output like in first message and then this will be not a issue.

Feb 7 2019, 4:40 PM · VyOS-1.2.0-GA
zsdc added a comment to T1044: Dead loop on virtual device.

Hello, @TrueTechy!
As I understand, this situation can exist only if interface is in down state? Can you check this behavior with fresh VyOS version?

Feb 7 2019, 4:32 PM · VyOS 1.3 Equuleus (1.3.7), test
jmlccdmd added a comment to T1153: VyOS 1.2.0RC10, RAID-1, fresh install, unable to save config.

The system is a Supermicro SYS-5018D-FN8T with 2 x 240G Intel SSDs and 16G of RAM.

Feb 7 2019, 4:21 AM · VyOS 1.3 Equuleus (1.3.0-epa1), test

Feb 6 2019

kroy added a comment to T1153: VyOS 1.2.0RC10, RAID-1, fresh install, unable to save config.

Can you describe the system and disks involved?

Feb 6 2019, 9:08 PM · VyOS 1.3 Equuleus (1.3.0-epa1), test
jmlccdmd added a comment to T1153: VyOS 1.2.0RC10, RAID-1, fresh install, unable to save config.

There must be something missing in the initrd image or something like that.

Feb 6 2019, 8:56 PM · VyOS 1.3 Equuleus (1.3.0-epa1), test
jmlccdmd added a comment to T1153: VyOS 1.2.0RC10, RAID-1, fresh install, unable to save config.

No, neither fixed it.

Feb 6 2019, 7:20 PM · VyOS 1.3 Equuleus (1.3.0-epa1), test
kroy added a comment to T1153: VyOS 1.2.0RC10, RAID-1, fresh install, unable to save config.

@jmlccdmd See the fix in T1120. Does changing the rootdelay to something longer fix it for you? Or turning off acpi as suggested?

Feb 6 2019, 6:57 PM · VyOS 1.3 Equuleus (1.3.0-epa1), test
jmlccdmd added a comment to T1153: VyOS 1.2.0RC10, RAID-1, fresh install, unable to save config.

I booted sys-rescue-cd 6.0 in EFI mode from usb stick.

Feb 6 2019, 6:52 PM · VyOS 1.3 Equuleus (1.3.0-epa1), test
jmlccdmd added a comment to T1153: VyOS 1.2.0RC10, RAID-1, fresh install, unable to save config.

Hi Syncer,

Feb 6 2019, 4:24 PM · VyOS 1.3 Equuleus (1.3.0-epa1), test
Unknown Object (User) added a comment to T1067: VXLAN support improvements.

I would consider adding EVPN support via FRR as soon as kernel support for the inter working between vxlan and bridge interfaces is more fleshed out. Maybe I should create a new task for that.

Feb 6 2019, 10:39 AM · VyOS 1.2 Crux (VyOS 1.2.1)

Feb 5 2019

syncer changed the status of T1094: vyos 1.2 rc 10 stuck on "Started bpfilter" when rebooting from Open to Needs testing.
Feb 5 2019, 3:06 PM · Invalid
syncer edited projects for T1014: Mellanox cards, problem with interrupts, added: VyOS 1.3 Equuleus; removed VyOS 1.2 Crux (VyOS 1.2.0-EPA3).
Feb 5 2019, 2:31 PM · VyOS 1.3 Equuleus (1.3.7), test
syncer edited projects for T1017: 1.2.0-rc7 duplex auto (autogenerated config) setting not accepted, added: VyOS 1.3 Equuleus; removed VyOS 1.2 Crux (VyOS 1.2.0-EPA3).
Feb 5 2019, 2:29 PM · VyOS-1.2.0-GA
syncer edited projects for T1020: OSPF Stops distributing default route after a while, added: VyOS 1.3 Equuleus; removed VyOS 1.2 Crux (VyOS 1.2.0-EPA3).
Feb 5 2019, 2:28 PM · VyOS 1.2 Crux (VyOS 1.2.5)
syncer lowered the priority of T1030: Upgrade ddclient from 3.8.2 to 3.9.0 (support Cloudflare API v4) from Normal to Low.
Feb 5 2019, 2:28 PM · VyOS 1.2 Crux (VyOS 1.2.4)
syncer changed the status of T1037: BGP exchanged prefixes are shown as inactive from Open to Needs testing.
Feb 5 2019, 2:27 PM · Invalid
syncer triaged T1210: About IKEv2 IPSec VPN remote access as Low priority.
Feb 5 2019, 2:24 PM · VyOS 1.4 Sagitta