Page MenuHomeVyOS Platform
Feed All Stories

Mar 31 2024

c-po claimed T6167: VNI not set on VRF after reboot.
Mar 31 2024, 10:11 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0-epa3)
rts-kotori created T6191: Policy route set-mss option is not working correctly.
Mar 31 2024, 10:03 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav added a comment to T6189: BGP L3VPN connectivity is broken after re-enabling VRF.

Probably VNI is applied after BGP

vyos@r4:~$ /usr/libexec/vyos/priority.py | match "vrf|bri|vxlan"
        11  vrf.py                              ['vrf']
       310  interfaces_bridge.py                ['interfaces', 'bridge']
       460  interfaces_vxlan.py                 ['interfaces', 'vxlan']
       481  protocols_static.py                 ['vrf', 'name', 'protocols', 'static']
       611  protocols_isis.py                   ['vrf', 'name', 'protocols', 'isis']
       621  protocols_ospf.py                   ['vrf', 'name', 'protocols', 'ospf']
       621  protocols_ospfv3.py                 ['vrf', 'name', 'protocols', 'ospfv3']
       821  protocols_bgp.py                    ['vrf', 'name', 'protocols', 'bgp']
       821  protocols_eigrp.py                  ['vrf', 'name', 'protocols', 'eigrp']
       822  vrf_vni.py                          ['vrf', 'name', 'vni']
vyos@r4:~$
Mar 31 2024, 9:59 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav added a comment to T6167: VNI not set on VRF after reboot.

The current priorities:

vyos@r4:~$ /usr/libexec/vyos/priority.py | match "vrf|bri|vxlan"
        11  vrf.py                              ['vrf']
       310  interfaces_bridge.py                ['interfaces', 'bridge']
       460  interfaces_vxlan.py                 ['interfaces', 'vxlan']
       481  protocols_static.py                 ['vrf', 'name', 'protocols', 'static']
       611  protocols_isis.py                   ['vrf', 'name', 'protocols', 'isis']
       621  protocols_ospf.py                   ['vrf', 'name', 'protocols', 'ospf']
       621  protocols_ospfv3.py                 ['vrf', 'name', 'protocols', 'ospfv3']
       821  protocols_bgp.py                    ['vrf', 'name', 'protocols', 'bgp']
       821  protocols_eigrp.py                  ['vrf', 'name', 'protocols', 'eigrp']
       822  vrf_vni.py                          ['vrf', 'name', 'vni']
vyos@r4:~$
Mar 31 2024, 9:53 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav edited projects for T6167: VNI not set on VRF after reboot, added: VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus; removed VyOS 1.4 Sagitta.
Mar 31 2024, 9:47 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav added a comment to T6167: VNI not set on VRF after reboot.

@kevinrausch Thank you for the report, next time it is better to use set of the commands to reproduce

Mar 31 2024, 9:42 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav added a project to T6166: Allow the user to specify tech support report output location: VyOS 1.5 Circinus.
Mar 31 2024, 9:08 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav added a comment to T6166: Allow the user to specify tech support report output location.
vyos@r4:~$ generate tech-support archive /tmp/foo
Traceback (most recent call last):
  File "/usr/libexec/vyos/op_mode/generate_tech-support_archive.py", line 123, in <module>
    tmp_dir.mkdir()
  File "/usr/lib/python3.11/pathlib.py", line 1117, in mkdir
    os.mkdir(self, mode)
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/foo/drops-debug_2024-03-31T12-07-09'
vyos@r4:~$

It seems hardcoded here https://github.com/vyos/vyos-1x/blob/252d03d6e419aae14ae75caed38d1b1001c916a2/src/op_mode/generate_tech-support_archive.py#L96

Mar 31 2024, 9:08 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav triaged T6190: DNS based adblock on VyOS as Wishlist priority.
Mar 31 2024, 9:02 AM · VyOS 1.5 Circinus
himurae created T6190: DNS based adblock on VyOS .
Mar 31 2024, 8:51 AM · VyOS 1.5 Circinus
GitHub <[email protected]> committed rVYOSONEX9edf1e7c23f1: Merge pull request #3220 from vyos/mergify/bp/sagitta/pr-3218 (authored by c-po).
Mar 31 2024, 7:04 AM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX92d44fb6aef6: accel-ppp: T6187: use correct CPU counts adjusted for SMT (authored by dmbaturin).
Mar 31 2024, 12:38 AM

Mar 30 2024

c-po claimed T6189: BGP L3VPN connectivity is broken after re-enabling VRF.
Mar 30 2024, 8:54 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
GitHub <[email protected]> committed rVYOSONEX495bf823b7c7: Merge pull request #3216 from vyos/mergify/bp/sagitta/pr-3213 (authored by c-po).
Mar 30 2024, 8:52 PM
khramshinr <[email protected]> committed rVYOSONEX0d82dfa3725a: dhcp-server: T4718: Listen-address is not commit if the ip address is on the….
Mar 30 2024, 8:33 PM
GitHub <[email protected]> committed rVYOSONEX252d03d6e419: Merge pull request #3195 from HollyGurza/T4718-current (authored by c-po).
Mar 30 2024, 8:32 PM
dmbaturin committed rVYOSONEX6927c0b622c8: accel-ppp: T6187: use correct CPU counts adjusted for SMT.
Mar 30 2024, 8:30 PM
GitHub <[email protected]> committed rVYOSONEX89a6299156b8: Merge pull request #3218 from dmbaturin/half-cpus (authored by c-po).
Mar 30 2024, 8:30 PM
Viacheslav raised the priority of T6167: VNI not set on VRF after reboot from Normal to High.
Mar 30 2024, 6:04 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav edited projects for T6189: BGP L3VPN connectivity is broken after re-enabling VRF, added: VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0-epa3); removed VyOS 1.4 Sagitta.
Mar 30 2024, 5:48 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav triaged T6189: BGP L3VPN connectivity is broken after re-enabling VRF as High priority.
Mar 30 2024, 5:38 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav created T6189: BGP L3VPN connectivity is broken after re-enabling VRF.
Mar 30 2024, 5:37 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
Apachez added a comment to T6188: Add firewall rule description to the output of "show firewall" commands.

I think the wrapping should be left for the output to select since you can either be in a regular serialconsole of 80x25 or some highresmode which brings more characters per line or even through SSH with a 4k monitor which will be plenty of lines.

Mar 30 2024, 5:24 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
L0crian added a comment to T6188: Add firewall rule description to the output of "show firewall" commands.

Since descriptions can be very long I assume there will be a linewrap at the end?

Mar 30 2024, 4:57 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
Apachez added a comment to T6188: Add firewall rule description to the output of "show firewall" commands.

Since descriptions can be very long I assume there will be a linewrap at the end?

Mar 30 2024, 4:01 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
L0crian added a comment to T6188: Add firewall rule description to the output of "show firewall" commands.

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

Mar 30 2024, 3:49 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
L0crian claimed T6188: Add firewall rule description to the output of "show firewall" commands.
Mar 30 2024, 3:39 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
L0crian created T6188: Add firewall rule description to the output of "show firewall" commands.
Mar 30 2024, 3:39 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
dmbaturin triaged T6187: Use correct CPU counts adjusted for SMT when necessary as Normal priority.
Mar 30 2024, 3:25 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
GitHub <[email protected]> committed rVYOSONEX058eed53fd73: Merge pull request #3217 from vyos/mergify/bp/sagitta/pr-3215 (authored by dmbaturin).
Mar 30 2024, 3:02 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXfd3b84818f8a: image-tools: T6186: simplify image annotations fixing regression (authored by jestabro).
Mar 30 2024, 1:43 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX210358615269: bgp: T6106: Valid commit error for route-reflector-client option defined in… (authored by khramshinr <[email protected]>).
Mar 30 2024, 12:08 PM
khramshinr <[email protected]> committed rVYOSONEX84f05b1dd41b: bgp: T6106: Valid commit error for route-reflector-client option defined in….
Mar 30 2024, 12:07 PM
GitHub <[email protected]> committed rVYOSONEXa95063831f83: Merge pull request #3213 from HollyGurza/T6106 (authored by dmbaturin).
Mar 30 2024, 12:07 PM
jestabro committed rVYOSONEX1f0c33c00118: image-tools: T6186: simplify image annotations fixing regression.
Mar 30 2024, 12:06 PM
GitHub <[email protected]> committed rVYOSONEX2b55d0f947e8: Merge pull request #3215 from jestabro/fix-annotation (authored by dmbaturin).
Mar 30 2024, 12:05 PM
jestabro added a comment to T6186: 'set system image default-boot' fails to find images that actually do exist in the system.

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

Mar 30 2024, 4:48 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro triaged T6186: 'set system image default-boot' fails to find images that actually do exist in the system as High priority.
Mar 30 2024, 3:07 AM · VyOS 1.4 Sagitta (1.4.0-epa3)

Mar 29 2024

tjh added a comment to T6022: set system image default-boot.

line 107: available_images: list[str] = annotated_list(grub.version_list())
Should be: available_images: list[str] = grub.version_list()

Mar 29 2024, 9:36 PM · VyOS 1.4 Sagitta (1.4.0)
haakon.nore added a comment to T6148: Reset vpn ipsec command breaks tunnel and does not reset SAs that are down.

Not sure if it is meaningful to create a new operational vyos command "initiate" or re-write the reset to be consistent with older VyOS.

Mar 29 2024, 7:57 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
fernando added a comment to T6151: BGP VRF route-leaking does not work when the next-hop is a recursive route.

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

Mar 29 2024, 6:33 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav changed the status of T6033: hsflowd fails to start when using a tunnel interface from In progress to Needs testing.
Mar 29 2024, 3:07 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
fernando claimed T6151: BGP VRF route-leaking does not work when the next-hop is a recursive route.
Mar 29 2024, 12:57 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav changed the status of T6033: hsflowd fails to start when using a tunnel interface from Open to In progress.

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

Mar 29 2024, 11:53 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
Viacheslav added a comment to T6033: hsflowd fails to start when using a tunnel interface.

@ServerForge, it seems to be working with the v2.0.55-1 version. Could you build a package and re-check?

git clone -b v2.0.55-1 --single-branch  https://github.com/sflow/host-sflow.git
sudo apt-get install -y libpcap0.8-dev
make deb FEATURES="PCAP DROPMON DBUS"
Mar 29 2024, 11:22 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
Viacheslav changed the subtype of T6033: hsflowd fails to start when using a tunnel interface from "Task" to "Bug".
Mar 29 2024, 11:08 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
Viacheslav added a project to T6033: hsflowd fails to start when using a tunnel interface: VyOS 1.5 Circinus.
Mar 29 2024, 10:37 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
Viacheslav added a comment to T6033: hsflowd fails to start when using a tunnel interface.

Only ethernet interfaces or bridges are allowed; from their docs https://sflow.net/host-sflow-linux-config.php

PCAP Packet Sampling
Mar 29 2024, 10:24 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
Viacheslav closed T6126: Unable to add image as Invalid.

It seems a broken local build; close the task.
Reopen if necessary.

Mar 29 2024, 9:32 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T6148: Reset vpn ipsec command breaks tunnel and does not reset SAs that are down.

"reset vpn ipsec " command and does not reset SAs that are dow

Mar 29 2024, 9:31 AM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
HollyGurza closed T6159: "show openvpn server" prints a superfluous "OpenVPN status on vtunx" message for every client connection as Resolved.
Mar 29 2024, 5:02 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro added a comment to T6180: Add application of mask to configtree.

PRs:
https://github.com/vyos/vyos1x-config/pull/25
https://github.com/vyos/libvyosconfig/pull/13

Mar 29 2024, 3:41 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro added a comment to T6185: Simplify marshalling of section and config data for config-sync.

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

Mar 29 2024, 3:41 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro added a parent task for T6180: Add application of mask to configtree: T6185: Simplify marshalling of section and config data for config-sync.
Mar 29 2024, 3:13 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro added a subtask for T6185: Simplify marshalling of section and config data for config-sync: T6180: Add application of mask to configtree.
Mar 29 2024, 3:13 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro added a subtask for T6121: Extend service config-sync for sections vpn, policy, vrf: T6185: Simplify marshalling of section and config data for config-sync.
Mar 29 2024, 3:12 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro added a parent task for T6185: Simplify marshalling of section and config data for config-sync: T6121: Extend service config-sync for sections vpn, policy, vrf.
Mar 29 2024, 3:12 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro created T6185: Simplify marshalling of section and config data for config-sync.
Mar 29 2024, 3:09 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
khramshinr <[email protected]> committed rVYOSONEX7aa188ccc51a: dhcp-server: T4718: Listen-address is not commit if the ip address is on the….
Mar 29 2024, 1:18 AM
GitHub <[email protected]> committed rVYOSONEXb593eb5d7fd6: Merge pull request #3196 from HollyGurza/T4718-sagitta (authored by dmbaturin).
Mar 29 2024, 1:18 AM
GitHub <[email protected]> committed rVYOSONEX5e72a71a9bbb: Merge pull request #3209 from vyos/mergify/bp/sagitta/pr-3198 (authored by dmbaturin).
Mar 29 2024, 1:15 AM

Mar 28 2024

sarthurdev committed rVYOSONEXa39f8c73ba60: dhcp: T6174: Add TACACS/Radius users to _kea group.
Mar 28 2024, 8:31 PM
GitHub <[email protected]> committed rVYOSONEXf30a22ebde92: Merge pull request #3210 from sarthurdev/T6174 (authored by c-po).
Mar 28 2024, 8:31 PM
sarthurdev changed the status of T6174: can't view dhcp server leases if logged in as a tacacs account from In progress to Needs testing.

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

Mar 28 2024, 8:24 PM · VyOS 1.5 Circinus
c-po added a comment to T2590: DHCPv6 not updating nameservers and search domains since replacing isc-dhcp-client with WIDE dhcp6c.

We need to implement https://manpages.debian.org/testing/wide-dhcpv6-client/dhcp6c.conf.5.en.html#script like in ipv4 dhcp client

Mar 28 2024, 7:42 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.3 Equuleus (1.3.7)
c-po closed T6175: op-mode: "renew dhcp interface <name>" does not check if it's an actual DHCP interface as Resolved.
Mar 28 2024, 7:12 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
c-po moved T6175: op-mode: "renew dhcp interface <name>" does not check if it's an actual DHCP interface from Need Triage to Finished on the VyOS 1.4 Sagitta (1.4.0-epa3) board.
Mar 28 2024, 7:12 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX505eadc41643: openvpn: T6159: Openvpn Server Op-cmd adds heading "OpenVPN status on vtunx"… (authored by khramshinr <[email protected]>).
Mar 28 2024, 7:05 PM
GitHub <[email protected]> committed rVYOSONEXcdd866394d38: Merge pull request #3197 from vyos/mergify/bp/sagitta/pr-3193 (authored by c-po).
Mar 28 2024, 7:04 PM
khramshinr <[email protected]> committed rVYOSONEX66a009f367f8: openvpn: T6159: Openvpn Server Op-cmd adds heading "OpenVPN status on vtunx"….
Mar 28 2024, 7:04 PM
GitHub <[email protected]> committed rVYOSONEX4412edb14062: Merge pull request #3198 from HollyGurza/T6159 (authored by c-po).
Mar 28 2024, 7:04 PM
dmbaturin committed rVYOSONEX90507681cfb3: vyos.system.grub: T3664: add chroot argument to the GRUB install function.
Mar 28 2024, 7:02 PM
GitHub <[email protected]> committed rVYOSONEX18a39bb1cb00: Merge pull request #3207 from dmbaturin/T3664-grub-chroot (authored by c-po).
Mar 28 2024, 7:02 PM
dmbaturin committed rVYOSONEX8344e7ba6a0a: vyos.template: T3664: add an environment variable for template location.
Mar 28 2024, 7:01 PM
GitHub <[email protected]> committed rVYOSONEX7c650ae9a41d: Merge pull request #3208 from dmbaturin/T3664-template-env-var (authored by c-po).
Mar 28 2024, 7:01 PM
lucasec closed T5872: ipsec remote access VPN: support dhcp-interface as Resolved.
Mar 28 2024, 6:28 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
GitHub <[email protected]> committed rVYOSONEX668829558021: Merge pull request #3206 from vyos/mergify/bp/sagitta/pr-3200 (authored by dmbaturin).
Mar 28 2024, 6:14 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXcc60e0dcd491: T5832: VRRP allow set interface for exluded-address (authored by Viacheslav).
Mar 28 2024, 5:19 PM
Viacheslav committed rVYOSONEX0daf445abcd0: T5832: VRRP allow set interface for exluded-address.
Mar 28 2024, 5:18 PM
GitHub <[email protected]> committed rVYOSONEX82001265750f: Merge pull request #3200 from sever-sever/T5832 (authored by dmbaturin).
Mar 28 2024, 5:18 PM
GitHub <[email protected]> committed rVYOSONEX42c9243e05a9: Merge pull request #3204 from vyos/mergify/bp/sagitta/pr-2965 (authored by dmbaturin).
Mar 28 2024, 5:17 PM
GitHub <[email protected]> committed rVYOSONEX010c5890c9bd: Merge pull request #3205 from vyos/mergify/bp/sagitta/pr-3202 (authored by dmbaturin).
Mar 28 2024, 5:17 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX557694e1ab61: ipsec: T5606: T5871: Use multi node for CA certificates (authored by sarthurdev).
Mar 28 2024, 4:11 PM
sarthurdev committed rVYOSONEX952b1656f516: ipsec: T5606: T5871: Use multi node for CA certificates.
Mar 28 2024, 4:11 PM
GitHub <[email protected]> committed rVYOSONEXd15db95d96ea: Merge pull request #3202 from sarthurdev/T5606_1 (authored by dmbaturin).
Mar 28 2024, 4:11 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX71fe258f6a4d: T5872: re-write exit hook to always regenerate config (authored by lucasec).
Mar 28 2024, 4:09 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX40b0986d66c3: T5872: further fixes to ipsec dhcp exit hook (authored by lucasec).
Mar 28 2024, 4:09 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX781807e732da: T5872: fix ipsec dhclient exit hook (authored by lucasec).
Mar 28 2024, 4:09 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX5a722cf84914: T5872: ipsec remote access VPN: support dhcp-interface. (authored by lucasec).
Mar 28 2024, 4:09 PM
lucasec committed rVYOSONEXf7834324d3d9: T5872: ipsec remote access VPN: support dhcp-interface..
Mar 28 2024, 4:08 PM
lucasec committed rVYOSONEXcd8ef21f280f: T5872: fix ipsec dhclient exit hook.
Mar 28 2024, 4:08 PM
lucasec committed rVYOSONEX92012a0b3db8: T5872: further fixes to ipsec dhcp exit hook.
Mar 28 2024, 4:08 PM
lucasec committed rVYOSONEX679b78356cbd: T5872: re-write exit hook to always regenerate config.
Mar 28 2024, 4:08 PM
GitHub <[email protected]> committed rVYOSONEXba05d82eadce: Merge pull request #2965 from lucasec/t5872 (authored by dmbaturin).
Mar 28 2024, 4:08 PM
sarthurdev changed the status of T6174: can't view dhcp server leases if logged in as a tacacs account from Open to In progress.
Mar 28 2024, 3:03 PM · VyOS 1.5 Circinus
sarthurdev closed T6102: Clear dhcp-server lease throws python exception on 1.5-rolling as Resolved.
Mar 28 2024, 3:02 PM · VyOS 1.5 Circinus
sarthurdev moved T6147: Conntrack not working as expected with global state-policy from In Progress to Finished on the VyOS 1.5 Circinus board.
Mar 28 2024, 3:01 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
sarthurdev closed T6147: Conntrack not working as expected with global state-policy as Resolved.
Mar 28 2024, 3:01 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro triaged T6176: image-tools: rationalize setting of console type as Normal priority.
Mar 28 2024, 2:59 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
GitHub <[email protected]> committed rVYOSONEX9e5af058434d: Merge pull request #3203 from vyos/mergify/bp/sagitta/pr-3201 (authored by c-po).
Mar 28 2024, 2:44 PM