Page MenuHomeVyOS Platform
Feed Search

Jun 27 2019

hagbard claimed T1495: accel-ppp: IPoE implement IPv6 PD.
Jun 27 2019, 5:29 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard created T1495: accel-ppp: IPoE implement IPv6 PD.
Jun 27 2019, 5:28 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard claimed T1494: accel-ppp: IPoE update documentation.
Jun 27 2019, 5:28 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard created T1494: accel-ppp: IPoE update documentation.
Jun 27 2019, 5:27 PM · VyOS 1.3 Equuleus (1.3.0)
dienac updated the task description for T1489: Add vlan_mon usage at Accel.
Jun 27 2019, 1:31 PM · VyOS 1.3 Equuleus (1.3.0), vyos-pppoe-server
SteveP added a comment to T1066: Missing NICs.

Just booted vyos-1.2.0-rolling+201906230337-amd64.iso (4.19.52) and it does not work so that narrows it down a bit more. Either 4.19.53 or 4.19.54. Or were there any other changes to VyOS between June 23 and June 27 (other than the kernel) that could have fixed it?

Jun 27 2019, 9:59 AM · VyOS 1.2 Crux (VyOS 1.2.1)
SteveP added a comment to T1066: Missing NICs.

Hi c-po,

Jun 27 2019, 9:20 AM · VyOS 1.2 Crux (VyOS 1.2.1)
Asteroza added a comment to T1443: New "service https" implementation.

Just to confirm, HTTP proxy in this context being nginx being a reverse proxy frontend for GUI and API HTTP servers, likely living on localhost bindings, right?

Jun 27 2019, 7:34 AM · VyOS 1.2 Crux (VyOS 1.2.3)
csalcedo added a comment to T1392: Large firewall rulesets cause the system to lose configuration and crash at startup.

I have upgraded a couple of clusters to 1.2.0-rolling+201906240337 and systems started successfully, and I also applied the hotfix indicated in thel pull request (https://github.com/vyos/vyatta-cfg-system/pull/102/files) to several productive clusters by just adding "/interfaces" to $VYATTACFG variable with the same successful results, so I can confirm that the fix provided by @mtudosoiu works great.

Jun 27 2019, 5:57 AM · VyOS 1.2 Crux (VyOS 1.2.5)

Jun 26 2019

jjakob added a comment to T1416: 2 dhcp server run in failover mode can't sync hostname with each other.
In T1416#38821, @zsdc wrote:

I have checked behavior in 4.3.5 and 4.4.1 versions. The information about hostname is still not synced from primary to secondary.

I wonder if this was even ever a working feature. Perhaps check the source of isc-dhcp.

As I see from the information in the Debian bug report, it is about the other bug - when hostname not rewritten after offering lease. From the ISC-DHCP changelog:

This corrects an issue where leases that were offered but ignored retained the client hostname from the original client.

Also, I have found another one problem - there is no trigger in the failover mechanism to run external commands, which are using for hostname updates. This means that, even if hostname would be synced via failover, this will be not enough for updating information inside the hosts.

Therefore, due to lack of functionality inside the ISC-DHCP syncing hostnames inside the hosts file via DHCP failover is currently impossible in the VyOS.

Yeah, I'd mark this not-a-bug. Update the documentation to mention hosts file update with failover doesn't maintain consistent state between failover servers.

Jun 26 2019, 11:37 PM · VyOS 1.2 Crux (VyOS 1.2.5)
hagbard added a comment to T989: Add support for IPoE server.

All done so far, still need to do the show service commands and verify() to check the values before trying to write the config. But other than that it's working well.

Jun 26 2019, 10:35 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
zsdc reopened T1416: 2 dhcp server run in failover mode can't sync hostname with each other as "Blocked".

I have checked behavior in 4.3.5 and 4.4.1 versions. The information about hostname is still not synced from primary to secondary.
As I see from the information in the Debian bug report, it is about the other bug - when hostname not rewritten after offering lease. From the ISC-DHCP changelog:

Jun 26 2019, 7:57 PM · VyOS 1.2 Crux (VyOS 1.2.5)
jjakob moved T1439: DHCPv6 static-mappings not working due to excess quotes around dhcp6.client-id from Finished to Need Triage on the VyOS 1.3 Equuleus board.
Jun 26 2019, 12:33 PM · VyOS 1.2 Crux (VyOS 1.2.3)
jjakob added a comment to T1439: DHCPv6 static-mappings not working due to excess quotes around dhcp6.client-id.

Since this changed dhcp6.client-id to only accept colon-separated hex lists, configs that still have the strings will fail to apply, leading to nonworking configs.
Should we bump the dhcp-server vyatta-config-version and write a migration script?
Shouldn't there be a separate dhcpv6-server/relay vyatta-config-version? Perhaps the migration script could add those.

Jun 26 2019, 12:31 PM · VyOS 1.2 Crux (VyOS 1.2.3)
dongjunbo updated subscribers of T1416: 2 dhcp server run in failover mode can't sync hostname with each other.
Jun 26 2019, 9:05 AM · VyOS 1.2 Crux (VyOS 1.2.5)
dongjunbo added a comment to T1416: 2 dhcp server run in failover mode can't sync hostname with each other.
In T1416#38770, @jjakob wrote:

I think this is https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810971
Fixed in isc-dhcp 4.3.4-1 so pulling in newer isc-dhcp should fix it.

@dongjunbo I don't understand the question. If you mean hostname and IP sync for DHCP leases, then yes, it should already do that via failover (except for hostname sync, which should work but doesn't due to this bug). Vyos uses isc-dhcp, so whatever it supports can be done in vyos (read isc-dhcp version 4.3.1 documentation).

As for the show statistics bug, please open a separate task and provide some more info (most useful would be /config/dhcpd.leases so we can test the code locally).
I think show_dhcp.py could do with some overhaul in the spirit of my recent show_dhcpv6.py additions, with better handling of different lease states etc.

Jun 26 2019, 9:04 AM · VyOS 1.2 Crux (VyOS 1.2.5)

Jun 25 2019

hagbard added a comment to T989: Add support for IPoE server.

local auth successfully tested and started to implement. nouth can be set as an option too. radius still needs to be tested, but is always has a higher priority than any other authentication module. Shaper will be the last item implemented before it is going to be released to the rolling images, after that community can test.

Jun 25 2019, 10:30 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
hagbard claimed T1489: Add vlan_mon usage at Accel.
Jun 25 2019, 10:10 PM · VyOS 1.3 Equuleus (1.3.0), vyos-pppoe-server
c-po changed the status of T1183: BFD Support via FRR from Open to Needs testing.
Jun 25 2019, 5:06 PM · VyOS 1.2 Crux (VyOS 1.2.4)
c-po added a comment to T1483: Can not redistribute routes via OSPFv3 on a WireGuard link.

@zx2c4 thanks for clarification. But why does OSPFv2 work as it uses multicast too if I remember correctly.

Jun 25 2019, 5:02 PM · Rejected
jjakob added a comment to T1416: 2 dhcp server run in failover mode can't sync hostname with each other.

I think this is https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810971
Fixed in isc-dhcp 4.3.4-1 so pulling in newer isc-dhcp should fix it.

Jun 25 2019, 11:36 AM · VyOS 1.2 Crux (VyOS 1.2.5)
zx2c4 added a comment to T1483: Can not redistribute routes via OSPFv3 on a WireGuard link.

Yes. It explicitly doesn't do it.

Jun 25 2019, 10:15 AM · Rejected
syncer updated subscribers of T1483: Can not redistribute routes via OSPFv3 on a WireGuard link.

@zx2c4 any known limitations around multicast in WG?

Jun 25 2019, 9:28 AM · Rejected
dongjunbo added a comment to T1416: 2 dhcp server run in failover mode can't sync hostname with each other.

Another request: Is that easy to may host-update sync hostname and ip address with 2 vyos ?

Jun 25 2019, 8:26 AM · VyOS 1.2 Crux (VyOS 1.2.5)
dongjunbo added a comment to T1416: 2 dhcp server run in failover mode can't sync hostname with each other.
In T1416#38611, @zsdc wrote:

Hello, @dongjunbo!
Have you tried current rolling releases to check if leases information view work correctly now?

Seem like static counting still not right

Jun 25 2019, 8:02 AM · VyOS 1.2 Crux (VyOS 1.2.5)
dmbaturin added a comment to T1320: Instructions to build libvyosconfig multiplatform.

This hasn't been possible because it links to vyconf, which makes a UNIX cultural assumption. However, I'm moving the tree handling modules and the parsers into a reusable library that can be used by both vyconf and libvyosconfig, and custom applications as well. Then it should be possible.

Jun 25 2019, 7:15 AM
dongjunbo added a comment to T1416: 2 dhcp server run in failover mode can't sync hostname with each other.

display dhcp lease should works, right?
How about dhcp work in failover mode. Should 2 dhcp server got hostname and sync match of hostname and ip address in 2 vyos ?

Jun 25 2019, 7:14 AM · VyOS 1.2 Crux (VyOS 1.2.5)

Jun 24 2019

hagbard added a comment to T989: Add support for IPoE server.

Authentication is still missing, but so far is a well working prototype. DHCP relay is going to be implemented next as well as radius before I have a look into local auth.

Jun 24 2019, 10:41 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
jjakob created T1487: DNS (pdns_recursor) stats logs not saved to disk in the S1 VyOS Public space.
Jun 24 2019, 9:58 PM · VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project
c-po closed T1484: OSPF md5 key not removed in strip-private as Resolved.
Jun 24 2019, 9:26 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po moved T1484: OSPF md5 key not removed in strip-private from Needs Triage to Finished on the VyOS 1.2 Crux (VyOS 1.2.2) board.
Jun 24 2019, 9:26 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po edited projects for T1484: OSPF md5 key not removed in strip-private, added: VyOS 1.2 Crux (VyOS 1.2.2); removed VyOS 1.2 Crux.
Jun 24 2019, 9:26 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po moved T1484: OSPF md5 key not removed in strip-private from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Jun 24 2019, 9:26 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po claimed T1484: OSPF md5 key not removed in strip-private.
Jun 24 2019, 9:19 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po triaged T1484: OSPF md5 key not removed in strip-private as Normal priority.
Jun 24 2019, 6:30 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po added a project to T1483: Can not redistribute routes via OSPFv3 on a WireGuard link: VyOS 1.3 Equuleus.
Jun 24 2019, 6:29 PM · Rejected
jjakob moved T1439: DHCPv6 static-mappings not working due to excess quotes around dhcp6.client-id from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Jun 24 2019, 6:24 PM · VyOS 1.2 Crux (VyOS 1.2.3)
jjakob closed T1439: DHCPv6 static-mappings not working due to excess quotes around dhcp6.client-id as Unknown Status.
Jun 24 2019, 6:23 PM · VyOS 1.2 Crux (VyOS 1.2.3)
c-po moved T1447: Python subprocess called without import in host_name.py from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Jun 24 2019, 6:15 PM · VyOS 1.2 Crux (VyOS 1.2.4)
c-po moved T1412: equuleus: buster: vyos-netplug is not installable and breaks live-build from In Progress to Finished on the VyOS 1.3 Equuleus board.
Jun 24 2019, 6:15 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T1267: FRR: Add interface name for static routes from In Progress to Finished on the VyOS 1.3 Equuleus board.
Jun 24 2019, 6:15 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T1377: BGP Weight Not properly applying from In Progress to Finished on the VyOS 1.3 Equuleus board.
Jun 24 2019, 6:15 PM · VyOS 1.2 Crux (VyOS 1.2.3)
c-po moved T1413: equuleus: buster: vyos-xe-guest-utilities is not installable and breaks live-build from In Progress to Finished on the VyOS 1.3 Equuleus board.
Jun 24 2019, 6:15 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T1482: Add OpenVPN SHA384 hashing algorithm from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Jun 24 2019, 6:15 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T1482: Add OpenVPN SHA384 hashing algorithm as Resolved.
Jun 24 2019, 6:15 PM · VyOS 1.3 Equuleus (1.3.0)
c-po created T1482: Add OpenVPN SHA384 hashing algorithm.
Jun 24 2019, 6:14 PM · VyOS 1.3 Equuleus (1.3.0)
jjakob updated the task description for T1481: When deleting and re-adding a configuration node with the same value, exit and save still say configuration has been modified.
Jun 24 2019, 6:07 PM
jjakob created T1481: When deleting and re-adding a configuration node with the same value, exit and save still say configuration has been modified in the S1 VyOS Public space.
Jun 24 2019, 6:06 PM
hagbard placed T1452: accel-pppoe - add vendor option to shaper up for grabs.
Jun 24 2019, 6:04 PM · VyOS 1.2 Crux (VyOS 1.2.5)
c-po triaged T1421: OpenVPN client push-route stopped working, needs added quotes to fix as Normal priority.
Jun 24 2019, 6:01 PM · VyOS 1.2 Crux (VyOS 1.2.4)
c-po moved T1421: OpenVPN client push-route stopped working, needs added quotes to fix from Need Triage to Backlog on the VyOS 1.2 Crux board.
Jun 24 2019, 6:01 PM · VyOS 1.2 Crux (VyOS 1.2.4)
c-po moved T1421: OpenVPN client push-route stopped working, needs added quotes to fix from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Jun 24 2019, 6:01 PM · VyOS 1.2 Crux (VyOS 1.2.4)
c-po closed T1421: OpenVPN client push-route stopped working, needs added quotes to fix as Unknown Status.
Jun 24 2019, 6:00 PM · VyOS 1.2 Crux (VyOS 1.2.4)
zsdc changed the status of T1392: Large firewall rulesets cause the system to lose configuration and crash at startup from Open to Needs testing.

Provided configuration from the first message was successfully loaded in 1.2.0-rolling+201906240337.
@csalcedo, could you test new rolling to check if the problem is solved for you too?

Jun 24 2019, 5:50 PM · VyOS 1.2 Crux (VyOS 1.2.5)
hagbard added a project to T1452: accel-pppoe - add vendor option to shaper : VyOS 1.2 Crux (VyOS 1.2.2).
Jun 24 2019, 5:28 PM · VyOS 1.2 Crux (VyOS 1.2.5)
hagbard changed the status of T1452: accel-pppoe - add vendor option to shaper from Resolved to Unknown Status.
Jun 24 2019, 5:28 PM · VyOS 1.2 Crux (VyOS 1.2.5)
zsdc added a comment to T1416: 2 dhcp server run in failover mode can't sync hostname with each other.

Hello, @dongjunbo!
Have you tried current rolling releases to check if leases information view work correctly now?

Jun 24 2019, 3:24 PM · VyOS 1.2 Crux (VyOS 1.2.5)
zsdc added a comment to T1350: VRRP transition script will be executed once only.

As I see, from current VyOS scripts, keepalived restart only at router startup or if all VRRP groups were deleted. In case of configuration change we use reload, which is correct.
This means that we get nothing from the keeping state in case of the restart - there is no sense to keep states of deleted groups, and we have nothing to keep at first startup.

Jun 24 2019, 3:02 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
jjakob added a comment to T1470: improve output of "show dhcpv6 server leases".

https://github.com/vyos/vyos-1x/pull/77
tested working on rolling (current)

Jun 24 2019, 12:13 AM · VyOS 1.2 Crux (VyOS 1.2.4)

Jun 23 2019

c-po added a comment to T1477: Intel i40evf fails to load - unknown symbol.
[  131.476053] i40evf: Intel(R) 40-10 Gigabit Virtual Function Network Driver - version 3.6.15
[  131.476055] Copyright(c) 2013 - 2018 Intel Corporation.
Jun 23 2019, 7:05 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po moved T1183: BFD Support via FRR from Need Triage to In Progress on the VyOS 1.3 Equuleus board.
Jun 23 2019, 5:53 PM · VyOS 1.2 Crux (VyOS 1.2.4)
c-po changed the status of T1471: Wireguard interfaces have no firewall subtree from Unknown Status to Resolved.
Jun 23 2019, 5:53 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po moved T1471: Wireguard interfaces have no firewall subtree from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Jun 23 2019, 5:53 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po changed the status of T1464: FRR: Set explicit OSPFv3 network type for specified interface from Unknown Status to Resolved.
Jun 23 2019, 5:51 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po moved T1464: FRR: Set explicit OSPFv3 network type for specified interface from Needs Triage to Finished on the VyOS 1.2 Crux (VyOS 1.2.2) board.
Jun 23 2019, 5:51 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po edited projects for T1464: FRR: Set explicit OSPFv3 network type for specified interface, added: VyOS 1.2 Crux (VyOS 1.2.2); removed VyOS 1.2 Crux.
Jun 23 2019, 5:51 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po closed T1477: Intel i40evf fails to load - unknown symbol, a subtask of T1473: Update Kernel from 4.19.52 to 4.19.54, as Resolved.
Jun 23 2019, 5:49 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po closed T1477: Intel i40evf fails to load - unknown symbol as Resolved.
Jun 23 2019, 5:49 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po moved T1477: Intel i40evf fails to load - unknown symbol from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Jun 23 2019, 5:49 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po added a project to T1474: Update WireGuard to 0.0.20190601: VyOS 1.2 Crux (VyOS 1.2.2).
Jun 23 2019, 5:46 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po moved T1202: Add `hvinfo` to the packages directory from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Jun 23 2019, 5:46 PM · VyOS 1.3 Equuleus (1.3.0-epa1), vyos-build
c-po moved T1408: pppoe-server - implement local-ipv6 for pure IPv6 based deployments from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Jun 23 2019, 5:46 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T1394: syslog systemd and host_name.py race condition from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Jun 23 2019, 5:46 PM · VyOS 1.2 Crux (VyOS 1.2.4)
c-po moved T1455: Update Intel i40e driver to 2.9.21 from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Jun 23 2019, 5:46 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po moved T1475: Enable Kernel Data Center Bridging (CONFIG_DCB) support from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Jun 23 2019, 5:46 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po moved T1476: Update PowerDNS recursor to 4.2 series from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Jun 23 2019, 5:46 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a project to T1475: Enable Kernel Data Center Bridging (CONFIG_DCB) support: VyOS 1.2 Crux (VyOS 1.2.2).
Jun 23 2019, 5:45 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po added a project to T1455: Update Intel i40e driver to 2.9.21: VyOS 1.2 Crux (VyOS 1.2.2).
Jun 23 2019, 5:45 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po added a project to T1473: Update Kernel from 4.19.52 to 4.19.54: VyOS 1.2 Crux (VyOS 1.2.2).
Jun 23 2019, 5:45 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po added a project to T1477: Intel i40evf fails to load - unknown symbol: VyOS 1.2 Crux (VyOS 1.2.2).
Jun 23 2019, 5:45 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po closed T1476: Update PowerDNS recursor to 4.2 series, a subtask of T1331: DNS stops working, as Resolved.
Jun 23 2019, 5:04 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T1476: Update PowerDNS recursor to 4.2 series as Resolved.
Jun 23 2019, 5:04 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T1476: Update PowerDNS recursor to 4.2 series.
vyos@vyos# dpkg -l | grep pdns
ii  pdns-recursor                    4.2.0~rc1-1pdns.jessie           amd64        PowerDNS Recursor
Jun 23 2019, 5:03 PM · VyOS 1.3 Equuleus (1.3.0)
c-po claimed T1477: Intel i40evf fails to load - unknown symbol.
Jun 23 2019, 4:57 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po created T1477: Intel i40evf fails to load - unknown symbol.
Jun 23 2019, 4:57 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po closed T1455: Update Intel i40e driver to 2.9.21, a subtask of T1473: Update Kernel from 4.19.52 to 4.19.54, as Resolved.
Jun 23 2019, 4:56 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po closed T1455: Update Intel i40e driver to 2.9.21 as Resolved.
Jun 23 2019, 4:56 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po added a comment to T1455: Update Intel i40e driver to 2.9.21.
[   82.439572] i40e: loading out-of-tree module taints kernel.
[   82.446562] i40e: Intel(R) 40-10 Gigabit Ethernet Connection Network Driver - version 2.9.21
[   82.446564] i40e: Copyright(c) 2013 - 2019 Intel Corporation.
Jun 23 2019, 4:51 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po updated the task description for T1476: Update PowerDNS recursor to 4.2 series.
Jun 23 2019, 4:32 PM · VyOS 1.3 Equuleus (1.3.0)
c-po claimed T1476: Update PowerDNS recursor to 4.2 series.
Jun 23 2019, 4:01 PM · VyOS 1.3 Equuleus (1.3.0)
c-po created T1476: Update PowerDNS recursor to 4.2 series.
Jun 23 2019, 4:01 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T1331: DNS stops working.

It‘s a known bug on powerDNS and should be fixed in 4.2 release

Jun 23 2019, 3:57 PM · VyOS 1.3 Equuleus (1.3.0)
jjakob added a comment to T1331: DNS stops working.

Still present on 1.2.0-rolling+20190616
Some domains were still working normally while most returned SERVFAIL.

Jun 23 2019, 1:38 PM · VyOS 1.3 Equuleus (1.3.0)
c-po updated the task description for T1475: Enable Kernel Data Center Bridging (CONFIG_DCB) support.
Jun 23 2019, 12:16 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po closed T1475: Enable Kernel Data Center Bridging (CONFIG_DCB) support, a subtask of T1455: Update Intel i40e driver to 2.9.21, as Resolved.
Jun 23 2019, 12:15 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po closed T1475: Enable Kernel Data Center Bridging (CONFIG_DCB) support as Resolved.
Jun 23 2019, 12:15 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po created T1475: Enable Kernel Data Center Bridging (CONFIG_DCB) support.
Jun 23 2019, 12:14 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po closed T1473: Update Kernel from 4.19.52 to 4.19.54 as Resolved.
Jun 23 2019, 11:14 AM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po moved T1473: Update Kernel from 4.19.52 to 4.19.54 from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Jun 23 2019, 11:14 AM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po moved T1474: Update WireGuard to 0.0.20190601 from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Jun 23 2019, 11:14 AM · VyOS 1.2 Crux (VyOS 1.2.2)