Page MenuHomeVyOS Platform
Feed Advanced Search

Nov 4 2023

Viacheslav updated the task description for T5702: Add ability to set include_ifmib_iface_prefix and ifmib_max_num_ifaces for SNMP.
Nov 4 2023, 9:26 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus

Nov 3 2023

Viacheslav moved T5700: Monitoring telegraf deprecated plugins inputs outputs from Open to Finished on the VyOS 1.4 Sagitta board.
Nov 3 2023, 11:18 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav closed T5700: Monitoring telegraf deprecated plugins inputs outputs as Resolved.
Nov 3 2023, 11:18 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Apachez added a comment to T5706: Systemd-udevd high CPU utilization for multiple dynamic ppp/l2tp/ipoe interfaces .

Shouldnt dummy* and some others be excluded aswell?

Nov 3 2023, 9:48 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav added a comment to T5706: Systemd-udevd high CPU utilization for multiple dynamic ppp/l2tp/ipoe interfaces .

To fix it

sudo nano -c /lib/udev/rules.d/99-systemd.rules

Find sysctl line

# Apply sysctl variables to network devices (and only to those) as they appear.
ACTION=="add", SUBSYSTEM=="net", KERNEL!="lo", RUN+="/lib/systemd/systemd-sysctl --prefix=/net/ipv4/conf/$name --prefix=/net/ipv4/neigh/$name --prefix=/net/ipv6/conf/$name --prefix=/net/ipv6/neigh/$name"

Replace to:

# Apply sysctl variables to network devices (and only to those) as they appear.
ACTION=="add", SUBSYSTEM=="net", KERNEL!="lo|ppp*|ipoe*", RUN+="/lib/systemd/systemd-sysctl --prefix=/net/ipv4/conf/$name --prefix=/net/ipv4/neigh/$name --prefix=/net/ipv6/conf/$name --prefix=/net/ipv6/neigh/$name"
Nov 3 2023, 9:32 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
rayzilt closed T5018: Redirect to IFB removed after change in qos policy as Resolved.

Tested with 1.5-rolling-202311030022 and working as expected.

Nov 3 2023, 9:31 PM · VyOS 1.4 Sagitta
dmbaturin updated the task description for T5711: Put the version data file inside the ISO image.
Nov 3 2023, 5:14 PM · VyOS 1.4 Sagitta
dmbaturin created T5711: Put the version data file inside the ISO image.
Nov 3 2023, 5:13 PM · VyOS 1.4 Sagitta
c-po moved T5707: Wireguard peer public key update leaves redundant peers and breaks connectivity from Open to Finished on the VyOS 1.4 Sagitta board.
Nov 3 2023, 5:02 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po added a comment to T5707: Wireguard peer public key update leaves redundant peers and breaks connectivity.

PR for VyOS 1.4 https://github.com/vyos/vyos-1x/pull/2433

Nov 3 2023, 5:02 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav triaged T5706: Systemd-udevd high CPU utilization for multiple dynamic ppp/l2tp/ipoe interfaces as High priority.
Nov 3 2023, 3:28 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav added a comment to T5706: Systemd-udevd high CPU utilization for multiple dynamic ppp/l2tp/ipoe interfaces .
vyos@r4:~$ sudo udevadm monitor
KERNEL[717.626843] remove   /devices/virtual/net/ppp3466/queues/rx-0 (queues)
KERNEL[717.626859] remove   /devices/virtual/net/ppp3466/queues/tx-0 (queues)
KERNEL[717.626903] remove   /devices/virtual/net/ppp3466 (net)
KERNEL[717.635679] remove   /devices/virtual/net/ppp3468/queues/rx-0 (queues)
KERNEL[717.635695] remove   /devices/virtual/net/ppp3468/queues/tx-0 (queues)
KERNEL[717.635769] remove   /devices/virtual/net/ppp3468 (net)
KERNEL[717.636144] remove   /devices/virtual/net/ppp3469/queues/rx-0 (queues)
KERNEL[717.636155] remove   /devices/virtual/net/ppp3469/queues/tx-0 (queues)
KERNEL[717.636181] remove   /devices/virtual/net/ppp3469 (net)
KERNEL[717.636536] remove   /devices/virtual/net/ppp3458/queues/rx-0 (queues)
KERNEL[717.636548] remove   /devices/virtual/net/ppp3458/queues/tx-0 (queues)
KERNEL[717.636614] remove   /devices/virtual/net/ppp3458 (net)
KERNEL[717.648940] remove   /devices/virtual/net/ppp3470/queues/rx-0 (queues)
KERNEL[717.648965] remove   /devices/virtual/net/ppp3470/queues/tx-0 (queues)
KERNEL[717.649018] remove   /devices/virtual/net/ppp3470 (net)
KERNEL[717.662658] remove   /devices/virtual/net/ppp3473/queues/rx-0 (queues)
KERNEL[717.662694] remove   /devices/virtual/net/ppp3473/queues/tx-0 (queues)
KERNEL[717.662705] remove   /devices/virtual/net/ppp3473 (net)
KERNEL[717.663198] remove   /devices/virtual/net/ppp3471/queues/rx-0 (queues)
KERNEL[717.663211] remove   /devices/virtual/net/ppp3471/queues/tx-0 (queues)
KERNEL[717.663255] remove   /devices/virtual/net/ppp3471 (net)
KERNEL[717.663423] remove   /devices/virtual/net/ppp3472/queues/rx-0 (queues)
KERNEL[717.663436] remove   /devices/virtual/net/ppp3472/queues/tx-0 (queues)
KERNEL[717.663465] remove   /devices/virtual/net/ppp3472 (net)
^C
Nov 3 2023, 3:07 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
shthead added a comment to T5698: EVPN ESI Multihoming.

I think we may be talking about different things. The situation I am testing has the pair of QFX switches. An end server has a pair of interfaces in a bond with each interface going to one QFX. VyOS is configured with an interface to each QFX but not in a bond (just two different VLANs). The designated forwarder election for the segment to the end server is handled by the QFXs.

Nov 3 2023, 1:44 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Apachez added a comment to T5698: EVPN ESI Multihoming.

@shthead: Im talking about features in VyOS. I dont care what others such as Juniper does or doesnt do.

Nov 3 2023, 12:51 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav renamed T5709: IPoE-server fails if next pool mentioned but not defined from IPoE server fails if next pool mentioned but not defined to IPoE-server fails if next pool mentioned but not defined.
Nov 3 2023, 11:25 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav created T5709: IPoE-server fails if next pool mentioned but not defined.
Nov 3 2023, 11:25 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
shthead added a comment to T5698: EVPN ESI Multihoming.

@shthead: Yes but when it comes to multihoming there are some additional settings that should exist aswell:

https://www.arista.com/en/um-eos/eos-vxlan-configuration#topic_ckc_dh4_ynb

redundancy single-active
vs.
redundancy all-active

Nov 3 2023, 9:30 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Nov 2 2023

indrajitr triaged T5708: Additional dynamic dns improvements to align with ddclient 3.11.1 release as Normal priority.
Nov 2 2023, 9:55 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
n.fort changed the status of T5513: Anomalies in show firewall command after refactoring from Open to In progress.
Nov 2 2023, 9:07 PM · VyOS 1.4 Sagitta
masterit added a comment to T5541: Zone-Based Firewalling in VyOS Sagitta 1.4.

The migration scripts still have an issue @n.fort I sent you the issues with loading a 1.4 rolling to 1.5 in slack

Nov 2 2023, 9:02 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
n.fort added a comment to T5541: Zone-Based Firewalling in VyOS Sagitta 1.4.

Good to know it worked @marc_s . Thanks for letting us know!

Nov 2 2023, 9:00 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Apachez added a comment to T5698: EVPN ESI Multihoming.

@shthead: Yes but when it comes to multihoming there are some additional settings that should exist aswell:

Nov 2 2023, 8:40 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po moved T5707: Wireguard peer public key update leaves redundant peers and breaks connectivity from Open to Finished on the VyOS 1.5 Circinus board.
Nov 2 2023, 8:15 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po added a comment to T5707: Wireguard peer public key update leaves redundant peers and breaks connectivity.

PR for VyOS 1.5 https://github.com/vyos/vyos-1x/pull/2431

Nov 2 2023, 8:15 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po changed the status of T5707: Wireguard peer public key update leaves redundant peers and breaks connectivity from Open to In progress.
Nov 2 2023, 7:36 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po moved T5698: EVPN ESI Multihoming from Open to Finished on the VyOS 1.5 Circinus board.
Nov 2 2023, 7:04 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
marc_s updated subscribers of T5541: Zone-Based Firewalling in VyOS Sagitta 1.4.

@Viacheslav @n.fort Regarding https://github.com/vyos/vyos-1x/pull/2388: I just tested on 1.4-rolling-202311021131: ZBF config from 1.4-rolling-202304120317 loaded without a hitch.
This is a 8 zone, 959 line config.

Nov 2 2023, 6:11 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav changed the status of T5705: rsyslog - Not working when using facility=all from In progress to Needs testing.
Nov 2 2023, 2:08 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav changed the status of T5704: PPPoE-server add max-starting option from Open to In progress.

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

Nov 2 2023, 2:06 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
JeffWDH added a comment to T5681: Interface match - Simplified and unified cli.

I understand (and accept) the risks of running rolling.

Nov 2 2023, 1:20 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav added a comment to T5681: Interface match - Simplified and unified cli.

When moving from vyos-1.5-rolling-202310090023 to vyos-1.5-rolling-202311020022 all of my inbound-interfaces got dropped from my firewall config. The NAT ones got migrated successfully.

Snippet from vyos-migrate.log:

List of executed migration scripts:
List of executed migration scripts:
List of executed migration scripts:
/opt/vyatta/etc/config-migrate/migrate/cluster/1-to-2
/opt/vyatta/etc/config-migrate/migrate/interfaces/31-to-32
/opt/vyatta/etc/config-migrate/migrate/nat/5-to-6
- op: delete path: ['nat', 'source', 'rule', '40', 'outbound-interface']
- op: set path: ['nat', 'source', 'rule', '40', 'outbound-interface', 'interface-name'] value: vtun0 replace: True
- op: delete path: ['nat', 'source', 'rule', '41', 'outbound-interface']
- op: set path: ['nat', 'source', 'rule', '41', 'outbound-interface', 'interface-name'] value: vtun1 replace: True
<omitted a bunch of NAT rules>
/opt/vyatta/etc/config-migrate/migrate/nat/6-to-7
- op: delete path: ['nat', 'source', 'rule', '40', 'outbound-interface', 'interface-name']
- op: set path: ['nat', 'source', 'rule', '40', 'outbound-interface', 'name'] value: vtun0 replace: True
- op: delete path: ['nat', 'source', 'rule', '41', 'outbound-interface', 'interface-name']
- op: set path: ['nat', 'source', 'rule', '41', 'outbound-interface', 'name'] value: vtun1 replace: True
<omitted a bunch of NAT rules>
/opt/vyatta/etc/config-migrate/migrate/nat66/1-to-2

After readding them with the new syntax all is good, but it looks like for some reason the migration script didn't run on my system.

Nov 2 2023, 1:15 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
JeffWDH added a comment to T5681: Interface match - Simplified and unified cli.

When moving from vyos-1.5-rolling-202310090023 to vyos-1.5-rolling-202311020022 all of my inbound-interfaces got dropped from my firewall config. The NAT ones got migrated successfully.

Nov 2 2023, 12:11 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav closed T5701: Update telegraf package as Resolved.
Nov 2 2023, 9:41 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
n.fort added a comment to T5705: rsyslog - Not working when using facility=all.

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

Nov 2 2023, 9:30 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Nov 1 2023

Viacheslav moved T5701: Update telegraf package from Open to Finished on the VyOS 1.5 Circinus board.
Nov 1 2023, 9:17 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav added a comment to T4726: Add completion and validation for the accel-ppp RADIUS vendor option.

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

Nov 1 2023, 8:51 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a project to T4726: Add completion and validation for the accel-ppp RADIUS vendor option: VyOS 1.5 Circinus.
Nov 1 2023, 8:00 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav removed a project from T4726: Add completion and validation for the accel-ppp RADIUS vendor option: VyOS 1.3 Equuleus (1.3.5).
Nov 1 2023, 7:59 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a comment to T4726: Add completion and validation for the accel-ppp RADIUS vendor option.

There is a bug when we use lowercase "cisco"

set service pppoe-server authentication radius rate-limit vendor 'cisco'

It doesn't work as vendor is Cisco not cisco

vyos@vyos-lns# sudo cat  /usr/share/accel-ppp/radius/dictionary.cisco | grep -i vendor
VENDOR		Cisco
Nov 1 2023, 7:45 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
n.fort changed the status of T5705: rsyslog - Not working when using facility=all from Confirmed to In progress.
Nov 1 2023, 5:08 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a project to T5701: Update telegraf package: VyOS 1.4 Sagitta.

PR for 1.4 https://github.com/vyos/vyos-build/pull/451

Nov 1 2023, 4:07 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav added a project to T5706: Systemd-udevd high CPU utilization for multiple dynamic ppp/l2tp/ipoe interfaces : VyOS 1.4 Sagitta.
Nov 1 2023, 2:53 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
n.fort changed the status of T5705: rsyslog - Not working when using facility=all from Open to Confirmed.
Nov 1 2023, 2:29 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
n.fort created T5705: rsyslog - Not working when using facility=all.
Nov 1 2023, 2:29 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a project to T5703: QoS config on pppoe interface resets back to fq_codel after tunnel reboots: VyOS 1.4 Sagitta.
Nov 1 2023, 12:04 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav created T5704: PPPoE-server add max-starting option.
Nov 1 2023, 12:02 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
a.apostoliuk changed the status of T5402: VRRP router with rfc3768-compatibility sends multiple ARP replies from In progress to Needs testing.
Nov 1 2023, 7:36 AM · VyOS 1.5 Circinus, VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta
jestabro moved T5690: Change to definition of environment variable 'vyos_rootfs_dir' is incorrect from Open to Finished on the VyOS 1.4 Sagitta board.
Nov 1 2023, 12:44 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
jestabro closed T5690: Change to definition of environment variable 'vyos_rootfs_dir' is incorrect as Resolved.
Nov 1 2023, 12:44 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus

Oct 31 2023

Viacheslav changed the status of T5586: Disable by default SNMP for Keepalived VRRP from In progress to Needs testing.
Oct 31 2023, 5:25 PM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav renamed T5702: Add ability to set include_ifmib_iface_prefix and ifmib_max_num_ifaces for SNMP from Add ability to set include_ifmib_iface_prefix for SNMP to Add ability to set include_ifmib_iface_prefix and ifmib_max_num_ifaces for SNMP.
Oct 31 2023, 4:15 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav added a project to T5702: Add ability to set include_ifmib_iface_prefix and ifmib_max_num_ifaces for SNMP: VyOS 1.4 Sagitta.
Oct 31 2023, 4:01 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po closed T5668: Disable VXLAN bridge learning and enable neigh_suppress when using EVPN as Resolved.
Oct 31 2023, 6:37 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po moved T5668: Disable VXLAN bridge learning and enable neigh_suppress when using EVPN from Open to Finished on the VyOS 1.4 Sagitta board.
Oct 31 2023, 6:37 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po closed T5699: vxlan: migrate "external" CLI know to "parameters external" as Resolved.
Oct 31 2023, 6:37 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po closed T5699: vxlan: migrate "external" CLI know to "parameters external", a subtask of T5671: vxlan: change port to IANA assigned default port, as Resolved.
Oct 31 2023, 6:37 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po moved T5699: vxlan: migrate "external" CLI know to "parameters external" from Open to Finished on the VyOS 1.4 Sagitta board.
Oct 31 2023, 6:37 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po moved T5699: vxlan: migrate "external" CLI know to "parameters external" from Open to Finished on the VyOS 1.5 Circinus board.
Oct 31 2023, 6:37 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus

Oct 30 2023

c-po added a comment to T5699: vxlan: migrate "external" CLI know to "parameters external".

https://github.com/vyos/vyos-1x/pull/2417

Oct 30 2023, 3:33 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po claimed T5699: vxlan: migrate "external" CLI know to "parameters external".
Oct 30 2023, 3:09 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po created T5699: vxlan: migrate "external" CLI know to "parameters external".
Oct 30 2023, 3:09 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po added a comment to T5698: EVPN ESI Multihoming.

PR for 1.5 which will be backported to 1.4 https://github.com/vyos/vyos-1x/pull/2416

Oct 30 2023, 2:45 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Oct 29 2023

a-bali added a comment to T4902: snmpd: exclude container storage from monitoring.

I don't see this fix having been backported to Equuleus.

Oct 29 2023, 4:35 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Unknown Object (User) added a comment to T5619: Update the Intel ixgbe driver due to issues with Intel X533.

I'm building 1.4 rolling with the ixgbe out-of-tree driver if anyone cares.

Oct 29 2023, 3:00 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
JeffWDH added a comment to T5661: Add show show ssh dynamic-protection attacker and show log ssh dynamic-protection.

This has been implemented in 1.5 and 1.4.

Oct 29 2023, 2:28 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.5)
shthead added a comment to T5698: EVPN ESI Multihoming.

@Apachez this request stems from this issue: https://forum.vyos.io/t/evpn-vxlan-esi-lag-duplicate-packets/12581

Oct 29 2023, 2:23 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Apachez added a comment to T5698: EVPN ESI Multihoming.

Both single-active and all-active should be supported when it comes to EVPN Multihoming.

Oct 29 2023, 1:36 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po changed the status of T5698: EVPN ESI Multihoming from Open to In progress.
Oct 29 2023, 12:46 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po created T5698: EVPN ESI Multihoming.
Oct 29 2023, 12:46 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
happy42779 created T5697: event-handler keep failing.
Oct 29 2023, 11:15 AM · VyOS 1.4 Sagitta

Oct 28 2023

c-po moved T5668: Disable VXLAN bridge learning and enable neigh_suppress when using EVPN from Open to Finished on the VyOS 1.5 Circinus board.
Oct 28 2023, 7:27 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po added a project to T5668: Disable VXLAN bridge learning and enable neigh_suppress when using EVPN: VyOS 1.4 Sagitta.
Oct 28 2023, 7:27 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
JeffWDH added a comment to T5653: Command to display fingerprint.

This functionality has also been backported to 1.4 so it will be in the next LTS release.

Oct 28 2023, 1:49 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus

Oct 27 2023

rayzilt added a comment to T5018: Redirect to IFB removed after change in qos policy.

@Viacheslav yes, I already did last month, but there were lots of errors when veryfing the fix.
I figured it came due to the changes performed by task https://vyos.dev/T5048.

Oct 27 2023, 6:39 PM · VyOS 1.4 Sagitta
zsdc moved T5652: Config migrate to image upgrade does not properly generate home directory from Open to Finished on the VyOS 1.4 Sagitta board.
Oct 27 2023, 5:18 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
zsdc closed T5652: Config migrate to image upgrade does not properly generate home directory as Resolved.
Oct 27 2023, 5:18 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Apachez added a comment to T5690: Change to definition of environment variable 'vyos_rootfs_dir' is incorrect.

PR created: https://github.com/vyos/vyatta-op/pull/79

Oct 27 2023, 4:09 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Apachez added a comment to T5690: Change to definition of environment variable 'vyos_rootfs_dir' is incorrect.

One way however to make the variable more robust in case there are for whatever reason more than one squashfs mounted object available is to select the one who is "loop0".

Oct 27 2023, 2:30 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Apachez added a comment to T5690: Change to definition of environment variable 'vyos_rootfs_dir' is incorrect.

Looking through https://vyos.dev/T5457 I now get what you meant by "re-broke it".

Oct 27 2023, 2:23 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Apachez added a comment to T5690: Change to definition of environment variable 'vyos_rootfs_dir' is incorrect.

But before the revert by T5690 today T5440 worked perfectly fine so what was "re-broken"?

Oct 27 2023, 2:16 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
jestabro added a comment to T5690: Change to definition of environment variable 'vyos_rootfs_dir' is incorrect.

Nope, it works fine, now; your revision to the change re-broke it.

Oct 27 2023, 1:52 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Apachez added a comment to T5690: Change to definition of environment variable 'vyos_rootfs_dir' is incorrect.

So in short https://vyos.dev/T5440 will be broken again?

Oct 27 2023, 10:37 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
a.apostoliuk added a project to T5402: VRRP router with rfc3768-compatibility sends multiple ARP replies : VyOS 1.5 Circinus.
Oct 27 2023, 8:21 AM · VyOS 1.5 Circinus, VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta
a.apostoliuk added a comment to T5402: VRRP router with rfc3768-compatibility sends multiple ARP replies .

It was fixed in a keepalived project.
https://github.com/acassen/keepalived/commit/9ca8688c7fe591e1face259f19ee6169e20a3438

Oct 27 2023, 8:20 AM · VyOS 1.5 Circinus, VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta
Viacheslav closed T4057: Commit time for deleting sflow configuration ~1.5 min as Resolved.
Oct 27 2023, 7:53 AM · VyOS 1.4 Sagitta
Viacheslav changed the status of T4057: Commit time for deleting sflow configuration ~1.5 min from Open to Needs testing.
Oct 27 2023, 7:36 AM · VyOS 1.4 Sagitta
Viacheslav reassigned T3774: atop logs are not limited in size from Viacheslav to zsdc.
Oct 27 2023, 7:15 AM · VyOS 1.4 Sagitta (1.4.0-epa1)
Viacheslav moved T3774: atop logs are not limited in size from Open to Finished on the VyOS 1.4 Sagitta board.
Oct 27 2023, 7:14 AM · VyOS 1.4 Sagitta (1.4.0-epa1)
Viacheslav added a comment to T4057: Commit time for deleting sflow configuration ~1.5 min.

Should be fixed in https://vyos.dev/T5232
needs to re-check

Oct 27 2023, 7:12 AM · VyOS 1.4 Sagitta

Oct 26 2023

jestabro changed Difficulty level from unknown to easy on T5690: Change to definition of environment variable 'vyos_rootfs_dir' is incorrect.
Oct 26 2023, 8:48 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
jestabro changed the status of T5690: Change to definition of environment variable 'vyos_rootfs_dir' is incorrect from Open to In progress.
Oct 26 2023, 8:45 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
jestabro added projects to T5690: Change to definition of environment variable 'vyos_rootfs_dir' is incorrect: VyOS 1.5 Circinus, VyOS 1.4 Sagitta.
Oct 26 2023, 8:08 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Apachez added a comment to T5687: Implement ECS settings for PowerDNS recursor.

For the record.

Oct 26 2023, 5:18 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
erkin closed T5650: Progressbars suffer from staircasing effect, a subtask of T3356: Script for remote file transfers, as Resolved.
Oct 26 2023, 2:28 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
erkin closed T5650: Progressbars suffer from staircasing effect as Resolved.
Oct 26 2023, 2:28 PM · VyOS 1.4 Sagitta
erkin reopened T4091: Progress bar support for HTTP uploads, a subtask of T3356: Script for remote file transfers, as Open.
Oct 26 2023, 2:28 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
erkin reopened T4091: Progress bar support for HTTP uploads as "Open".

Oops, wrong task.

Oct 26 2023, 2:28 PM
erkin closed T4091: Progress bar support for HTTP uploads, a subtask of T3356: Script for remote file transfers, as Resolved.
Oct 26 2023, 2:28 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
erkin closed T4091: Progress bar support for HTTP uploads as Resolved.
Oct 26 2023, 2:28 PM
a-bali added a comment to T5687: Implement ECS settings for PowerDNS recursor.

I would just expose these 3 options as-is.

Oct 26 2023, 1:44 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta