Page MenuHomeVyOS Platform
Feed Search

May 7 2024

Viacheslav renamed T6305: IPoE interface wildcard validation error in firewall rules from Firewall interface wildcard validation error to Firewall ipoe interface wildcard validation error.
May 7 2024, 2:58 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
natali-rs1985 claimed T4393: sstp: add support for configuring host-name (SNI).
May 7 2024, 2:55 PM · VyOS 1.4 Sagitta (1.4.0-GA)
HollyGurza moved T4248: There isn't a way to remove the only rule from the (traffic-policy) class. from Open to Finished on the VyOS 1.5 Circinus board.
May 7 2024, 2:27 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
HollyGurza moved T4248: There isn't a way to remove the only rule from the (traffic-policy) class. from Need Triage to Finished on the VyOS 1.4 Sagitta (1.4.0-GA) board.
May 7 2024, 2:26 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
HollyGurza added a project to T4248: There isn't a way to remove the only rule from the (traffic-policy) class.: VyOS 1.5 Circinus.
May 7 2024, 2:26 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
HollyGurza moved T5943: Missing validation for BGP peer-group member consistency (must be all internal or all external) from Need Triage to Finished on the VyOS 1.4 Sagitta (1.4.0-epa3) board.
May 7 2024, 2:23 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
HollyGurza added a project to T5943: Missing validation for BGP peer-group member consistency (must be all internal or all external): VyOS 1.4 Sagitta (1.4.0-epa3).
May 7 2024, 2:23 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
natali-rs1985 added a comment to T6284: IPoE server op mode commands do not show IPv6 addresses.

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

May 7 2024, 2:00 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
HollyGurza moved T5943: Missing validation for BGP peer-group member consistency (must be all internal or all external) from Open to Finished on the VyOS 1.5 Circinus board.
May 7 2024, 1:58 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
HollyGurza moved T4718: DHCP server listen-address doesn't take effect if the interface is in a VRF from Open to Finished on the VyOS 1.5 Circinus board.
May 7 2024, 1:56 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
HollyGurza moved T4718: DHCP server listen-address doesn't take effect if the interface is in a VRF from Need Triage to Finished on the VyOS 1.4 Sagitta (1.4.0-epa3) board.
May 7 2024, 1:56 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
HollyGurza closed T4718: DHCP server listen-address doesn't take effect if the interface is in a VRF as Resolved.
May 7 2024, 1:43 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
HollyGurza closed T5943: Missing validation for BGP peer-group member consistency (must be all internal or all external) as Resolved.
May 7 2024, 1:41 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
HollyGurza changed the status of T6082: BGP doesn't allow the same local AS and remote AS in peer groups from Confirmed to In progress.
May 7 2024, 1:21 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
HollyGurza added a comment to T6082: BGP doesn't allow the same local AS and remote AS in peer groups.

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

May 7 2024, 1:20 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav moved T6311: Nftables build add dependency asciidoc-base from Open to Finished on the VyOS 1.5 Circinus board.
May 7 2024, 1:08 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav moved T6311: Nftables build add dependency asciidoc-base from Need Triage to Finished on the VyOS 1.4 Sagitta (1.4.0-epa3) board.
May 7 2024, 1:08 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav closed T4811: Webproxy bypassing CLI whitelist command is missing as Wontfix.

The current workaround is manual DNAT rules:

set nat destination rule 100 destination port '80'
set nat destination rule 100 protocol 'tcp'
set nat destination rule 100 translation redirect port '3128'

Add any rules before 100 for excluding DNAT and use "bypass"

May 7 2024, 1:05 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
m.serdienis created T6312: open-vm-tools missing in nightly-builds starting from version 1.5-rolling-202404220020.
May 7 2024, 1:01 PM · VyOS 1.5 Circinus
Vijayakumar added a comment to T6310: Change branches for CodeQL on push.

Few PR checks failing, i will check and fix

May 7 2024, 12:31 PM · GitHub Infrastructure
Vijayakumar added a comment to T6310: Change branches for CodeQL on push.

Used codeql reusable workflow in a reference repo.
Please review and merge
https://github.com/vyos/vyos-1x/pull/3420

May 7 2024, 11:21 AM · GitHub Infrastructure
Viacheslav added a comment to T4811: Webproxy bypassing CLI whitelist command is missing.

Min config for old implementation with redirect (1.2):

set service webproxy listen-address 192.168.122.12
set service webproxy url-filtering squidguard block-category 'aggressive'
set service webproxy url-filtering squidguard local-block 'mytest.local'
set service webproxy whitelist destination-address '192.0.2.1'
set service webproxy whitelist destination-address '192.0.2.2'
set service webproxy whitelist source-address '192.0.2.222'
set service webproxy whitelist source-address '192.0.2.223'
May 7 2024, 10:10 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
Vijayakumar added a comment to T6310: Change branches for CodeQL on push.

Added reusable workflow for codeql
Please review and approve
https://github.com/vyos/vyos-github-actions/pull/2

May 7 2024, 9:13 AM · GitHub Infrastructure
syncer edited projects for T3202: Enable wireguard debug messages by default, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:08 AM · VyOS 1.4 Sagitta (1.4.1), Restricted Project, VyOS 1.5 Circinus
syncer edited projects for T2798: Allow port range in tc filter, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:07 AM · VyOS Rolling
syncer edited projects for T4287: wireless: cannot set regulatory domain, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:06 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1)
syncer edited projects for T4305: Global log facility does not have consistent default settings, and doesn't change when modified, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:06 AM · VyOS Rolling
syncer edited projects for T4399: nhrp - add or delete nhrp tunnel restart opennhrp process, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:06 AM · VyOS 1.4 Sagitta (1.4.3)
syncer edited projects for T4401: Networking needs to be reset during config boot (in some environments), added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:06 AM · VyOS Rolling, Bugs
syncer edited projects for T4409: route received via Framed-Route radius attribute is installed into default table when terminating connection to VRF, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:06 AM
syncer edited projects for T4461: Improve negated firewall groups in cli, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:06 AM · VyOS Rolling
syncer edited projects for T4561: reset ip bgp <neighbor> allows reset bgp peer for ipv4, also it should exist one for ipv6, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:06 AM · VyOS Rolling
syncer edited projects for T4564: Root task for rewriting [op-mode] to vyos.opmode format, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:06 AM · VyOS Rolling
syncer edited projects for T4635: Add zebra option ip nht resolve-via-default as default option, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:06 AM · VyOS Rolling
syncer edited projects for T4608: IPSec shows only one IKE for the same peer, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:06 AM · Bugs, VyOS Rolling
syncer edited projects for T4694: Allow VyOS Firewall to Match Outbound IPSec Traffic, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:06 AM · VyOS 1.4 Sagitta (1.4.0-GA)
syncer edited projects for T4816: IPv4-mapped and IPv4-compatible IPv6 addresses not valid anymore, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:06 AM · VyOS 1.4 Sagitta (1.4.4), VyOS 1.5 Circinus, VyOS Rolling
syncer edited projects for T4281: System users migration can lead to inaccessible shell, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:05 AM · VyOS Rolling, Bugs
syncer edited projects for T5287: Unable to advertise EVPN type 3 (multicast) routes when using a route-map, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:05 AM · VyOS Rolling, Bugs
syncer edited projects for T5307: QoS - traffic-class-map services , added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:05 AM · VyOS 1.5 Circinus
syncer edited projects for T5356: DMVPN NHRP spoke stops sending resolution requests upon restart, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:05 AM · VyOS Rolling, Bugs
syncer edited projects for T5386: Execute VRRP transition script when `set high-availability disable` is commited, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:05 AM · VyOS 1.4 Sagitta (1.4.0-GA), VyOS 1.5 Circinus
syncer edited projects for T5405: Add VRF support for "update geoip", added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:04 AM · VyOS Rolling
syncer edited projects for T5458: USB Console options is missing for a new image after "add system image" upgrade, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:04 AM · VyOS 1.4 Sagitta (1.4.0-GA), VyOS 1.5 Circinus
syncer edited projects for T5471: Conntrack logging doesnt seem to be working, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:04 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.2), VyOS Rolling
syncer edited projects for T5514: Improve error handling when/if config.boot is deleted or missing , added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:04 AM · VyOS 1.4 Sagitta (1.4.1)
syncer edited projects for T5522: Add logging for which mksquashfs syntax is being used, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:04 AM · VyOS Rolling
syncer edited projects for T5570: PAM config RADIUS ignore for default and success, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:04 AM · VyOS 1.4 Sagitta (1.4.1)
syncer edited projects for T5790: ISIS invalid format of hello packet when interface mtu is between 1501 and 1535, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:04 AM · VyOS Rolling, Bugs
syncer edited projects for T5666: Provide list of config-mode scripts scheduled for proposed commit, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:04 AM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
syncer edited projects for T5906: Some cloud-init options may be stale or broken., added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:04 AM · Bugs, VyOS Rolling
syncer edited projects for T5907: cloud-init root task for 1.5 and 1.4 , added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:04 AM · VyOS Rolling
syncer edited projects for T1641: VRRP conntrack-sync dropping packets passing through the router, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:04 AM
syncer edited projects for T2584: pppoe-server NAS-Filter-Rule attribute, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:04 AM · VyOS Rolling
syncer edited projects for T2804: OSPFv3 Stub / NSSA [no summary], added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:03 AM · VyOS Rolling
syncer edited projects for T3153: Route leaking to default VRF in Wireguard, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:03 AM
syncer edited projects for T3159: L2TP MTU mismatch between client and server, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:03 AM · VyOS Rolling, Bugs, VyOS 1.4 Sagitta (1.4.0-GA), VyOS 1.5 Circinus
syncer edited projects for T3204: Performance system option destroy defined sysctl custom params, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:03 AM · VyOS Rolling, VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1)
syncer edited projects for T4280: dhcp-relay: does not work with wireguard uplink, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:03 AM
syncer edited projects for T3393: IPoE does not assign IPv6 PD or WAN address, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:03 AM
syncer edited projects for T4455: smp-affinity required by some platforms but doesn't exists in the CLI, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:03 AM · VyOS Rolling
syncer edited projects for T4588: BGP Peer Group Scaling issues, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:03 AM · VyOS Rolling
syncer edited projects for T4600: Closing IPV6CP by client closes PPPoE link completely, even if IPv6 is optional, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:03 AM
syncer edited projects for T5931: Add option to append route-target when adding additional imports, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:03 AM · Bugs, VyOS Rolling, VyOS 1.5 Circinus
syncer edited projects for T5985: Downloaded files end up with unwieldy file attributes, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:03 AM · VyOS Rolling
syncer edited projects for T6022: set system image default-boot, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:03 AM · VyOS 1.4 Sagitta (1.4.0)
syncer edited projects for T6030: QoS policy shaper can generate unexpected tc filter rate rules, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:03 AM · Bugs, VyOS Rolling
syncer edited projects for T6049: wwan didn't setup static IP addres and MTU on wwan0, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:03 AM · Bugs, VyOS Rolling
syncer edited projects for T6082: BGP doesn't allow the same local AS and remote AS in peer groups, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:03 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
syncer edited projects for T6092: Static interface index, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:03 AM
syncer edited projects for T6123: Limit NTP allow-client config to internal addresses by default, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:03 AM · VyOS 1.4 Sagitta (1.4.0-GA), VyOS 1.5 Circinus
syncer edited projects for T6187: Use correct CPU counts adjusted for SMT when necessary, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:02 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
syncer edited projects for T6225: Unhandled exception when configuring random-detect QoS policy, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:02 AM · VyOS 1.4 Sagitta (1.4.0-GA)
syncer edited projects for T6291: Add op mode commands for displaying LACP information for bonding interfaces, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:02 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
syncer edited projects for T6297: Implement behavior like in VyOS 1.3 for qos random detect policy, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:02 AM · VyOS Rolling
syncer edited projects for T6044: OpenVPN certificate revocation does not work properly, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta (1.4.0).
May 7 2024, 8:02 AM · VyOS 1.5 Circinus, VyOS Rolling, VyOS 1.4 Sagitta (1.4.1)
syncer edited projects for T6157: Can not create two GRE tunnels to the same DST but from different SRC addresses, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta (1.4.0).
May 7 2024, 8:02 AM · Bugs, VyOS 1.4 Sagitta (1.4.1)
syncer edited projects for T3195: Add support for cisco style GRE keepalives, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:01 AM · VyOS Rolling
syncer edited projects for T2770: Allow any character to be used in the SNMP community field, added: VyOS 1.4 Sagitta (1.4.0-GA); removed VyOS 1.4 Sagitta.
May 7 2024, 8:01 AM · VyOS Rolling
syncer edited projects for T6309: Check code quality with CodeQL, added: VyOS 1.4 Sagitta (1.4.0-epa3); removed VyOS 1.4 Sagitta (1.4.0).
May 7 2024, 7:57 AM · GitHub Infrastructure
syncer added a project to T6309: Check code quality with CodeQL: VyOS 1.4 Sagitta (1.4.0).
May 7 2024, 7:57 AM · GitHub Infrastructure
Viacheslav updated the task description for T6310: Change branches for CodeQL on push.
May 7 2024, 7:57 AM · GitHub Infrastructure
syncer assigned T6309: Check code quality with CodeQL to Vijayakumar.
May 7 2024, 7:56 AM · GitHub Infrastructure
syncer triaged T6309: Check code quality with CodeQL as Normal priority.
May 7 2024, 7:56 AM · GitHub Infrastructure
Viacheslav updated the task description for T6310: Change branches for CodeQL on push.
May 7 2024, 7:56 AM · GitHub Infrastructure
Viacheslav assigned T6310: Change branches for CodeQL on push to Vijayakumar.
May 7 2024, 7:55 AM · GitHub Infrastructure
Viacheslav created T6310: Change branches for CodeQL on push.
May 7 2024, 7:53 AM · GitHub Infrastructure
Viacheslav created T6309: Check code quality with CodeQL.
May 7 2024, 7:42 AM · GitHub Infrastructure
c-po added a comment to T6308: Ability to remap ethernet interfaces to other/new mac-addresses.

There is an ongoing discussion in the background between the maintainers for more then a year how to get rid of the hw-id node in general and do such a detection once during initial boot.

May 7 2024, 6:06 AM · VyOS Rolling
c-po edited projects for T6308: Ability to remap ethernet interfaces to other/new mac-addresses, added: VyOS 1.5 Circinus; removed VyOS 1.4 Sagitta.
May 7 2024, 6:03 AM · VyOS Rolling

May 6 2024

n.fort claimed T6305: IPoE interface wildcard validation error in firewall rules.
May 6 2024, 7:14 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav moved T6307: procps is missing from vyos-1x build dependencies from Need Triage to Finished on the VyOS 1.4 Sagitta (1.4.0-epa3) board.
May 6 2024, 6:09 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav closed T6307: procps is missing from vyos-1x build dependencies as Resolved.
May 6 2024, 6:09 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
n.fort added a comment to T6265: Firewall flowtable should allow ethernet only interfaces.

And similar example, using same interfaces and host, but instead of GRE tunnel, using a Wireguard site to site tunnel:

May 6 2024, 5:13 PM · VyOS 1.5 Circinus
n.fort added a comment to T6265: Firewall flowtable should allow ethernet only interfaces.

Example of using flowtables on mater interfaces, and communication between a local host that is on a VLAN (vlan eth2.22 and host 10.22.22.222), and a remote host that is reachable through a GRE tunnel (tunnel established using interface eth0):

May 6 2024, 5:12 PM · VyOS 1.5 Circinus
zsdc added a comment to T6265: Firewall flowtable should allow ethernet only interfaces.

By looking at this and the documentation, I do not see any proofs that flowtables support any encapsulation except VLAN and PPPOE.

May 6 2024, 3:51 PM · VyOS 1.5 Circinus
n.fort changed the status of T6265: Firewall flowtable should allow ethernet only interfaces from Open to In progress.
May 6 2024, 3:28 PM · VyOS 1.5 Circinus
n.fort added a comment to T6265: Firewall flowtable should allow ethernet only interfaces.

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

May 6 2024, 3:28 PM · VyOS 1.5 Circinus
Viacheslav changed the status of T6307: procps is missing from vyos-1x build dependencies from Open to In progress.

PR https://github.com/vyos/vyos-build/pull/594
PR https://github.com/vyos/vyos-1x/pull/3412

May 6 2024, 11:43 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
n.fort added a comment to T6288: policy route ipv4 rule order behaviour.

Can you try with newver version?
New fixes were applied.
You can check this tasks:
https://vyos.dev/T6269
https://vyos.dev/T6191

May 6 2024, 11:31 AM · VyOS 1.5 Circinus