Page MenuHomeVyOS Platform
Feed Advanced Search

Sep 21 2020

jack9603301 updated the task description for T2898: Support NDP proxy.
Sep 21 2020, 6:41 AM · VyOS 1.4 Sagitta
jack9603301 updated the task description for T2898: Support NDP proxy.
Sep 21 2020, 5:58 AM · VyOS 1.4 Sagitta
jack9603301 updated the task description for T2898: Support NDP proxy.
Sep 21 2020, 5:58 AM · VyOS 1.4 Sagitta

Sep 20 2020

jack9603301 added a comment to T2898: Support NDP proxy.

@c-po If I want to be an interface-ethernet.xml.in Add custom configuration actions (such as proxy NDP) with certain extensibility (its configuration can be extended in other places). What should I do?

Sep 20 2020, 3:19 AM · VyOS 1.4 Sagitta
Cheeze_It added a comment to T2898: Support NDP proxy.

@Cheeze_It

I also take into account the specific situation of the ndp proxy, the configuration of this link prompts, the configuration format of the ndp proxy is like this.

https://manpages.debian.org/buster/ndppd/ndppd.conf.5.en.html

Sep 20 2020, 12:22 AM · VyOS 1.4 Sagitta

Sep 19 2020

jack9603301 moved T2898: Support NDP proxy from Need Triage to In Progress on the VyOS 1.3 Equuleus board.
Sep 19 2020, 6:12 PM · VyOS 1.4 Sagitta
jack9603301 added a comment to T2898: Support NDP proxy.

I also take into account the specific situation of the ndp proxy, the configuration of this link prompts, the configuration format of the ndp proxy is like this.

Sep 19 2020, 6:06 PM · VyOS 1.4 Sagitta
jack9603301 updated the task description for T2898: Support NDP proxy.
Sep 19 2020, 5:51 PM · VyOS 1.4 Sagitta
jack9603301 updated the task description for T2898: Support NDP proxy.
Sep 19 2020, 5:51 PM · VyOS 1.4 Sagitta
jack9603301 added a comment to T2898: Support NDP proxy.

No arp proxy option is found in the configuration path, ndp proxy can manage multiple address rules under one interface

vyos@vyos# set interfaces ethernet eth0 ip 
Possible completions:
   arp-cache-timeout
                ARP cache entry timeout in seconds
   disable-arp-filter
                Disable ARP filter on this interface
   enable-arp-accept
                Enable ARP accept on this interface
   enable-arp-announce
                Enable ARP announce on this interface
   enable-arp-ignore
                Enable ARP ignore on this interface
   enable-proxy-arp
                Enable proxy-arp on this interface
 > ospf         Open Shortest Path First (OSPF) parameters
   proxy-arp-pvlan
                Enable private VLAN proxy ARP on this interface
 > rip          Routing Information Protocol (RIP)
   source-validation
                Policy for source validation by reversed path, as specified in RFC3704
Sep 19 2020, 5:46 PM · VyOS 1.4 Sagitta
jack9603301 added a comment to T2898: Support NDP proxy.

Although I intended to think that it is easier to write scripts under the protocol, but from an intuitive point of view, it seems that this path is also a good choice (users can use the same command line as the arp proxy to configure) I have written it A sample, then only need to decide how to modify the cli

Sep 19 2020, 5:24 PM · VyOS 1.4 Sagitta
jack9603301 added a comment to T2898: Support NDP proxy.

set interfaces ethernet eth0 ip proxy-arp

The more suitable position may be set protocol ndp-proxy

I...really would like to not put it under "protocols" but to put it under the interface. It's *much* easier and more intuitive to see it under the interface/sub-interface than to see it in its' own stanza under "protocol" node.

Also, I'd argue it would be reasonable to separate ARP proxy and NDP proxy. That way one can pick and choose. Of course ARP proxy can't work without an IP address configured. NDP proxy can't be configured without an IPv6 address configured (those could be used as checks against configuring it on an empty interface).

Sep 19 2020, 5:21 PM · VyOS 1.4 Sagitta
jack9603301 added a comment to T2898: Support NDP proxy.

If possible, give your suggested cli path for my reference

Sep 19 2020, 5:18 PM · VyOS 1.4 Sagitta
Cheeze_It added a comment to T2898: Support NDP proxy.

set interfaces ethernet eth0 ip proxy-arp

The more suitable position may be set protocol ndp-proxy

Sep 19 2020, 5:00 PM · VyOS 1.4 Sagitta
jack9603301 updated the task description for T2898: Support NDP proxy.
Sep 19 2020, 1:34 PM · VyOS 1.4 Sagitta
jack9603301 changed the status of T2898: Support NDP proxy from Open to In progress.
Sep 19 2020, 9:39 AM · VyOS 1.4 Sagitta
jack9603301 updated the task description for T2898: Support NDP proxy.
Sep 19 2020, 7:21 AM · VyOS 1.4 Sagitta
jack9603301 added a comment to T2898: Support NDP proxy.

I can't find how to enable ipv6 connection tracking. Recompiling and modifying the linux kernel switch does not seem to see the module loaded. I think the current nat66 has completed 90%, and only need to implement ndp proxy to make it work normally.

Sep 19 2020, 7:20 AM · VyOS 1.4 Sagitta
jack9603301 added a comment to T2898: Support NDP proxy.

set interfaces ethernet eth0 ip proxy-arp

Sep 19 2020, 7:17 AM · VyOS 1.4 Sagitta
jack9603301 added a comment to T2898: Support NDP proxy.

I think we do need it, we can’t let users manage all IP manually unless we implement stateful NAT66

Sep 19 2020, 7:15 AM · VyOS 1.4 Sagitta
c-po added a comment to T2898: Support NDP proxy.

set interfaces ethernet eth0 ip proxy-arp. Isn‘t the Kernel sysctl interface enough? Do we really need a daemon?

Sep 19 2020, 6:57 AM · VyOS 1.4 Sagitta
jack9603301 triaged T2898: Support NDP proxy as Normal priority.
Sep 19 2020, 6:41 AM · VyOS 1.4 Sagitta
jack9603301 claimed T2898: Support NDP proxy.
Sep 19 2020, 6:40 AM · VyOS 1.4 Sagitta
jack9603301 updated the task description for T2898: Support NDP proxy.
Sep 19 2020, 6:30 AM · VyOS 1.4 Sagitta
jack9603301 added a project to T2898: Support NDP proxy: VyOS 1.2 Crux.
Sep 19 2020, 6:29 AM · VyOS 1.4 Sagitta

Sep 18 2020

Viacheslav created T2895: VPN IPsec "leftsubnet" declared 2 times.
Sep 18 2020, 6:09 PM · VyOS 1.3 Equuleus (1.3.0-epa1)

Sep 16 2020

Viacheslav created T2889: Service SNMP doesn't start after adding new addresses.
Sep 16 2020, 3:13 PM · VyOS 1.2 Crux

Sep 14 2020

syncer renamed T2883: op-mode reset vpn command shows wrong completion from Reset vpn commands show wrong complation to op-mode reset vpn command shows wrong completion.
Sep 14 2020, 9:37 PM · VyOS 1.2 Crux
Unknown Object (User) created T2883: op-mode reset vpn command shows wrong completion.
Sep 14 2020, 9:13 PM · VyOS 1.2 Crux

Sep 8 2020

zsdc added a comment to T2310: vyos-cloud-init use global config to configure pass and ssh login.

This feature now is in the Cloud-init for 1.3 and must be backported after testing.

Sep 8 2020, 4:40 PM · VyOS 1.2 Crux (VyOS 1.2.7)
zsdc added a comment to T2703: VMWare OVA won't deploy an ed25519 key.

@kroy how about testing this in 1.3? It must work now.

Sep 8 2020, 4:34 PM · VyOS 1.2 Crux

Sep 3 2020

c-po added a comment to T2852: rename dynamic dns interface breaks ddclient.cache permissions.

Tested with:

set service dns dynamic interface eth0.203 service custom host-name 'test.vyos.net'
set service dns dynamic interface eth0.203 service custom login 'vyos'
set service dns dynamic interface eth0.203 service custom password 'vyos'
set service dns dynamic interface eth0.203 service custom protocol 'dyndns2'
set service dns dynamic interface eth0.203 service custom server 'vyos.io'
Sep 3 2020, 8:16 PM · VyOS 1.2 Crux (VyOS 1.2.6)
c-po closed T2852: rename dynamic dns interface breaks ddclient.cache permissions as Resolved.
Sep 3 2020, 8:15 PM · VyOS 1.2 Crux (VyOS 1.2.6)
c-po added a comment to T2852: rename dynamic dns interface breaks ddclient.cache permissions.

This also happens on service deletion

Sep 3 2020, 6:16 PM · VyOS 1.2 Crux (VyOS 1.2.6)

Sep 2 2020

Merijn closed T2214: BGP peers dropping randomly as Resolved.
Sep 2 2020, 7:52 AM · VyOS 1.2 Crux
Merijn closed T2378: BGPD crash in Vyos 1.2.5 as Invalid.
Sep 2 2020, 7:38 AM · VyOS 1.2 Crux
Merijn added a comment to T2378: BGPD crash in Vyos 1.2.5.

@Viacheslav it happened yesterday again but the stack trace was different. This time it was complaining that BGPD did not respond and the frr watch process tried to restart it, which of course did not help the situation.
I will continue to monitor but i think we can close this issue and wait for more details when it happens again.

Sep 2 2020, 7:38 AM · VyOS 1.2 Crux

Sep 1 2020

masterit created T2852: rename dynamic dns interface breaks ddclient.cache permissions.
Sep 1 2020, 11:55 PM · VyOS 1.2 Crux (VyOS 1.2.6)

Aug 31 2020

marekm added a comment to T2820: BGP crash in if_destroy_via_zapi.

Even with customers routes redistributed by OSPF instead of iBGP, it has just crashed again:

Aug 31 2020, 2:28 PM · VyOS 1.2 Crux
marekm added a comment to T2820: BGP crash in if_destroy_via_zapi.

I tried unit-cache earlier but it seems to have issues too - I've seen duplicate routes if the same client (all have static IP assigned by RADIUS based on username) connects to a different PPPoE server and the old route is not removed, as if the cached (not removed) PPPoE interfaces were not seen as removed in FRR. But I haven't investigated this in more detail as it's a production setup, can't experiment too much on live customers.
I'm considering if I could go back to redistributing PPPoE customers /32 routes in OSPF instead of iBGP - it has been that way for a few years (using MikroTik, before moving to VyOS), but I've recently changed it following "BGP Best Current Practices" http://www.bgp4all.com.au/pfs/_media/workshops/05-bgp-bcp.pdf which recommends using OSPF only for infrastructure, not customers - seems logical to me as BGP was designed for much larger routing tables (all of the Internet), but perhaps OSPF is still good enough for just a few hundreds of customers.

Aug 31 2020, 9:00 AM · VyOS 1.2 Crux
Unknown Object (User) added a comment to T2820: BGP crash in if_destroy_via_zapi.

Hello @marekm, I think [ppp]unit-cache=n might help in this case, but the main issue in FRR. Do you want a package for the test with these improvements?

unit-cache=n
By default is disabled: unit-cache=0
Aug 31 2020, 8:12 AM · VyOS 1.2 Crux

Aug 30 2020

hagbard triaged T2835: "show system-integrity" reports lots of wrong timestamp packages with v1.2.6-epa1 as Normal priority.
Aug 30 2020, 3:12 PM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.2 Crux
hagbard added a project to T2835: "show system-integrity" reports lots of wrong timestamp packages with v1.2.6-epa1: VyOS 1.3 Equuleus.
Aug 30 2020, 3:10 PM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.2 Crux
marekm added a comment to T2820: BGP crash in if_destroy_via_zapi.

I've just had two different routers (one bare metal and one VM) crash roughly at the same time, triggered by many PPPoE sessions disconnecting at the same time due to a short power failure (routers itself had power all the time, but power was interrupted for about a minute to a switch on the network between the routers and PPPoE clients). Stack traces are very similar (absolute addresses differ, but the same functions and offsets in them). And again, each time watchfrr restarted bgpd but it was not working until reboot. No problems so far with two other BGP routers running a similar configu but without any dynamic interfaces (only OSPF and BGP, no PPPoE servers).

Aug 30 2020, 1:44 PM · VyOS 1.2 Crux

Aug 28 2020

hagbard added a comment to T2835: "show system-integrity" reports lots of wrong timestamp packages with v1.2.6-epa1.

It looks like that the build process messed it up, it did create the version file at the beginning of the build, not at the end. After the file usr/share/vyos/version.json was create, pkg installations took place a few minutes alter, that's why everything in the image is newer than the version file, therefore the command output is absolutely correct. I'll check if I can find out what went wrong during the build, since it appears that only 1.2.6 is affected.

Aug 28 2020, 4:54 PM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.2 Crux
hagbard added a comment to T2835: "show system-integrity" reports lots of wrong timestamp packages with v1.2.6-epa1.
Aug 28 2020, 4:48 PM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.2 Crux
marekm added a comment to T2820: BGP crash in if_destroy_via_zapi.
Aug 28 2020, 10:10 AM · VyOS 1.2 Crux
Viacheslav added a comment to T2820: BGP crash in if_destroy_via_zapi.

@marekm
Can you check your BGP configuration if "router-id" is declared?
Also, what is with interface names?

ppp-lot29
ppp-jmg22
ppp-rol81
ppp-rod8

Do you use scripts with renaming? How to reproduce it?

Aug 28 2020, 9:28 AM · VyOS 1.2 Crux
hagbard added a comment to T2835: "show system-integrity" reports lots of wrong timestamp packages with v1.2.6-epa1.

/usr/libexec/vyos/op_mode/version.py:
Built on: Thu 13 Aug 2020 11:57 UTC

Aug 28 2020, 2:44 AM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.2 Crux
hagbard changed the status of T2835: "show system-integrity" reports lots of wrong timestamp packages with v1.2.6-epa1 from Confirmed to In progress.
Aug 28 2020, 2:29 AM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.2 Crux
hagbard added a comment to T2835: "show system-integrity" reports lots of wrong timestamp packages with v1.2.6-epa1.

Happens also when just using the booted image without install. Investigating.

Aug 28 2020, 2:26 AM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.2 Crux
hagbard changed the status of T2835: "show system-integrity" reports lots of wrong timestamp packages with v1.2.6-epa1 from Open to Confirmed.
Aug 28 2020, 2:26 AM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.2 Crux
hagbard claimed T2835: "show system-integrity" reports lots of wrong timestamp packages with v1.2.6-epa1.
Aug 28 2020, 2:18 AM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.2 Crux
tjh updated the task description for T2835: "show system-integrity" reports lots of wrong timestamp packages with v1.2.6-epa1.
Aug 28 2020, 1:10 AM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.2 Crux
tjh created T2835: "show system-integrity" reports lots of wrong timestamp packages with v1.2.6-epa1.
Aug 28 2020, 1:09 AM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.2 Crux

Aug 27 2020

marekm changed Version from 1.2.5 to 1.2.6-epa1 on T2820: BGP crash in if_destroy_via_zapi.
Aug 27 2020, 6:21 PM · VyOS 1.2 Crux
marekm added a comment to T2820: BGP crash in if_destroy_via_zapi.

It crashed again after 5 days in 1.2.6-epa1, in the same function, also when a dynamic PPPoE interface was deleted.
It happens less frequently after the former customers who repeatedly failed authentication have been physically disconnected.
Again, BGP no longer works after watchfrr has restarted the bgpd process. All works again after reboot.

Aug 27 2020, 6:20 PM · VyOS 1.2 Crux

Aug 26 2020

olofl added a comment to T2824: VPN tunnel is marked as up, even though vti0 is down..

Is probably fixed in https://phabricator.vyos.net/T1291 according to cpo on slack

Aug 26 2020, 1:55 PM · VyOS 1.2 Crux

Aug 25 2020

cpedro created T2827: Unable to add multiple NetFlow server destinations.
Aug 25 2020, 6:47 PM · VyOS 1.2 Crux
olofl created T2824: VPN tunnel is marked as up, even though vti0 is down..
Aug 25 2020, 7:02 AM · VyOS 1.2 Crux

Aug 22 2020

marekm added a comment to T2820: BGP crash in if_destroy_via_zapi.

Maybe related - https://github.com/FRRouting/frr/issues/6439

Aug 22 2020, 2:50 PM · VyOS 1.2 Crux
marekm created T2820: BGP crash in if_destroy_via_zapi.
Aug 22 2020, 2:21 PM · VyOS 1.2 Crux

Aug 20 2020

dmbaturin added a parent task for T2606: ikev2 mobike commit failed : T2816: Rewrite IPsec scripts with the new XML/Python approach.
Aug 20 2020, 3:40 PM · VyOS 1.2 Crux
mafiosa added a watcher for VyOS 1.2 Crux: mafiosa.
Aug 20 2020, 10:43 AM

Aug 19 2020

Unknown Object (User) added a comment to T2809: An issue with config migration (system ntp server).

This happens only when in config before migration exists nodes system 'ntp' without other params.

Aug 19 2020, 7:30 AM · VyOS 1.2 Crux (VyOS 1.2.8)

Aug 18 2020

Unknown Object (User) created T2809: An issue with config migration (system ntp server).
Aug 18 2020, 8:56 PM · VyOS 1.2 Crux (VyOS 1.2.8)

Aug 16 2020

c-po closed T2090: Deleting 'service salt-minion' causes python TypeError as Resolved.
Aug 16 2020, 7:02 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux

Aug 14 2020

c-po created T2793: compare + TAB completion does not show proper username if user contains _.
Aug 14 2020, 5:56 AM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.2 Crux (VyOS 1.2.9)

Aug 13 2020

dongjunbo added a project to T2789: Install vyos 1.2.5 release version can not format disk: VyOS 1.2 Crux.
Aug 13 2020, 4:40 AM · VyOS 1.2 Crux

Aug 12 2020

Viacheslav changed the status of T2573: BFD op-mode commands are broken from Open to Needs testing.
Aug 12 2020, 8:23 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux

Aug 11 2020

Viacheslav added a comment to T2090: Deleting 'service salt-minion' causes python TypeError.

Fixed int the latest rolling, VyOS 1.3-rolling-202008110118

Aug 11 2020, 6:09 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux

Aug 8 2020

Unknown Object (User) closed T2716: Shaper-HFSC shapes but does not control latency correctly as Resolved.

I am giving up with HFSC. I have been studying it for a long time, I have tested it in many different ways, without VyOS too. The only thing I have found is that this is is not a problem of VyOS.

Aug 8 2020, 3:12 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux

Aug 3 2020

c-po moved T2329: Show remote config openvpn from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Aug 3 2020, 3:32 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux
c-po created T2757: "show system image version" contains additional new-line character breaking output.
Aug 3 2020, 2:03 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)

Jul 31 2020

zsdc changed the status of T2703: VMWare OVA won't deploy an ed25519 key from Open to In progress.
Jul 31 2020, 2:25 PM · VyOS 1.2 Crux

Jul 30 2020

thomas-mangin added a comment to T2214: BGP peers dropping randomly.

related to T1699

Jul 30 2020, 3:08 PM · VyOS 1.2 Crux
Viacheslav added a comment to T2378: BGPD crash in Vyos 1.2.5.

@Merijn Have such problems been repeated?

Jul 30 2020, 10:05 AM · VyOS 1.2 Crux

Jul 29 2020

SrividyaA closed T2598: Error when commiting firewall groups as Invalid.

The issue did not reproduce neither in 1.2.5 nor in 1.3 version.
Try in the new release and re-open the ticket if any new information appeared.

Jul 29 2020, 5:37 PM · VyOS 1.2 Crux
Viacheslav added a comment to T2598: Error when commiting firewall groups.

@olofl I can't confirm this bug int the 1.2.5 LTS version.

Jul 29 2020, 5:16 PM · VyOS 1.2 Crux
Viacheslav added a comment to T2606: ikev2 mobike commit failed .

I can't confirm this bug.

vyos@vyos# set vpn ipsec ike-group IKEv2_DEFAULT mobike disable 
[edit]
vyos@vyos# commit
[edit]
vyos@vyos# run show version 
Version:          VyOS 1.2.5
Built by:         Sentrium S.L.
Built on:         Sun 12 Apr 2020 15:18 UTC
Build UUID:       1695c660-d785-4b16-a54b-66d6a02ea24f
Build Commit ID:  48cc9fc46569e6
Jul 29 2020, 5:06 PM · VyOS 1.2 Crux

Jul 24 2020

Unknown Object (User) added a comment to T2716: Shaper-HFSC shapes but does not control latency correctly.

I thought the problem could be related to VyOS, but now I have found the same behavior when using directly tc hfsc.

Jul 24 2020, 7:42 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux

Jul 23 2020

zsdc added a parent task for T2703: VMWare OVA won't deploy an ed25519 key: T2726: Allow to use all supported SSH key types in Cloud-init.
Jul 23 2020, 6:07 PM · VyOS 1.2 Crux

Jul 21 2020

Viacheslav added a comment to T2556: "show interfaces vrrp" does not return any interface.

show interfaces vrrp

Jul 21 2020, 3:27 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
SrividyaA added a comment to T2598: Error when commiting firewall groups.

I have tried the above scenario in the VyOS 1.3-rolling-202007200117 which is the latest version and the issue did not reproduce. So I would request you to try in the latest version and share your feedback.

Jul 21 2020, 2:23 PM · VyOS 1.2 Crux

Jul 20 2020

Unknown Object (User) claimed T2716: Shaper-HFSC shapes but does not control latency correctly.
Jul 20 2020, 11:14 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux
Unknown Object (User) created T2716: Shaper-HFSC shapes but does not control latency correctly.
Jul 20 2020, 11:12 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux

Jul 14 2020

zsdc assigned T2598: Error when commiting firewall groups to SrividyaA.
Jul 14 2020, 6:22 PM · VyOS 1.2 Crux
kroy created T2703: VMWare OVA won't deploy an ed25519 key.
Jul 14 2020, 12:45 AM · VyOS 1.2 Crux

Jul 13 2020

kroy created T2702: Broken completion error displayed for passwords in 1.2.5.
Jul 13 2020, 7:41 PM · VyOS 1.2 Crux
zsdc changed the status of T2701: `vpn ipsec pfs enable` doesn't work with IKE groups from Open to In progress.

https://github.com/vyos/vyatta-cfg-vpn/pull/34

Jul 13 2020, 4:13 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
Viacheslav created T2701: `vpn ipsec pfs enable` doesn't work with IKE groups.
Jul 13 2020, 12:51 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)

Jul 12 2020

Unknown Object (User) updated the task description for T2700: Redirecting traffic from PPPoE interface to IFB fails.
Jul 12 2020, 6:17 PM · VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project
Unknown Object (User) created T2700: Redirecting traffic from PPPoE interface to IFB fails.
Jul 12 2020, 4:33 PM · VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project

Jul 11 2020

linuxgemini closed T2698: Current vyos-build for crux does not include wireguard.ko as Resolved.

Can confirm that the image now contains wireguard.ko.

Jul 11 2020, 11:05 PM · VyOS 1.2 Crux
linuxgemini added a comment to T2698: Current vyos-build for crux does not include wireguard.ko.

Understood, will re-check and close the report once confirmed.

Jul 11 2020, 9:55 PM · VyOS 1.2 Crux
c-po added a comment to T2698: Current vyos-build for crux does not include wireguard.ko.

@linuxgemini we do not support DKMS.

Jul 11 2020, 9:03 PM · VyOS 1.2 Crux
c-po changed the status of T2698: Current vyos-build for crux does not include wireguard.ko from Open to In progress.
Jul 11 2020, 5:59 PM · VyOS 1.2 Crux
linuxgemini added a comment to T2698: Current vyos-build for crux does not include wireguard.ko.

Did a rebuild and found the silent error:

Jul 11 2020, 2:31 PM · VyOS 1.2 Crux
linuxgemini added a comment to T2698: Current vyos-build for crux does not include wireguard.ko.

While I was checking my old build, I have seen this on /live/filesystem.packages:

Jul 11 2020, 12:56 PM · VyOS 1.2 Crux
linuxgemini created T2698: Current vyos-build for crux does not include wireguard.ko.
Jul 11 2020, 11:15 AM · VyOS 1.2 Crux