Page MenuHomeVyOS Platform
Feed Search

Sep 9 2020

Unknown Object (User) reopened T2036: Open Connect VPN Server () support as "In progress".

As discussed in the maintainer's slack channel will be good to replace CLI commands from set vpn anyconnect to set vpn openconnect. But in our docs we should use anyconnect-compatible server.

Sep 9 2020, 6:42 AM · VyOS 1.3 Equuleus (1.3.0)

Sep 8 2020

Unknown Object (User) changed the status of T2810: Docs for vpn anyconnect-server, a subtask of T2036: Open Connect VPN Server () support, from Open to In progress.
Sep 8 2020, 3:27 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) changed the status of T2810: Docs for vpn anyconnect-server from Open to In progress.
Sep 8 2020, 3:27 PM · VyOS 1.3 Equuleus (1.3.0), Restricted Project
Unknown Object (User) added a comment to T2810: Docs for vpn anyconnect-server.

PR from @ronie https://github.com/vyos/vyos-documentation/pull/317

Sep 8 2020, 3:27 PM · VyOS 1.3 Equuleus (1.3.0), Restricted Project

Sep 7 2020

Unknown Object (User) added a comment to T2853: Intel QAT acceleration does not work.

Intel QAT works for CRUX brunch. As for rolling with the newest kernel 5.8.5, it seems some issues on the modules building stage.

Sep 7 2020, 6:47 AM · VyOS 1.2 Crux (VyOS 1.2.6)

Sep 6 2020

Unknown Object (User) added a comment to T2853: Intel QAT acceleration does not work.

From official docs

Screenshot 2020-09-06 at 18.27.58.png (388×680 px, 77 KB)

Sep 6 2020, 3:28 PM · VyOS 1.2 Crux (VyOS 1.2.6)
Unknown Object (User) added a comment to T2853: Intel QAT acceleration does not work.

@c-po I build qat manually but add --enable-qat-lkcf to https://github.com/vyos/vyos-build/blob/crux/packages/linux-kernel/build-intel-qat.sh#L55 and it seems it works

vyos@R2-QAT:~$ show system acceleration qat device qat_dev0 flows 
+------------------------------------------------+
| FW Statistics for Qat Device                   |
+------------------------------------------------+
| Firmware Requests [AE  0]:              147225 |
| Firmware Responses[AE  0]:              147225 |
+------------------------------------------------+
| Firmware Requests [AE  1]:              113758 |
| Firmware Responses[AE  1]:              113758 |
+------------------------------------------------+
| Firmware Requests [AE  2]:              144886 |
| Firmware Responses[AE  2]:              144886 |
+------------------------------------------------+
| Firmware Requests [AE  3]:              147221 |
| Firmware Responses[AE  3]:              147221 |
+------------------------------------------------+
| Firmware Requests [AE  4]:              113774 |
| Firmware Responses[AE  4]:              113774 |
+------------------------------------------------+
| Firmware Requests [AE  5]:              144891 |
| Firmware Responses[AE  5]:              144891 |
+------------------------------------------------+
Sep 6 2020, 3:25 PM · VyOS 1.2 Crux (VyOS 1.2.6)
Unknown Object (User) closed T2860: Update Accel-PPP to fix l2tp CVE as Resolved.

Tested on 1.3-rolling-202009060846

Sep 6 2020, 10:00 AM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) changed the status of T2860: Update Accel-PPP to fix l2tp CVE from Open to Needs testing.

PR https://github.com/vyos/vyos-build/pull/124

Sep 6 2020, 7:41 AM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) created T2860: Update Accel-PPP to fix l2tp CVE.
Sep 6 2020, 7:34 AM · VyOS 1.3 Equuleus (1.3.0)

Sep 3 2020

Unknown Object (User) added a project to T2853: Intel QAT acceleration does not work: VyOS 1.2 Crux (VyOS 1.2.6).
Sep 3 2020, 5:07 AM · VyOS 1.2 Crux (VyOS 1.2.6)

Sep 2 2020

Unknown Object (User) assigned T2853: Intel QAT acceleration does not work to c-po.
Sep 2 2020, 4:54 PM · VyOS 1.2 Crux (VyOS 1.2.6)
Unknown Object (User) created T2853: Intel QAT acceleration does not work.
Sep 2 2020, 4:54 PM · VyOS 1.2 Crux (VyOS 1.2.6)

Sep 1 2020

Unknown Object (User) added a comment to T291: support for Predictable Network Interface Names.

@maznu but it seems really odd behavior, I mean message settled in 121 sec. failed!
121 sec - equal to 121 interfaces when the router is first booted. But if in config already present hw-id, it should be faster then 0 sec.
Will be interesting to reproduce this in our lab. Also will be helpful if you provide sudo dmesg output.

Sep 1 2020, 7:04 AM

Aug 31 2020

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

Unknown Object (User) added a comment to T291: support for Predictable Network Interface Names.

I tested this in LAB and it seems works properly. Changing interface name for eth1 and eth2

vyos@vyos# delete interfaces ethernet eth1 hw-id 
[edit]
vyos@vyos# delete interfaces ethernet eth2 hw-id 
[edit]
vyos@vyos# set interfaces ethernet eth1 hw-id 50:01:00:02:00:02
[edit]
vyos@vyos# set interfaces ethernet eth2 hw-id 50:01:00:02:00:01
[edit]
vyos@vyos# commit
[edit]
vyos@vyos# save 
Saving configuration to '/config/config.boot'...
Done
[edit]
vyos@vyos# run reboot now

After reboot

vyos@vyos:~$ sudo ethtool -P eth1
Permanent address: 50:01:00:02:00:02
vyos@vyos:~$ sudo ethtool -P eth2
Permanent address: 50:01:00:02:00:01

@maznu , can you provide next:

show configuration commands | match hw-id
sudo cat /run/udev/log/vyatta-net-name.coldplug
Aug 30 2020, 4:15 AM

Aug 27 2020

Unknown Object (User) committed rVYOSONEX65e643229881: anyconnect: T2812: add basic testing.
Aug 27 2020, 7:15 PM

Aug 26 2020

Unknown Object (User) removed a project from T2333: Increase default sysctl values: VyOS 1.2 Crux (VyOS 1.2.6).
Aug 26 2020, 11:09 AM · VyOS 1.3 Equuleus (1.3.6)

Aug 23 2020

Unknown Object (User) closed T2812: Add basic smoketest for anyconnect, a subtask of T2036: Open Connect VPN Server () support, as Resolved.
Aug 23 2020, 7:11 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) closed T2812: Add basic smoketest for anyconnect as Resolved.

Jenkins output build ID 1015

16:14:06  DEBUG - Running Testcase: /usr/libexec/vyos/tests/smoke/cli/test_vpn_anyconnect.py
16:14:18  DEBUG - .
16:14:18  DEBUG - ----------------------------------------------------------------------
16:14:18  DEBUG - Ran 1 test in 11.085s
16:14:18  DEBUG - 
16:14:18  DEBUG - OK
Aug 23 2020, 7:11 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) closed T2811: Cannot delete vpn anyconnect as Resolved.

Works properly, tested on 1.3-rolling-202008231246

Aug 23 2020, 7:06 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) created T2823: VXLAN has state A/D after configuration.
Aug 23 2020, 6:30 AM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) reassigned T2810: Docs for vpn anyconnect-server from Unknown Object (User) to Unknown Object (User).
Aug 23 2020, 6:21 AM · VyOS 1.3 Equuleus (1.3.0), Restricted Project

Aug 20 2020

Unknown Object (User) created T2818: Add the possibility to passthrough LLDP, LACP, etc..
Aug 20 2020, 8:36 PM
Unknown Object (User) raised the priority of T439: local PBR support from Normal to High.
Aug 20 2020, 10:06 AM · VyOS 1.4 Sagitta

Aug 19 2020

Unknown Object (User) changed the status of T2812: Add basic smoketest for anyconnect, a subtask of T2036: Open Connect VPN Server () support, from Open to In progress.
Aug 19 2020, 11:00 AM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) changed the status of T2812: Add basic smoketest for anyconnect from Open to In progress.
Aug 19 2020, 11:00 AM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) triaged T2812: Add basic smoketest for anyconnect as Wishlist priority.
Aug 19 2020, 11:00 AM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) changed the status of T2811: Cannot delete vpn anyconnect from Open to In progress.
Aug 19 2020, 9:57 AM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) created T2811: Cannot delete vpn anyconnect.
Aug 19 2020, 9:56 AM · VyOS 1.3 Equuleus (1.3.0)
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)
Unknown Object (User) closed T2036: Open Connect VPN Server () support as Resolved.

Works as expected on VyOS 1.3-rolling-202008190118

Aug 19 2020, 4:39 AM · VyOS 1.3 Equuleus (1.3.0)

Aug 18 2020

Unknown Object (User) triaged T2810: Docs for vpn anyconnect-server as Wishlist priority.
Aug 18 2020, 9:47 PM · VyOS 1.3 Equuleus (1.3.0), Restricted Project
Unknown Object (User) changed the status of T2036: Open Connect VPN Server () support from Open to Needs testing.
Aug 18 2020, 9:39 PM · VyOS 1.3 Equuleus (1.3.0)
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)
Unknown Object (User) claimed T2036: Open Connect VPN Server () support.
Aug 18 2020, 7:57 PM · VyOS 1.3 Equuleus (1.3.0)

Aug 14 2020

Unknown Object (User) closed T125: Missing PPPoE interfaces in l2tp configuration as Resolved.

Successfully tested on VyOS 1.2.6-epa1

Aug 14 2020, 6:19 AM · VyOS 1.2 Crux (VyOS 1.2.6)

Aug 13 2020

Unknown Object (User) changed the status of T125: Missing PPPoE interfaces in l2tp configuration from In progress to Needs testing.
Aug 13 2020, 10:07 AM · VyOS 1.2 Crux (VyOS 1.2.6)
Unknown Object (User) changed the status of T125: Missing PPPoE interfaces in l2tp configuration from Open to In progress.
Aug 13 2020, 7:51 AM · VyOS 1.2 Crux (VyOS 1.2.6)
Unknown Object (User) added a comment to T125: Missing PPPoE interfaces in l2tp configuration.

Hi @dongjunbo , could you try the package for 1.2.5 with fixing this issue?

Aug 13 2020, 7:51 AM · VyOS 1.2 Crux (VyOS 1.2.6)

Aug 12 2020

Unknown Object (User) reassigned T366: SNMP Query for BGP Tunnels Returns IPv4 Tunnels Only from Unknown Object (User) to Unknown Object (User).
Aug 12 2020, 7:10 PM · VyOS 1.4 Sagitta

Aug 3 2020

Unknown Object (User) added a comment to T2333: Increase default sysctl values.

The main idea to add some automation logic for calculation:

vyos@vyos# set system sysctl profile 
Possible completions:
   <text>       Sysctl profile
   Profile1     
   Profile2     
   auto

Screenshot 2020-08-03 at 23.16.22.png (509×766 px, 114 KB)

Aug 3 2020, 9:23 PM · VyOS 1.3 Equuleus (1.3.6)
Unknown Object (User) added a comment to T2659: Add fastnetmon (DDoS detection) support.

Hi @jack9603301 , in normal condition all scripts and files should be migrated from /config/ directory on the migration process.

Aug 3 2020, 8:03 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) closed T2517: vyos-container: link_filter: No such file or directory as Resolved.
Aug 3 2020, 8:00 PM · VyOS 1.2 Crux (VyOS 1.2.6)

Jul 30 2020

Unknown Object (User) claimed T2333: Increase default sysctl values.
Jul 30 2020, 2:53 PM · VyOS 1.3 Equuleus (1.3.6)
Unknown Object (User) created T2744: igmp-proxy issue: Address already in use.
Jul 30 2020, 1:31 PM · VyOS 1.3 Equuleus (1.3.0)

Jul 24 2020

Unknown Object (User) closed T2073: ipoe-server: reset op-mode command for sessions as Resolved.
Jul 24 2020, 5:53 AM · VyOS 1.3 Equuleus (1.3.0)

Jul 10 2020

Unknown Object (User) created T2697: MAC-Telnet Support.
Jul 10 2020, 4:59 PM · VyOS Rolling

Jul 5 2020

Unknown Object (User) added a comment to T2659: Add fastnetmon (DDoS detection) support.

Necessary run service with priority for correct starting https://github.com/vyos/vyos-1x/pull/489

Jul 5 2020, 8:16 AM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) changed the status of T2659: Add fastnetmon (DDoS detection) support from Open to Needs testing.
Jul 5 2020, 7:40 AM · VyOS 1.3 Equuleus (1.3.0)

Jul 3 2020

Unknown Object (User) added a comment to T2659: Add fastnetmon (DDoS detection) support.

PR https://github.com/vyos/vyos-1x/pull/487 with changed CLI to service ids ddos-protection.

Jul 3 2020, 8:11 PM · VyOS 1.3 Equuleus (1.3.0)

Jun 29 2020

Unknown Object (User) updated the task description for T2661: SSTP wrong certificates check.
Jun 29 2020, 1:12 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) created T2661: SSTP wrong certificates check.
Jun 29 2020, 1:06 PM · VyOS 1.3 Equuleus (1.3.0)

Jun 27 2020

Unknown Object (User) added a comment to T2659: Add fastnetmon (DDoS detection) support.

Yes, it is possible not only to detect DoS/DDoS and also to make some reactions and run alert script.
Alert script receives next params:

#  $1 client_ip_as_string
#  $2 data_direction
#  $3 pps_as_string
#  $4 action (ban or unban)
Jun 27 2020, 3:32 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) added a comment to T2659: Add fastnetmon (DDoS detection) support.

@jack9603301 can you explain snort perspectives and describe the difference between? Do you have experience with both IDS?

Jun 27 2020, 3:11 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) updated the task description for T2659: Add fastnetmon (DDoS detection) support.
Jun 27 2020, 1:56 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) created T2659: Add fastnetmon (DDoS detection) support.
Jun 27 2020, 1:49 PM · VyOS 1.3 Equuleus (1.3.0)

Jun 24 2020

Unknown Object (User) claimed T2641: Rewrite vpn ipsec OP commands in new style XML syntax.
Jun 24 2020, 4:48 PM · VyOS 1.4 Sagitta
Unknown Object (User) created T2641: Rewrite vpn ipsec OP commands in new style XML syntax.
Jun 24 2020, 4:48 PM · VyOS 1.4 Sagitta

Jun 22 2020

Unknown Object (User) created T2628: Make logs more user friendly..
Jun 22 2020, 2:54 PM · VyOS 1.3 Equuleus (1.3.5)
Unknown Object (User) changed the status of T1773: Make it possible to export config to JSON from Open to In progress.
Jun 22 2020, 10:28 AM · VyOS 1.2 Crux (VyOS 1.2.7)

Jun 21 2020

Unknown Object (User) updated the task description for T2622: Pseudo-ethernet interface config disappears across versions.
Jun 21 2020, 7:09 AM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) created T2622: Pseudo-ethernet interface config disappears across versions.
Jun 21 2020, 7:05 AM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) closed T2299: login radius-server priority as Resolved.

Works as expected, tested on 1.3-rolling-202006201113

Jun 21 2020, 6:18 AM · VyOS 1.3 Equuleus (1.3.0)

Jun 20 2020

Unknown Object (User) updated the task description for T2299: login radius-server priority.
Jun 20 2020, 12:15 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) updated the task description for T2299: login radius-server priority.
Jun 20 2020, 12:14 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) created T2620: Add ipsec peer-name to log to simplifies grepping and troubleshooting.
Jun 20 2020, 7:07 AM · VyOS 1.2 Crux (VyOS 1.2.8)

Jun 18 2020

Unknown Object (User) added a comment to T2614: Add an option to mangle dict keys to vyos.config.get_config_dict().

Can I propose this do as default but keep the possibility redefine replace option?

Jun 18 2020, 7:17 PM · VyOS 1.3 Equuleus (1.3.0)

Jun 17 2020

Unknown Object (User) added a comment to T2299: login radius-server priority.

@c-po Yes, sorry. This is my fault, I forgot that you told me already this.
Done, PR https://github.com/vyos/vyos-1x/pull/464

Jun 17 2020, 7:15 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) changed the status of T2299: login radius-server priority from Open to Needs testing.

Add PR for rolling https://github.com/vyos/vyos-1x/pull/462

Jun 17 2020, 1:26 PM · VyOS 1.3 Equuleus (1.3.0)

Jun 16 2020

Unknown Object (User) added a comment to T2584: pppoe-server NAS-Filter-Rule attribute.

Implementation steps:

  1. Add $INCLUDE dictionary.rfc4849 to /usr/share/accel-ppp/radius/dictionary file
  2. Add required modules for use ip-pre-up/ip-up/ip-down scripts
[modules]
sigchld
pppd_compat

And pppd_compat params

[pppd-compat]
verbose=1
ip-pre-up=/path/to/ip-pre-up 
radattr-prefix=/var/run/radattr
  1. Create ip-pre-up/ip-down script which will get configured firewall names and rules from CLI or supported script

Note: When ip-pre-up return 1 then the session will not start like described in https://tools.ietf.org/html/rfc4849

Jun 16 2020, 7:45 PM · VyOS Rolling
Unknown Object (User) added a comment to T2602: pptp/sstp/l2tp add possibility enable or disable CCP.

Fixed https://github.com/vyos/vyos-1x/pull/460.

Jun 16 2020, 10:21 AM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) added a comment to T2602: pptp/sstp/l2tp add possibility enable or disable CCP.

Does not possible to disable ccp in l2tp

vyos@RTR1# set vpn l2tp remote-access ccp-disable 
[edit]
vyos@RTR1# commit
[ vpn l2tp ]
VyOS had an issue completing a command.
Jun 16 2020, 10:04 AM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) created T2603: pppoe-server: reduce min MTU.
Jun 16 2020, 8:49 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.3)
Unknown Object (User) claimed T2602: pptp/sstp/l2tp add possibility enable or disable CCP.
Jun 16 2020, 8:36 AM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) created T2602: pptp/sstp/l2tp add possibility enable or disable CCP.
Jun 16 2020, 8:36 AM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) changed the status of T2601: pppoe-server: Cannot disable CCP from Open to Needs testing.

PR https://github.com/vyos/vyos-1x/pull/459

Jun 16 2020, 8:29 AM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) claimed T2601: pppoe-server: Cannot disable CCP.
Jun 16 2020, 7:36 AM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) created T2601: pppoe-server: Cannot disable CCP.
Jun 16 2020, 7:36 AM · VyOS 1.3 Equuleus (1.3.0)

Jun 15 2020

Unknown Object (User) added a comment to T2599: "show interfaces" does not list VIF interfaces in ascending order.

I think this is a related task https://phabricator.vyos.net/T2591

Jun 15 2020, 3:30 PM · VyOS 1.3 Equuleus (1.3.0)

Jun 14 2020

Unknown Object (User) added a project to T1729: PIM (Protocol Independent Multicast) implementation: VyOS 1.2 Crux (VyOS 1.2.6).
Jun 14 2020, 8:08 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
Unknown Object (User) added a comment to T1729: PIM (Protocol Independent Multicast) implementation.

Add PR for CRUX.
https://github.com/vyos/vyos-build/pull/107
https://github.com/vyos/vyos-1x/pull/455

Jun 14 2020, 8:07 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)

Jun 13 2020

Unknown Object (User) created T2591: show command has wrong interfaces ordering.
Jun 13 2020, 12:39 PM · VyOS 1.3 Equuleus (1.3.0)

Jun 12 2020

Unknown Object (User) closed T2091: swanctl.conf file is not generated properly if more than one IPsec profile is used as Unknown Status.

Successfully tested on 1.3-rolling-202006120643

Jun 12 2020, 10:00 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
Unknown Object (User) closed T2000: strongSwan does not install routes to table 220 in certain cases as Unknown Status.

Successfully tested on rolling 1.3-rolling-202006120643

Jun 12 2020, 9:50 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)

Jun 11 2020

Unknown Object (User) created T2584: pppoe-server NAS-Filter-Rule attribute.
Jun 11 2020, 11:07 AM · VyOS Rolling

Jun 10 2020

Unknown Object (User) added a comment to T2580: Support for ip pools for ippoe.

ipoe daemon allows us to use this possibility. We need to add CLI commands.
Proposed commands:

set service ipoe-server client-ip-pool name POOL1 subnet 100.64.0.0/24

Radius attribute Framed-Pool.

Jun 10 2020, 8:19 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Unknown Object (User) closed T2565: Cannot connect to l2tp server with radius auth as Resolved.
Jun 10 2020, 8:06 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) closed T2575: pppoe-server: does not possibly assign IP address as Resolved.

Tested on VyOS 1.3-rolling-202006101523
SSTP, L2TP and PPPoE work as expected.
As for pptp, needs to create an additional bug report

Jun 10 2020, 8:05 PM · VyOS 1.3 Equuleus (1.3.0)

Jun 9 2020

Unknown Object (User) changed the status of T2575: pppoe-server: does not possibly assign IP address from Open to In progress.

PR https://github.com/vyos/vyos-1x/pull/448

Jun 9 2020, 8:16 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) claimed T2575: pppoe-server: does not possibly assign IP address.
Jun 9 2020, 2:25 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) created T2575: pppoe-server: does not possibly assign IP address.
Jun 9 2020, 2:25 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) added a comment to T2567: accel-ppp eats all memory with a small sstp config.

In this case, SSTP daemon trying to allocate RAM for ipv6 pool and router does not have enough RAM. Dynamic memory allocation is not implemented for ip-pools.
Maybe, in this case, we need to calculate before commit, and show commit fail message with reason?
Calculating:
2^64 bit = 18446744073709551616 bit or 2305843009213693952 byte
2305843009213693952 * 64 (structure size byte) = 147573952589676412928 byte or 137438953472 GB
Correct me if my calculation wrong.

Jun 9 2020, 10:34 AM · VyOS 1.3 Equuleus (1.3.9)

Jun 8 2020

Unknown Object (User) changed the status of T2565: Cannot connect to l2tp server with radius auth from Open to In progress.

PR https://github.com/vyos/vyos-1x/pull/446
Note: gw-ip-address necessary define for [radius] or [chap-secrets] sections.

Jun 8 2020, 9:11 AM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) claimed T2565: Cannot connect to l2tp server with radius auth.
Jun 8 2020, 8:36 AM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) created T2565: Cannot connect to l2tp server with radius auth.
Jun 8 2020, 8:36 AM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) added a comment to T2563: Wrong interface binding for Dell VEP 1445.

I think the old interface sequence number can confuse on this device

Screenshot 2020-06-08 at 09.20.38.png (297×1 px, 583 KB)

Jun 8 2020, 6:23 AM · VyOS 1.2 Crux (VyOS 1.2.6)
Unknown Object (User) added a comment to T2563: Wrong interface binding for Dell VEP 1445.

@c-po these changes will take effect only for the newly installed system, HW-ID in config has more priority.

Jun 8 2020, 6:17 AM · VyOS 1.2 Crux (VyOS 1.2.6)

Jun 7 2020

Unknown Object (User) changed the status of T2563: Wrong interface binding for Dell VEP 1445 from Open to Needs testing.

PR https://github.com/vyos/vyos-build/pull/106

Jun 7 2020, 8:32 PM · VyOS 1.2 Crux (VyOS 1.2.6)
Unknown Object (User) claimed T2563: Wrong interface binding for Dell VEP 1445.
Jun 7 2020, 8:26 PM · VyOS 1.2 Crux (VyOS 1.2.6)