Page MenuHomeVyOS Platform
Feed Search

Mar 25 2020

thomas-mangin added a comment to T2158: Commit fails if ethernet interface doesn't support flow control (pause).

let me try to put a quick patch for you.

Mar 25 2020, 7:06 PM · VyOS 1.3 Equuleus (1.3.0)
thomas-mangin added a comment to T2158: Commit fails if ethernet interface doesn't support flow control (pause).

we can fix it in two ways: undo the commit which check the return code of the program, hiding the issue and add a first BIG PRINT warning stage or find the root cause and fix it (harder).

Mar 25 2020, 7:04 PM · VyOS 1.3 Equuleus (1.3.0)
c-po changed the status of T2162: migration script for router-advert sets link-mtu 0 on bridge interfaces from Open to In progress.
Mar 25 2020, 7:02 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T2162: migration script for router-advert sets link-mtu 0 on bridge interfaces.

Can you send me your previous config.boot file prior of the upgrade? I'm happy to take a look

Mar 25 2020, 7:01 PM · VyOS 1.3 Equuleus (1.3.0)
c-po assigned T2158: Commit fails if ethernet interface doesn't support flow control (pause) to thomas-mangin.
Mar 25 2020, 6:59 PM · VyOS 1.3 Equuleus (1.3.0)
c-po updated subscribers of T2158: Commit fails if ethernet interface doesn't support flow control (pause).

Please add r8169 as well. The config failed to load at boot after upgrading to latest rolling because of this error. The script should check if the interface supports pause and silently continue if it doesn't, otherwise maintaining a list of all pause-unsupported interfaces is going to be next to impossible. I suspect a lot more of them don't.

Mar 25 2020, 6:59 PM · VyOS 1.3 Equuleus (1.3.0)
jjakob added a comment to T2158: Commit fails if ethernet interface doesn't support flow control (pause).

I'll open a new task for it.

Mar 25 2020, 6:55 PM · VyOS 1.3 Equuleus (1.3.0)
natecarlson added a comment to T2158: Commit fails if ethernet interface doesn't support flow control (pause).

Oh, I see my changes were already pulled in, missed that!

Mar 25 2020, 6:30 PM · VyOS 1.3 Equuleus (1.3.0)
jjakob closed T2148: openvpn: setting "server client" config without "server client ip" results in ValueError: '' does not appear to be an IPv4 or IPv6 address as Resolved.
Mar 25 2020, 5:48 PM · VyOS 1.3 Equuleus (1.3.0)
jjakob added a comment to T2158: Commit fails if ethernet interface doesn't support flow control (pause).

I suspect the driver blacklist won't be enough for a lot of users. A lot of very common ethernet cards don't support setting pause frames.

Mar 25 2020, 5:31 PM · VyOS 1.3 Equuleus (1.3.0)
natecarlson added a comment to T2158: Commit fails if ethernet interface doesn't support flow control (pause).
In T2158#56542, @jjakob wrote:

Please add r8169 as well. The config failed to load at boot after upgrading to latest rolling because of this error. The script should check if the interface supports pause and silently continue if it doesn't, otherwise maintaining a list of all pause-unsupported interfaces is going to be next to impossible. I suspect a lot more of them don't.

Mar 25 2020, 5:29 PM · VyOS 1.3 Equuleus (1.3.0)
jjakob triaged T2162: migration script for router-advert sets link-mtu 0 on bridge interfaces as Urgent! priority.
Mar 25 2020, 5:18 PM · VyOS 1.3 Equuleus (1.3.0)
jjakob added a comment to T2158: Commit fails if ethernet interface doesn't support flow control (pause).

Please add r8169 as well. The config failed to load at boot after upgrading to latest rolling because of this error. The script should check if the interface supports pause and silently continue if it doesn't, otherwise maintaining a list of all pause-unsupported interfaces is going to be next to impossible. I suspect a lot more of them don't.

Mar 25 2020, 5:04 PM · VyOS 1.3 Equuleus (1.3.0)
jjakob closed T1383: Cannot use quotes for openvpn-option --route-up as Invalid.
Mar 25 2020, 4:23 PM · VyOS 1.3 Equuleus (1.3.0)
jjakob added a comment to T1383: Cannot use quotes for openvpn-option --route-up.

Closing, 1.3 has rewritten the perl code from scratch in python, but the functionality should be the same.

Mar 25 2020, 4:22 PM · VyOS 1.3 Equuleus (1.3.0)
jjakob added a comment to T2113: OpenVPN Options error: you cannot use --verify-x509-name with --compat-names or --no-name-remapping.

We could make compat-names a configurable option that defaults to disabled, e.g. "set interfaces openvpn vtunX tls compat-names {no-remapping}"

Mar 25 2020, 4:18 PM · VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project, VyOS 1.3 Equuleus (1.3.7), openvpn
jjakob closed T2146: openvpn: "delete server client" doesn't delete the corresponding ccd configs as Resolved.
Mar 25 2020, 4:11 PM · VyOS 1.3 Equuleus (1.3.0)
jjakob claimed T2148: openvpn: setting "server client" config without "server client ip" results in ValueError: '' does not appear to be an IPv4 or IPv6 address.
Mar 25 2020, 4:10 PM · VyOS 1.3 Equuleus (1.3.0)
jjakob added a comment to T2139: openvpn: allow "dh-file none" to disable DH for ECDH keys.

The implementation mostly works, but still behaves unexpectedly when keys don't have a BEGIN EC PRIVATE KEY or BEGIN RSA PRIVATE KEY, but have just a plain BEGIN PRIVATE KEY, which is valid for both EC and RSA (and is the default output format for openssl ec -out, for example when removing a passphrase from the key). We need to switch to checking the key type by actually trying to read it with openssl and checking its error status.

Mar 25 2020, 4:04 PM · VyOS 1.3 Equuleus (1.3.5)
jestabro updated the task description for T2157: Organize service https listen-address/listen-port/server-name under 'virtual-host' node.
Mar 25 2020, 3:37 PM · VyOS 1.3 Equuleus (1.3.0)
maznu added a comment to T1894: FRR config not loaded after daemons segfault or restart.

I'm not expecting a persisted-across-reboots FRR config — hence suggesting tmpfs — so when the system boots there is nothing there. Obviously something would need to create the (empty) FRR config files in tmpfs before running FRR, otherwise I expect all the FRR daemons will fail to start.

Mar 25 2020, 3:34 PM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta
elbandi created T2161: snmpd cannot start if ipv6 disabled.
Mar 25 2020, 10:06 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
Merijn added a comment to T1894: FRR config not loaded after daemons segfault or restart.

A router reboot last week reminded me to never to write mem in vtysh (but after looking it was automatic bij me :( )
The router booted with the configuration in FRR already loaded, and then Vyos tried to populate FRR based on the Vyos configuration and everything was broken :-)
It didn't help that the configuration i saved in FRR was a couple of months old.

Mar 25 2020, 9:42 AM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta
maznu added a comment to T1894: FRR config not loaded after daemons segfault or restart.

We've seen this recently on bleeding-edge (yesterday's version) of 1.3. I'm currently investigating what tripped ospf6d, but I suspect it's going to be some Ubiquiti routers spewing their nasty OSPFv3 implementation.

Mar 25 2020, 9:25 AM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta

Mar 24 2020

jestabro triaged T2160: Allow restricting HTTP API to specific virtual hosts as Normal priority.
Mar 24 2020, 8:47 PM · VyOS 1.3 Equuleus (1.3.0)
pasik added a comment to T2158: Commit fails if ethernet interface doesn't support flow control (pause).

ok, thanks! I can test on xen aswell, when the fix is in 1.3/rolling.

Mar 24 2020, 8:43 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T2158: Commit fails if ethernet interface doesn't support flow control (pause).

This fix is for 1.3 rolling only and should not be a problem on 1.2 as long as users do not explicitly set speed/duplex.

Mar 24 2020, 8:38 PM · VyOS 1.3 Equuleus (1.3.0)
pasik added a comment to T2158: Commit fails if ethernet interface doesn't support flow control (pause).

does this also affect vyos 1.2, or only 1.3/rolling?

Mar 24 2020, 8:37 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro closed T2157: Organize service https listen-address/listen-port/server-name under 'virtual-host' node as Resolved.
Mar 24 2020, 8:36 PM · VyOS 1.3 Equuleus (1.3.0)
natecarlson created T2158: Commit fails if ethernet interface doesn't support flow control (pause).
Mar 24 2020, 7:39 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro changed the status of T2157: Organize service https listen-address/listen-port/server-name under 'virtual-host' node from Open to In progress.
Mar 24 2020, 7:26 PM · VyOS 1.3 Equuleus (1.3.0)
jjakob claimed T2146: openvpn: "delete server client" doesn't delete the corresponding ccd configs.
Mar 24 2020, 7:26 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T1831: Denest IPv6 router-advert from Interfaces to general service from Need Triage to In Progress on the VyOS 1.3 Equuleus board.
Mar 24 2020, 7:20 PM · VyOS 1.3 Equuleus (1.3.0)
c-po reopened T1831: Denest IPv6 router-advert from Interfaces to general service as "Needs testing".
Mar 24 2020, 7:20 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T1831: Denest IPv6 router-advert from Interfaces to general service as Resolved.
Mar 24 2020, 7:20 PM · VyOS 1.3 Equuleus (1.3.0)
c-po changed the status of T1831: Denest IPv6 router-advert from Interfaces to general service from On hold to Needs testing.
Mar 24 2020, 6:53 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard changed the status of T1845: syslog host no longer accepts a port from Unknown Status to Resolved.
Mar 24 2020, 5:52 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard closed T2125: show interfaces wireguard wg0 - doesn't work as Wontfix.

The code should be in the op-mode script rather than the class.But the PR was merged in, so I suppose it's ok.

Mar 24 2020, 3:39 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T2141: Static ARP is not applied on boot.
Mar 24 2020, 3:05 PM · VyOS 1.3 Equuleus (1.3.0)
c-po renamed T1831: Denest IPv6 router-advert from Interfaces to general service from FRR: implementation ipv6 RAs via FRR to Denest IPv6 router-advert from Interfaces to general service.
Mar 24 2020, 1:56 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) reassigned T2156: PIM op-mode commands from Unknown Object (User) to Viacheslav.
Mar 24 2020, 1:49 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) changed the status of T2156: PIM op-mode commands from Open to In progress.
Mar 24 2020, 1:48 PM · VyOS 1.3 Equuleus (1.3.0)
syncer reassigned T1729: PIM (Protocol Independent Multicast) implementation from Viacheslav to Unknown Object (User).
Mar 24 2020, 1:43 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
syncer reassigned T1729: PIM (Protocol Independent Multicast) implementation from Unknown Object (User) to Viacheslav.
Mar 24 2020, 1:40 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
Viacheslav added a comment to T1729: PIM (Protocol Independent Multicast) implementation.
Mar 24 2020, 1:29 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
zsdc moved T1490: BGP configuration (is lost|not applied) when updating 1.1.8 -> 1.2.1 from Need Triage to Backport Candidates on the VyOS 1.3 Equuleus board.
Mar 24 2020, 12:37 PM · VyOS 1.2 Crux (VyOS 1.2.5)
zsdc closed T1490: BGP configuration (is lost|not applied) when updating 1.1.8 -> 1.2.1 as Unknown Status.
Mar 24 2020, 12:35 PM · VyOS 1.2 Crux (VyOS 1.2.5)
elbandi added a comment to T2133: ipv6 disable not working.

https://github.com/vyos/vyos-1x/pull/263
https://github.com/vyos/vyatta-cfg-system/pull/121

Mar 24 2020, 12:32 PM
zsdc changed the status of T2116: Processing configuration via Cloud-init User-Data from In progress to Needs testing.
Mar 24 2020, 12:08 PM · VyOS 1.3 Equuleus (1.3.6)
Unknown Object (User) changed the status of T1729: PIM (Protocol Independent Multicast) implementation from Open to In progress.
Mar 24 2020, 7:37 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)

Mar 23 2020

kroy added a comment to T2125: show interfaces wireguard wg0 - doesn't work .

PR262 should fix that last one @alien

Mar 23 2020, 8:27 PM · VyOS 1.3 Equuleus (1.3.0)
thomas-mangin added a comment to T2014: Use vendor specific NTP Pool hostname.

I believe your default settings are not bad as, in our case, we are part of the ntp pool and our kit will use our own NTP servers :-)

Mar 23 2020, 7:47 PM · VyOS 1.3 Equuleus (1.3.5)
paszczus added a comment to T75: NetFlow have impact on performance.

Hello,
It's been a long time since the last comment.
Are there any real plans to add NETFLOW module to the next version (rolling release) ?
@mickvav Are you still using VyOS and this module? Would you be able to send me a version for 4.19.112-amd64-vyos ?

Mar 23 2020, 7:12 PM · VyOS 1.5 Circinus (1.5-stream-2025-Q3), VyOS Rolling
c-po added a comment to T2151: wireless: can't delete interface present in config but not present in system.

Deletion should be possible with tomorrows rolling release.

Mar 23 2020, 6:57 PM · VyOS 1.3 Equuleus (1.3.0)
kroy claimed T2153: traceroute circular reference.

PR260 should fix this

Mar 23 2020, 3:05 PM · VyOS 1.3 Equuleus (1.3.0)
kroy created T2153: traceroute circular reference.
Mar 23 2020, 3:03 PM · VyOS 1.3 Equuleus (1.3.0)
kroy moved T2152: ddclient has bug which prevents use_web from being used from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Mar 23 2020, 2:53 PM · VyOS 1.3 Equuleus (1.3.0)
kroy updated the task description for T2152: ddclient has bug which prevents use_web from being used.
Mar 23 2020, 2:50 PM · VyOS 1.3 Equuleus (1.3.0)
kroy claimed T2152: ddclient has bug which prevents use_web from being used.

PR259 fixes this

Mar 23 2020, 2:50 PM · VyOS 1.3 Equuleus (1.3.0)
kroy created T2152: ddclient has bug which prevents use_web from being used.
Mar 23 2020, 2:47 PM · VyOS 1.3 Equuleus (1.3.0)
alien added a comment to T2125: show interfaces wireguard wg0 - doesn't work .

Another bug:

Mar 23 2020, 7:24 AM · VyOS 1.3 Equuleus (1.3.0)
vindenesen added a comment to T2125: show interfaces wireguard wg0 - doesn't work .

Same issue for me (1.3-rolling-202003221506). I needed to add this to the script "/usr/lib/python3/dist-packages/vyos/ifconfig/wireguard.py":

Mar 23 2020, 6:31 AM · VyOS 1.3 Equuleus (1.3.0)

Mar 22 2020

dmbaturin closed T1884: Keeping VRRP transition-script native behaviour and adding stop-script as Resolved.
Mar 22 2020, 10:29 PM · VyOS 1.2 Crux (VyOS 1.2.5)
syncer closed T1020: OSPF Stops distributing default route after a while as Resolved.

@wornet-mwo in 1.2.5 and rolling

Mar 22 2020, 3:26 PM · VyOS 1.2 Crux (VyOS 1.2.5)
syncer added a project to T1020: OSPF Stops distributing default route after a while: VyOS 1.2 Crux (VyOS 1.2.5).
Mar 22 2020, 3:26 PM · VyOS 1.2 Crux (VyOS 1.2.5)
kroy added a comment to T1020: OSPF Stops distributing default route after a while.

Can confirm that this can be closed now.

Mar 22 2020, 3:25 PM · VyOS 1.2 Crux (VyOS 1.2.5)
Unknown Object (User) updated subscribers of T1884: Keeping VRRP transition-script native behaviour and adding stop-script.

@dmbaturin can you look 2 PR for implement option with ignore old transaction-script states?
https://github.com/vyos/vyos-1x/pull/255
https://github.com/vyos/vyos-replace/pull/7
Can we add this in 1.2.6?

Mar 22 2020, 2:55 PM · VyOS 1.2 Crux (VyOS 1.2.5)
c-po changed the status of T2151: wireless: can't delete interface present in config but not present in system from Open to In progress.
Mar 22 2020, 12:52 PM · VyOS 1.3 Equuleus (1.3.0)
jjakob created T2151: wireless: can't delete interface present in config but not present in system.
Mar 22 2020, 12:29 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T1192: Wlan regression between 1.2.0-rc11 and rolling as Invalid.
Mar 22 2020, 12:16 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po added a comment to T1192: Wlan regression between 1.2.0-rc11 and rolling.

Thanks for testing @jjakob

Mar 22 2020, 12:16 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
jjakob added a comment to T1192: Wlan regression between 1.2.0-rc11 and rolling.

Couldn't reproduce in 1.3-rolling-20200319

Mar 22 2020, 12:10 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po closed T2150: SSTP ssl certificates can only be stored in /config/user-data/sstp as Resolved.
Mar 22 2020, 10:47 AM · VyOS 1.3 Equuleus (1.3.0)
c-po changed the status of T2150: SSTP ssl certificates can only be stored in /config/user-data/sstp from Open to In progress.
Mar 22 2020, 8:58 AM · VyOS 1.3 Equuleus (1.3.0)
c-po created T2150: SSTP ssl certificates can only be stored in /config/user-data/sstp.
Mar 22 2020, 8:57 AM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T476: Update the base system to Debian 10 (Buster) as Resolved.
Mar 22 2020, 8:54 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po moved T476: Update the base system to Debian 10 (Buster) from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Mar 22 2020, 8:54 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po moved T533: Support for PPPoE MTU greater than 1492 from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Mar 22 2020, 8:54 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po moved T1132: Build on Debian Buster from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Mar 22 2020, 8:54 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po moved T1331: DNS stops working from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Mar 22 2020, 8:54 AM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T1432: Implement config write API for Python from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Mar 22 2020, 8:54 AM · VyOS 1.2 Crux (VyOS 1.2.3)
c-po moved T1572: Wireguard keyPair per interface from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Mar 22 2020, 8:54 AM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T1703: Macvlan PPPoE support from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Mar 22 2020, 8:54 AM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T1760: RADIUS shared secret is not redacted from "show configuration" op mode command from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Mar 22 2020, 8:54 AM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T1821: "authentication mode radius" has no effect for PPPoE server from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Mar 22 2020, 8:54 AM · VyOS 1.2 Crux (VyOS 1.2.5)
c-po moved T1954: Having `system login radius` configured causes exponentially long boot times from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Mar 22 2020, 8:54 AM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2008: Adjustment of SSTP CLI to be more consistent to the rest of VyOS from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Mar 22 2020, 8:53 AM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2007: SSTP accepts client MTU up to 16384 bytes from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Mar 22 2020, 8:53 AM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2006: SSTP RADIUS CLI accepts invalid values from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Mar 22 2020, 8:53 AM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2074: VyOS docker container: Cannot configure ethernet interface from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Mar 22 2020, 8:53 AM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2119: Error on boot when removing ethernet interface from VM from In Progress to Finished on the VyOS 1.3 Equuleus board.
Mar 22 2020, 8:53 AM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T1870: Extend Pipeline scripts to support PullRequests from In Progress to Finished on the VyOS 1.3 Equuleus board.
Mar 22 2020, 8:53 AM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T1431: Implement an HTTP API for config reading and modification from In Progress to Finished on the VyOS 1.3 Equuleus board.
Mar 22 2020, 8:53 AM · VyOS 1.2 Crux (VyOS 1.2.3)
c-po moved T1990: Migrate "system login" to XML/Python representation from In Progress to Finished on the VyOS 1.3 Equuleus board.
Mar 22 2020, 8:53 AM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2072: Shell autocomplete of option (config node) with quoted value doesn't work from In Progress to Finished on the VyOS 1.3 Equuleus board.
Mar 22 2020, 8:52 AM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T31: Add VRF support from In Progress to Finished on the VyOS 1.3 Equuleus board.
Mar 22 2020, 8:52 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po moved T2109: Ping by name broken in VyOS 1.3-rolling-202003080217 from In Progress to Finished on the VyOS 1.3 Equuleus board.
Mar 22 2020, 8:52 AM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2098: Wrong call to cli-shell-api in generated op-mode templates for path completion helper from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Mar 22 2020, 8:52 AM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2111: VRF add route leaking support from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Mar 22 2020, 8:52 AM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T2107: Wireless interfaces do not work in station mode without security from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Mar 22 2020, 8:52 AM · VyOS 1.3 Equuleus (1.3.0)