Page MenuHomeVyOS Platform
Feed Search

Dec 22 2021

Unknown Object (User) closed T4081: VRRP health-check script stops working when setting up a sync group as Unknown Status.

Duplicate PR:
https://github.com/vyos/vyos-1x/pull/1118
Request revoked

Dec 22 2021, 10:00 AM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
hexes added a comment to T4025: OpenVPN server with TAP interface, client didn’t see network.

VyOS 1.3.0-epa3 with config below works good:

Dec 22 2021, 8:06 AM · Bugs, VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1), Restricted Project, openvpn
erkin triaged T4091: Progress bar support for HTTP uploads as Low priority.
Dec 22 2021, 5:27 AM
erkin lowered the priority of T4090: Source port and interface support for `commit-archive` from Low to Wishlist.
Dec 22 2021, 5:18 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
erkin added a comment to T4090: Source port and interface support for `commit-archive`.

I personally think the interface part is high-effort, low-gain since you can simply use the address of the interface to the same effect, whereas simply providing an interface will force it to decide which address to use on dual-stack systems. It needs to pick between AF_INET and AF_INET6 when creating the socket before setsockopt()ing SO_BINDTODEVICE; although I think we can get away with doing what socket.create_connection() does. Even then, only the SFTP portion of the code directly uses socket — everything else relies on higher level libraries that only expose address and port options. (Also, using a single parameter for both addresses and interfaces is a bad idea, in my opinion, because it's probably more useful to resolve an FQDN string to an address rather than assume all strings are interfaces. But otherwise, we'd need to find a way to resolve conflict between address and interface parameters.) All in all, I don't think the interface parameter is a good idea at all but we'll see.

Dec 22 2021, 5:18 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
erkin closed T3356: Script for remote file transfers, a subtask of T3355: Remove all remaining legacy Vyatta code, as Resolved.
Dec 22 2021, 4:53 AM · VyOS Rolling
erkin closed T3356: Script for remote file transfers as Resolved.

All parts completely backported to Equuleus.

Dec 22 2021, 4:53 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
erkin added a subtask for T3356: Script for remote file transfers: T4090: Source port and interface support for `commit-archive`.
Dec 22 2021, 4:52 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
erkin added a parent task for T4090: Source port and interface support for `commit-archive`: T3356: Script for remote file transfers.
Dec 22 2021, 4:52 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
erkin closed T3628: commit-archive source-address Interface Broken, a subtask of T3356: Script for remote file transfers, as Not Applicable.
Dec 22 2021, 4:52 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
erkin closed T3628: commit-archive source-address Interface Broken as Not Applicable.

I opened a new issue for this: T4090.

Dec 22 2021, 4:52 AM · VyOS 1.4 Sagitta
erkin triaged T4090: Source port and interface support for `commit-archive` as Low priority.
Dec 22 2021, 4:52 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta

Dec 21 2021

Viacheslav added a comment to T4080: Space in "description" commands.

@m.korobeinikov Could you re-check it and close if necessary?

Dec 21 2021, 11:10 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)
Viacheslav closed T3376: Setting ipv6 address autoconf causes all interfaces besides the target to lose their IP as Not Applicable.
Dec 21 2021, 11:01 PM · VyOS 1.4 Sagitta
Viacheslav closed T3466: Ping command not working as expected as Wontfix.
Dec 21 2021, 10:55 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T3527: Sometimes installing of static routes failes.

@ernstjo Do you have any news regarding this issue or should we close it?

Dec 21 2021, 10:51 PM
Viacheslav added a comment to T3678: VyOS 1.4: Invalid error message while deleting ipsec vpn configuration.

@SrividyaA Could you re-check it?

Dec 21 2021, 10:41 PM · VyOS 1.4 Sagitta
Viacheslav closed T3931: SSTP doesn't work after rewriting to PKI, a subtask of T3642: PKI configuration, as Resolved.
Dec 21 2021, 10:13 PM · VyOS 1.4 Sagitta (1.4.0-epa1)
Viacheslav closed T3931: SSTP doesn't work after rewriting to PKI as Resolved.
Dec 21 2021, 10:13 PM · VyOS 1.4 Sagitta
Viacheslav closed T4032: PPPoE server firewall zone completion missing as Invalid.
Dec 21 2021, 10:01 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4056: Traffic policy not set in live configuration.

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

Dec 21 2021, 9:59 PM · vyatta-cfg, VyOS 1.4 Sagitta
Viacheslav added a comment to T4056: Traffic policy not set in live configuration.

@daniil can you edit one file?

sudo nano -c +1308 /usr/lib/python3/dist-packages/vyos/ifconfig/interface.py

And replace string:

if not 'redirect' in self._config:

To string:

if not 'redirect' in self._config and not 'traffic_policy' in self._config:

save and reboot the router or just restart vyos-configd

sudo systemctl restart vyos-configd
Dec 21 2021, 9:20 PM · vyatta-cfg, VyOS 1.4 Sagitta
Unknown Object (User) added a comment to T3006: Accel-PPP & vlan-mon config get invalid VLAN.

I think this is the limitation with the Linux interface name, it should not be higher than 16 characters. In you config I see, as an example (bond0.995.130 = 13 chars and additional part .100 = 4) = 17
I know how we can fix it manually, but I'm not sure that it is a good idea.
Accel-PPP supports name changing for created interface by vlan_mon module

[pppoe]
vlan-name=e0.%P.%N
interface=re:^e0\.\d+\.\d+

you can try to change this manually (edit /run/accel-ppp/pppoe.conf) and restart pppoe-server

Dec 21 2021, 8:47 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav changed the subtype of T4072: Feature Request: Firewall on bridge interfaces from "Task" to "Feature Request".
Dec 21 2021, 8:15 PM · VyOS 1.4 Sagitta
Viacheslav renamed T4039: Rsyslog to use 'protocol23format' for protocol UDP from Rsyslog to use 'protocol23format' to Rsyslog to use 'protocol23format' for protocol UDP.
Dec 21 2021, 7:55 PM · VyOS 1.3 Equuleus (1.3.6)
Viacheslav added a comment to T4039: Rsyslog to use 'protocol23format' for protocol UDP.

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

Dec 21 2021, 7:51 PM · VyOS 1.3 Equuleus (1.3.6)
Viacheslav added a project to T4039: Rsyslog to use 'protocol23format' for protocol UDP: VyOS 1.4 Sagitta.
Dec 21 2021, 6:43 PM · VyOS 1.3 Equuleus (1.3.6)
Viacheslav changed the status of T4021: Long commit time on bridge interface with 1-4094 allowed VLAN tags from Open to Needs testing.
Dec 21 2021, 5:22 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4021: Long commit time on bridge interface with 1-4094 allowed VLAN tags.

@Boman I don't see such issue:

vyos@r11-roll# set interfaces bridge br0 enable-vlan 
[edit]
vyos@r11-roll# set interfaces bridge br0 member interface eth2 allowed-vlan 1-4094
[edit]
vyos@r11-roll# 
[edit]
vyos@r11-roll# time commit
Dec 21 2021, 5:22 PM · VyOS 1.4 Sagitta
daniil added a comment to T4056: Traffic policy not set in live configuration.
# show traffic-policy 
 limiter 1G {
     default {
         bandwidth 1gbit
         burst 188kb
     }
}
Dec 21 2021, 4:09 PM · vyatta-cfg, VyOS 1.4 Sagitta
Viacheslav moved T4053: VRRP impossible to set scripts out of the /config directory from Open to Finished on the VyOS 1.4 Sagitta board.
Dec 21 2021, 4:01 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav closed T4053: VRRP impossible to set scripts out of the /config directory as Resolved.
Dec 21 2021, 4:01 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav added a comment to T4056: Traffic policy not set in live configuration.

@daniil Can you share an example of traffic-policy 1G?

Dec 21 2021, 3:59 PM · vyatta-cfg, VyOS 1.4 Sagitta
Viacheslav closed T4070: NATv4 : inbound-interface type "any" is missing. as Resolved.
Dec 21 2021, 3:56 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4081: VRRP health-check script stops working when setting up a sync group.

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

Dec 21 2021, 2:43 PM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
Viacheslav moved T4082: Add op mode command to restart ldpd from Open to Backport Candidates on the VyOS 1.4 Sagitta board.
Dec 21 2021, 10:48 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav moved T3435: NAT rules show corruption from Finished to In Progress on the VyOS 1.4 Sagitta board.

There is still another bug:

set nat destination rule 120 destination address '203.0.113.1'
set nat destination rule 120 inbound-interface 'eth0'
set nat destination rule 120 protocol 'tcp'
set nat destination rule 120 translation address '192.0.2.40'
Dec 21 2021, 9:58 AM · VyOS 1.4 Sagitta
Viacheslav reopened T3435: NAT rules show corruption as "Needs testing".
Dec 21 2021, 9:56 AM · VyOS 1.4 Sagitta
Viacheslav closed T3435: NAT rules show corruption as Resolved.
Dec 21 2021, 9:16 AM · VyOS 1.4 Sagitta
Viacheslav created T4089: Show nat destination rules shows ip address instead of interface 'any'.
Dec 21 2021, 9:09 AM · VyOS 1.4 Sagitta
Viacheslav edited a custom field on T3435: NAT rules show corruption.
Dec 21 2021, 8:53 AM · VyOS 1.4 Sagitta
Viacheslav lowered the priority of T3435: NAT rules show corruption from High to Normal.
Dec 21 2021, 8:52 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T3435: NAT rules show corruption.

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

vyos@r11-roll:~$ show nat destination rules 
Rule       Destination                                        Translation                                        Inbound Interface
----       -----------                                        -----------                                        -----------------
100        port 3389                                          192.0.2.40 port 80                                 eth0      
vyos@r11-roll:~$
Dec 21 2021, 8:52 AM · VyOS 1.4 Sagitta
Viacheslav closed T4083: Cluster heartbeat doesn't start b.c lack of directory /run/heartbeat/ as Resolved.
Dec 21 2021, 8:26 AM · VyOS 1.4 Sagitta
Unknown Object (User) added a comment to T4078: A hybrid of "network-group" and "address-group"..

@adestis thank you. This issue isn't critical. It's more for to improve the design and for convenience of our customers.
You can use /32 to add a host, but we have to have the opportunity to add hosts without masks.
For example, if you need to create a group consisting of 1000 (or more random hosts), it's more convenient to use configuration without masks.

Dec 21 2021, 12:11 AM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.4 Sagitta

Dec 20 2021

UnicronNL added a comment to T4086: system login banner is not removed on deletion..

@c-po I will check it!

Dec 20 2021, 10:02 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T4086: system login banner is not removed on deletion..

@UnicronNL can you rechecknon todays rolling image? It behaved differently for me

Dec 20 2021, 9:13 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)
UnicronNL added a comment to T4086: system login banner is not removed on deletion..

I set the banners via set system login pre-login 'test' and/or set system login post-login 'test'
and then the banners are set. (and the default is overwritten)

Dec 20 2021, 8:48 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)
c-po lowered the priority of T4086: system login banner is not removed on deletion. from Normal to Low.
Dec 20 2021, 8:46 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)
c-po changed the status of T4086: system login banner is not removed on deletion. from Open to Needs testing.
Dec 20 2021, 8:46 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T4086: system login banner is not removed on deletion..

Well deleting the login banner results in the "default" behavior as expected.

Dec 20 2021, 8:46 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)
c-po claimed T4086: system login banner is not removed on deletion..
Dec 20 2021, 6:26 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)
c-po closed T4088: Fix typo in login banner as Resolved.
Dec 20 2021, 6:26 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
c-po moved T4088: Fix typo in login banner from Open to Finished on the VyOS 1.4 Sagitta board.
Dec 20 2021, 6:25 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
c-po moved T4088: Fix typo in login banner from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.0) board.
Dec 20 2021, 6:25 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav added a comment to T4083: Cluster heartbeat doesn't start b.c lack of directory /run/heartbeat/.

PR https://github.com/vyos/vyatta-cluster/pull/5

Dec 20 2021, 5:10 PM · VyOS 1.4 Sagitta
Viacheslav claimed T4083: Cluster heartbeat doesn't start b.c lack of directory /run/heartbeat/.
Dec 20 2021, 4:54 PM · VyOS 1.4 Sagitta
daniil added a comment to T4030: SR-IOV and interface renaming bug .

Similar problem:

Dec 20 2021, 3:22 PM · VyOS 1.4 Sagitta
SrividyaA created T4088: Fix typo in login banner.
Dec 20 2021, 8:13 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
adestis added a comment to T4078: A hybrid of "network-group" and "address-group"..

@m.korobeinikov why not use network group with /32 host addresses ?

Dec 20 2021, 7:41 AM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.4 Sagitta
SrividyaA added a comment to T4086: system login banner is not removed on deletion..

The custom banner is removed after the deletion operation. But it shows the default banner:

Dec 20 2021, 7:37 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)

Dec 19 2021

UnicronNL triaged T4086: system login banner is not removed on deletion. as Normal priority.
Dec 19 2021, 4:59 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) changed the status of T4085: Rewrite L2TP/PPTP/SSTP/PPPoE services to get_config_dict from Open to In progress.
Dec 19 2021, 3:25 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Unknown Object (User) created T4085: Rewrite L2TP/PPTP/SSTP/PPPoE services to get_config_dict.
Dec 19 2021, 3:25 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
SrividyaA added a comment to T3435: NAT rules show corruption.

It gives a different error when the translation port option is configured for both the source and destination nat:

Dec 19 2021, 11:18 AM · VyOS 1.4 Sagitta
SrividyaA added a comment to T4070: NATv4 : inbound-interface type "any" is missing..

submitted this PR: https://github.com/vyos/vyos-1x/pull/1112

Dec 19 2021, 10:03 AM · VyOS 1.4 Sagitta
c-po changed the status of T3700: Support VLAN tunnel mapping of VLAN aware bridges from Open to In progress.
Dec 19 2021, 7:26 AM · VyOS 1.4 Sagitta
c-po changed the status of T3700: Support VLAN tunnel mapping of VLAN aware bridges, a subtask of T3137: Let VLAN aware bridge approach the behavior of professional equipment, from Open to In progress.
Dec 19 2021, 7:26 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
c-po claimed T3700: Support VLAN tunnel mapping of VLAN aware bridges.
Dec 19 2021, 7:26 AM · VyOS 1.4 Sagitta
dmbaturin created T4084: Dehardcode the default login banner.
Dec 19 2021, 4:06 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
dmbaturin closed T3912: Use a more informative default post-login banner as Resolved.
Dec 19 2021, 4:03 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta

Dec 17 2021

c-po closed T4059: VRRP sync-group transition script does not persist after reboot as Resolved.
Dec 17 2021, 7:04 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)
Viacheslav created T4083: Cluster heartbeat doesn't start b.c lack of directory /run/heartbeat/.
Dec 17 2021, 3:16 PM · VyOS 1.4 Sagitta
Unknown Object (User) added a comment to T4081: VRRP health-check script stops working when setting up a sync group.

Yes, but sync-groups dont have health-check scripts.
The best solution, in this case, is to implement health-check features for sync-group and do migration script.
We should not use health-check configured for a group if this group belongs to a sync-group

Dec 17 2021, 12:19 PM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
c-po added a comment to T4081: VRRP health-check script stops working when setting up a sync group.

sync-groups habe transition scripts, too

Dec 17 2021, 12:14 PM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
trae32566 added a comment to T3628: commit-archive source-address Interface Broken.
Dec 17 2021, 10:46 AM · VyOS 1.4 Sagitta
trae32566 reopened T3628: commit-archive source-address Interface Broken, a subtask of T3356: Script for remote file transfers, as Open.
Dec 17 2021, 9:31 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
trae32566 reopened T3628: commit-archive source-address Interface Broken as "Open".
Dec 17 2021, 9:31 AM · VyOS 1.4 Sagitta
trae32566 added a comment to T3628: commit-archive source-address Interface Broken.

Still broken:

trae@cr01b-vyos:~$ show conf com | grep arch
set service dhcp-server shared-network-name INT subnet 192.168.1.0/24 domain-search 'int.trae32566.org'
set service dhcp-server shared-network-name INT subnet 192.168.1.0/24 domain-search 'ipa.trae32566.org'
set service dhcp-server shared-network-name INT subnet 192.168.1.0/24 domain-search 'trae32566.org'
set system config-management commit-archive location 'sftp://USER:[email protected]:/int/cr01b-vyos'                                                                          
set system config-management commit-archive source-address 'lo'
set system domain-search domain 'int.trae32566.org'
set system domain-search domain 'ipa.trae32566.org'
set system domain-search domain 'trae32566.org'
trae@cr01b-vyos:~$ configure
[edit]
trae@cr01b-vyos# set system host-name temp
[edit]
trae@cr01b-vyos# commit
Using source address lo
Archiving config...
  sftp://stor01z-rh8.int.trae32566.org:/int/cr01b-vyos Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python3/dist-packages/vyos/remote.py", line 312, in upload
    urlc(urlstring, *args, **kwargs).upload(local_path)
  File "/usr/lib/python3/dist-packages/vyos/remote.py", line 202, in upload
    with self._establish() as ssh, ssh.open_sftp() as sftp:
  File "/usr/lib/python3/dist-packages/vyos/remote.py", line 189, in _establish
    sock = socket.create_connection((self.hostname, self.port), socket.getdefaulttimeout(), self.source)
  File "/usr/lib/python3.9/socket.py", line 843, in create_connection
    raise err
  File "/usr/lib/python3.9/socket.py", line 830, in create_connection
    sock.bind(source_address)
socket.gaierror: [Errno -5] No address associated with hostname
[edit]

This is on 1.4-rolling-202112160318

Dec 17 2021, 9:30 AM · VyOS 1.4 Sagitta
Viacheslav assigned T4082: Add op mode command to restart ldpd to devon.
Dec 17 2021, 7:26 AM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) added a comment to T4081: VRRP health-check script stops working when setting up a sync group.

Didn't notice this message, thanks!
Maybe we should add a corresponding sync_group command to the CLI?

Dec 17 2021, 3:30 AM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta

Dec 16 2021

jestabro moved T4076: Allow setting CORS options in HTTP API from Backport Candidates to Finished on the VyOS 1.4 Sagitta board.
Dec 16 2021, 6:20 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro changed the status of T4076: Allow setting CORS options in HTTP API from Unknown Status to Resolved.
Dec 16 2021, 6:20 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Unknown Object (User) changed the status of T4081: VRRP health-check script stops working when setting up a sync group from Open to Confirmed.

When sync group configure the keepalived report to log, looks like we need to use this script on sync_group

Dec 16 15:22:53 vyos Keepalived_vrrp[4766]: Warning - script healthcheck_XXX is not used
Dec 16 2021, 5:27 PM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
erkin removed a project from T936: Reimplementation of tech-support diagnostic file generation: VyOS 1.3 Equuleus (1.3.0).

I'm not happy with the current one. Ideally, I'd like to rewrite it in Python using better diagnostic collection tools. I don't see it happening in 1.3.0, however.

Dec 16 2021, 4:34 PM · test, VyOS 1.4 Sagitta
erkin closed T2651: Generate CLI abstraction for options passed to CURL and SSH client, a subtask of T3356: Script for remote file transfers, as Not Applicable.
Dec 16 2021, 4:32 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
erkin changed the status of T3821: Add latest versions to default config files from In progress to On hold.
Dec 16 2021, 4:22 PM · VyOS 1.5 Circinus
erkin added a comment to T3506: Migrate loadkey command to op-mode.

I'm going to delete loadkey from 1.4 some time after 1.3 comes out.

Dec 16 2021, 4:21 PM · VyOS 1.4 Sagitta
erkin closed T4037: HTTP transfers do not follow redirects as Resolved.

I assumed the last element of .history[] is the final URL, so I had it display .history[-1]; but it turns out it overwrites .url with the final destination and only keeps the previous redirects in .history[]. Now it just displays .url if .history[] is not empty.

Dec 16 2021, 4:19 PM · VyOS 1.4 Sagitta
erkin closed T3378: commit-archive source-address broken for IPv6 addresses, a subtask of T3356: Script for remote file transfers, as Resolved.
Dec 16 2021, 4:11 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
erkin closed T3556: Commit-archive via scp causes 100% CPU on boot, a subtask of T3356: Script for remote file transfers, as Resolved.
Dec 16 2021, 4:10 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
erkin closed T3556: Commit-archive via scp causes 100% CPU on boot as Resolved.

Assuming it does not (and I can't replicate this), since the responsible code was rewritten in November to properly use low-level sockets. Let me know if it still persists and I'll try to poke around Paramiko for performance bottlenecks.

Dec 16 2021, 4:10 PM · VyOS 1.4 Sagitta
erkin triaged T4038: Rewrite `vyatta-image-tools.pl` in Python as Low priority.
Dec 16 2021, 4:07 PM · Restricted Project, VyOS 1.4 Sagitta
erkin raised the priority of T3354: Convert strip-private script from Perl to Python from Wishlist to Low.
Dec 16 2021, 4:07 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
erkin reopened T3354: Convert strip-private script from Perl to Python, a subtask of T3355: Remove all remaining legacy Vyatta code, as In progress.
Dec 16 2021, 4:06 PM · VyOS Rolling
erkin reopened T3354: Convert strip-private script from Perl to Python as "In progress".

Going to backport this to 1.3 as well.

Dec 16 2021, 4:06 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
GallySoft added a comment to T3006: Accel-PPP & vlan-mon config get invalid VLAN.

@Dmitry there it is:

Dec 16 2021, 3:03 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
erkin closed T3628: commit-archive source-address Interface Broken, a subtask of T3356: Script for remote file transfers, as Resolved.
Dec 16 2021, 2:07 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
erkin closed T3628: commit-archive source-address Interface Broken as Resolved.
Dec 16 2021, 2:07 PM · VyOS 1.4 Sagitta
erkin closed T4029: Broken SFTP uploads, a subtask of T3356: Script for remote file transfers, as Resolved.
Dec 16 2021, 2:06 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta