Page MenuHomeVyOS Platform
Feed Search

Oct 26 2023

n.fort added a comment to T5681: Interface match - Simplified and unified cli.

PR for op-mode command that fits new cli: https://github.com/vyos/vyos-1x/pull/2408

Oct 26 2023, 10:26 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
n.fort added a comment to T5564: Both show firewall group and show firewall summary fails.

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

Oct 26 2023, 10:25 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
a.apostoliuk changed the status of T5688: Create the same view of pool configuration for all accel-ppp services from Open to In progress.
Oct 26 2023, 9:56 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
a.apostoliuk added a parent task for T5688: Create the same view of pool configuration for all accel-ppp services: T4085: Rewrite L2TP/PPTP/SSTP/PPPoE services to get_config_dict.
Oct 26 2023, 9:55 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
a.apostoliuk created T5688: Create the same view of pool configuration for all accel-ppp services.
Oct 26 2023, 9:54 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav moved T5683: reverse-proxy pki filenames mismatch from Open to Finished on the VyOS 1.4 Sagitta board.
Oct 26 2023, 7:26 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav closed T5683: reverse-proxy pki filenames mismatch as Resolved.
Oct 26 2023, 7:26 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav closed T5357: Policy: BGP communities fail to apply when loaded from config file as Invalid.
Oct 26 2023, 7:12 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
jvoss added a comment to T5357: Policy: BGP communities fail to apply when loaded from config file.

Hi @fernando. I can confirm this behavior is still working correctly after this was merged:

Oct 26 2023, 1:09 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Oct 25 2023

Apachez added a comment to T5686: Loss of connectivity on dhcp enabled ethernet interfaces after abrupt link restarts.

To verify that it isnt something in your 5G modem that triggers this behaviour try to put a L2-switch in between and then simulate a link failure between VyOS and this L2-switch and see how things behaves?

Oct 25 2023, 9:30 PM · VyOS Rolling, Bugs
ishan created T5686: Loss of connectivity on dhcp enabled ethernet interfaces after abrupt link restarts.
Oct 25 2023, 8:24 PM · VyOS Rolling, Bugs
fernando changed the status of T5357: Policy: BGP communities fail to apply when loaded from config file from Open to Needs testing.
Oct 25 2023, 7:39 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a project to T5685: Keepalived VRRP prefix is not necessary for the virtual address: VyOS 1.4 Sagitta.
Oct 25 2023, 2:34 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav created T5685: Keepalived VRRP prefix is not necessary for the virtual address.
Oct 25 2023, 2:34 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
n.fort added a comment to T5681: Interface match - Simplified and unified cli.

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

Oct 25 2023, 12:11 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav added a comment to T5683: reverse-proxy pki filenames mismatch.

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

Oct 25 2023, 10:31 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav changed the status of T5683: reverse-proxy pki filenames mismatch from Open to In progress.
Oct 25 2023, 10:10 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav assigned T5676: NAT66 source rule with negation source/destination prefix causes TypeError to n.fort.
Oct 25 2023, 6:22 AM · VyOS 1.5 Circinus
c-po added a comment to T5670: bridge: missing member interface validator.

PR for 1.3 https://github.com/vyos/vyos-1x/pull/2402

Oct 25 2023, 4:48 AM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po moved T5670: bridge: missing member interface validator from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.5) board.
Oct 25 2023, 4:36 AM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po moved T5670: bridge: missing member interface validator from Open to Finished on the VyOS 1.4 Sagitta board.
Oct 25 2023, 4:36 AM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.5 Circinus, VyOS 1.4 Sagitta
jamcole created T5683: reverse-proxy pki filenames mismatch.
Oct 25 2023, 3:23 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
yzguy added a comment to T5643: NAT - Allow interface groups on nat rules.

This is causing smoketests on the nightly builds to fail

Oct 25 2023, 2:06 AM · VyOS 1.5 Circinus
yzguy added a comment to T5676: NAT66 source rule with negation source/destination prefix causes TypeError.
DEBUG - Traceback (most recent call last):
DEBUG -   File "/usr/libexec/vyos/conf_mode/nat66.py", line 127, in <module>
DEBUG -     generate(c)
DEBUG -   File "/usr/libexec/vyos/conf_mode/nat66.py", line 101, in generate
DEBUG -     render(nftables_nat66_config, 'firewall/nftables-nat66.j2', nat, permission=0o755)
DEBUG -   File "/usr/lib/python3/dist-packages/vyos/template.py", line 142, in render
DEBUG -     rendered = render_to_string(template, content, formater, location)
DEBUG -                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
DEBUG -   File "/usr/lib/python3/dist-packages/vyos/template.py", line 111, in render_to_string
DEBUG -     rendered = template.render(content)
DEBUG -                ^^^^^^^^^^^^^^^^^^^^^^^^
DEBUG -   File "/usr/lib/python3/dist-packages/jinja2/environment.py", line 1301, in render
DEBUG -     self.environment.handle_exception()
DEBUG -   File "/usr/lib/python3/dist-packages/jinja2/environment.py", line 936, in handle_exception
DEBUG -     raise rewrite_traceback_stack(source=source)
DEBUG -   File "/usr/share/vyos/templates/firewall/nftables-nat66.j2", line 28, in top-level template code
DEBUG -     {{ config | nat_rule(rule, 'source', ipv6=True) }}
DEBUG -     ^^^^^^^^^^^^^^^^^^^^^^^^^
DEBUG -   File "/usr/lib/python3/dist-packages/vyos/template.py", line 660, in nat_rule
DEBUG -     return parse_nat_rule(rule_conf, rule_id, nat_type, ipv6)
DEBUG -            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
DEBUG -   File "/usr/lib/python3/dist-packages/vyos/nat.py", line 58, in parse_nat_rule
DEBUG -     oiface = rule_conf['outbound_interface']['interface_group']
DEBUG -              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
DEBUG - TypeError: string indices must be integers, not 'str'
Oct 25 2023, 2:03 AM · VyOS 1.5 Circinus
Apachez added a comment to T5676: NAT66 source rule with negation source/destination prefix causes TypeError.

Plenty of nat66 related errors from last nightly build:

Oct 25 2023, 1:56 AM · VyOS 1.5 Circinus

Oct 24 2023

fernando added a project to T5307: QoS - traffic-class-map services : VyOS 1.5 Circinus.
Oct 24 2023, 8:40 PM · VyOS 1.5 Circinus
Viacheslav added a project to T5682: create more robust access controls for sshd and snmpd: VyOS 1.5 Circinus.
Oct 24 2023, 4:33 PM · VyOS Rolling
n.fort changed the status of T5681: Interface match - Simplified and unified cli from Open to In progress.
Oct 24 2023, 2:52 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
n.fort created T5681: Interface match - Simplified and unified cli.
Oct 24 2023, 2:52 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Apachez added a comment to T5564: Both show firewall group and show firewall summary fails.

Using VyOS 1.5-rolling-202310220123.

Oct 24 2023, 2:28 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Apachez added a comment to T5675: 'show configuration all' is no different from 'show configuration'.

I think the commit made by yzguy is referencing the wrong task-id.

Oct 24 2023, 2:08 PM · VyOS Rolling, Bugs
n.fort changed the status of T5680: Allow selecting mac-groups in bridge firewall from Open to Confirmed.
Oct 24 2023, 1:21 PM · Restricted Project, VyOS 1.5 Circinus
Viacheslav added a project to T3722: op-mode IPSec show vpn ike sa always shows L-TIME 0: VyOS 1.5 Circinus.
Oct 24 2023, 6:21 AM · VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project, VyOS 1.5 Circinus

Oct 23 2023

ishan created T5680: Allow selecting mac-groups in bridge firewall .
Oct 23 2023, 7:36 PM · Restricted Project, VyOS 1.5 Circinus
n.fort closed T5637: Firewall default-action log as Resolved.

For RQ for Sagitta: https://github.com/vyos/vyos-1x/pull/2399

Oct 23 2023, 4:58 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
ishan created T5678: Improvements in PPPoE configuration.
Oct 23 2023, 12:49 PM · VyOS 1.5 Circinus
fernando closed T5667: BGP label-unicast - enable ecmp as Resolved.
Oct 23 2023, 11:40 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
n.fort changed the status of T5564: Both show firewall group and show firewall summary fails from Needs testing to In progress.

1.5 should not have such issues.
1.4: op-mode should be working as expected. Backport for https://github.com/vyos/vyos-1x/pull/2344 failed. I'll submit PR for 1.4 for such feature.

Oct 23 2023, 11:33 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav moved T5254: Modification of any interface setting sets MTU back to default when MTU has been inherited from a bond from Open to Finished on the VyOS 1.4 Sagitta board.
Oct 23 2023, 8:55 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav moved T5299: QoS shaper ceiling does not work from Open to Finished on the VyOS 1.5 Circinus board.
Oct 23 2023, 8:54 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
a.apostoliuk moved T5254: Modification of any interface setting sets MTU back to default when MTU has been inherited from a bond from Open to Finished on the VyOS 1.5 Circinus board.
Oct 23 2023, 8:54 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav closed T5299: QoS shaper ceiling does not work as Resolved.
Oct 23 2023, 8:54 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav changed the status of T5677: show lldp neighbors generates TypeError when neighbor has no `descr` from Open to Needs testing.
Oct 23 2023, 7:30 AM · VyOS 1.5 Circinus
yzguy updated the task description for T5677: show lldp neighbors generates TypeError when neighbor has no `descr`.
Oct 23 2023, 4:07 AM · VyOS 1.5 Circinus
yzguy created T5677: show lldp neighbors generates TypeError when neighbor has no `descr`.
Oct 23 2023, 4:04 AM · VyOS 1.5 Circinus
yzguy renamed T5676: NAT66 source rule with negation source/destination prefix causes TypeError from NAT66 rule with negation source/destination prefix errors to NAT66 source rule with negation source/destination prefix causes TypeError.
Oct 23 2023, 3:42 AM · VyOS 1.5 Circinus
yzguy updated the task description for T5676: NAT66 source rule with negation source/destination prefix causes TypeError.
Oct 23 2023, 3:00 AM · VyOS 1.5 Circinus
yzguy created T5676: NAT66 source rule with negation source/destination prefix causes TypeError.
Oct 23 2023, 2:59 AM · VyOS 1.5 Circinus
zarianu updated the task description for T5675: 'show configuration all' is no different from 'show configuration'.
Oct 23 2023, 12:32 AM · VyOS Rolling, Bugs

Oct 22 2023

zarianu created T5675: 'show configuration all' is no different from 'show configuration'.
Oct 22 2023, 9:49 PM · VyOS Rolling, Bugs
c-po closed T5254: Modification of any interface setting sets MTU back to default when MTU has been inherited from a bond as Resolved.
Oct 22 2023, 5:04 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po closed T5671: vxlan: change port to IANA assigned default port as Resolved.
Oct 22 2023, 5:03 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po moved T5671: vxlan: change port to IANA assigned default port from Open to Finished on the VyOS 1.4 Sagitta board.
Oct 22 2023, 5:03 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav renamed T5646: QoS policy limiter broken if class without match from QoS policy limiter broken to QoS policy limiter broken if class without match.
Oct 22 2023, 2:18 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
fernando added a comment to T5674: AWS add Simple Systems Manager (SSM) Agent .

I think we can do something similar to it : https://alestic.com/2018/12/aws-ssm-parameter-store-git-key/

Oct 22 2023, 1:35 PM · VyOS Rolling
Viacheslav created T5674: AWS add Simple Systems Manager (SSM) Agent .
Oct 22 2023, 11:34 AM · VyOS Rolling
nser77 added a comment to T2444: Remove keepalived in favor of FRR for VRRP.

various tracking (interface etc)

Oct 22 2023, 10:51 AM

Oct 21 2023

Apachez claimed T5641: Enable compression of kernel modules.
Oct 21 2023, 3:51 PM
dmbaturin added a comment to T5641: Enable compression of kernel modules.

Could you try it locally and see what happens?

Oct 21 2023, 1:53 PM
Viacheslav changed the status of T5541: Zone-Based Firewalling in VyOS Sagitta 1.4 from In progress to Needs testing.
Oct 21 2023, 1:48 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
dmbaturin closed T5670: bridge: missing member interface validator as Resolved.
Oct 21 2023, 1:37 PM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.5 Circinus, VyOS 1.4 Sagitta
dmbaturin closed T5617: Add an option to exclude single values to the numeric validator, a subtask of T5616: Firewall mark - Add capabilities for matching firewall mark, as Resolved.
Oct 21 2023, 1:33 PM · VyOS 1.5 Circinus
dmbaturin closed T5617: Add an option to exclude single values to the numeric validator as Resolved.
Oct 21 2023, 1:32 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
dmbaturin added a comment to T5603: Deprecate vyatta-biosdevname package.
  • biosdevname is called by scripts in the initrd, so we can't remove it just yet.
  • it's not completely abandoned and had quite a few releases since the point when Vyatta forked it.
  • I sent a PR to allow biosdevname to run in VMs (that's the only thing that vyatta-biosdevname has and that's used in scripts): https://github.com/dell/biosdevname/pull/12
Oct 21 2023, 1:32 PM · VyOS 1.5 Circinus
tjjh89017 added a comment to T5668: Disable VXLAN bridge learning and enable neigh_suppress when using EVPN.

vni100 should be the bridge slave here.
So those options could be in the same level of "allowed-vlan" and "native-vlan"

Oct 21 2023, 2:00 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus

Oct 20 2023

n.fort added a comment to T5541: Zone-Based Firewalling in VyOS Sagitta 1.4.

PR for Saggita: https://github.com/vyos/vyos-1x/pull/2388

Oct 20 2023, 8:22 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po moved T5671: vxlan: change port to IANA assigned default port from Open to Finished on the VyOS 1.5 Circinus board.
Oct 20 2023, 7:58 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po added a comment to T5671: vxlan: change port to IANA assigned default port.

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

Oct 20 2023, 7:58 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po claimed T5671: vxlan: change port to IANA assigned default port.
Oct 20 2023, 7:34 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po created T5671: vxlan: change port to IANA assigned default port.
Oct 20 2023, 7:34 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po claimed T5668: Disable VXLAN bridge learning and enable neigh_suppress when using EVPN.
Oct 20 2023, 7:32 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po added a comment to T5668: Disable VXLAN bridge learning and enable neigh_suppress when using EVPN.

Is vni100 the vxlan interface or the bridge interface?

Oct 20 2023, 7:32 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
fernando changed the status of T5667: BGP label-unicast - enable ecmp from Open to Needs testing.
Oct 20 2023, 3:28 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
fernando added a comment to T5667: BGP label-unicast - enable ecmp .

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

Oct 20 2023, 3:27 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
a.apostoliuk moved T5232: Flow-accounting uacctd.service cannot restart correctly from Open to Finished on the VyOS 1.5 Circinus board.
Oct 20 2023, 10:11 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
a.apostoliuk closed T5232: Flow-accounting uacctd.service cannot restart correctly as Resolved.
Oct 20 2023, 10:11 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
a.apostoliuk added a project to T5232: Flow-accounting uacctd.service cannot restart correctly: VyOS 1.5 Circinus.
Oct 20 2023, 10:11 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
a.apostoliuk moved T5233: Op-mode flow-accounting netflow with disable-imt errors from Open to Finished on the VyOS 1.5 Circinus board.
Oct 20 2023, 10:10 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
a.apostoliuk closed T5233: Op-mode flow-accounting netflow with disable-imt errors as Resolved.
Oct 20 2023, 10:10 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
a.apostoliuk added a project to T5233: Op-mode flow-accounting netflow with disable-imt errors: VyOS 1.5 Circinus.
Oct 20 2023, 10:08 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
zsdc added a comment to T5622: Command 'add system upgrade' uses local script instead of updated script provided by ISO.

Just in case: using anything except current image scripts for installation is not possible without a full chroot into the installation candidate. Python versions and modules may be different and new scripts in many cases will not work in the old environment.

Oct 20 2023, 9:58 AM · Bugs, VyOS 2.0.x

Oct 19 2023

syncer reassigned T4712: Collaborative Protection Profile cPP for Network Devices root task from syncer to Viacheslav.
Oct 19 2023, 6:59 PM · VyOS Rolling, VyOS 1.5 Circinus (1.5-stream-2025-Q4)
c-po added a project to T5670: bridge: missing member interface validator: VyOS 1.3 Equuleus (1.3.5).
Oct 19 2023, 6:12 PM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po added a comment to T5670: bridge: missing member interface validator.

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

Oct 19 2023, 6:12 PM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po moved T5670: bridge: missing member interface validator from Open to Finished on the VyOS 1.5 Circinus board.
Oct 19 2023, 5:11 PM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po added a comment to T5670: bridge: missing member interface validator.

PR for 1.5 current https://github.com/vyos/vyos-1x/pull/2378

Oct 19 2023, 5:10 PM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po updated the task description for T5670: bridge: missing member interface validator.
Oct 19 2023, 5:10 PM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po claimed T5670: bridge: missing member interface validator.
Oct 19 2023, 4:52 PM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po created T5670: bridge: missing member interface validator.
Oct 19 2023, 4:52 PM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.5 Circinus, VyOS 1.4 Sagitta
erkin claimed T5655: commit-archive: Ctrl+C should not eror out with stack trace, signal should be cought.
Oct 19 2023, 2:14 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta, VyOS 1.3 Equuleus
erkin claimed T5656: commit-archive password does not allow for all special characters.
Oct 19 2023, 2:14 PM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.5 Circinus, VyOS 1.4 Sagitta
SrividyaA added a comment to T5642: op cmd: generate tech-support archive: does not work.

File gets generated but could be not extracted nor transferred as it tries to resolve it as hostname

Oct 19 2023, 11:56 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
tjjh89017 created T5668: Disable VXLAN bridge learning and enable neigh_suppress when using EVPN.
Oct 19 2023, 10:32 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po closed T4913: Rewrite the wireless op mode in the new style as Resolved.
Oct 19 2023, 5:48 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po moved T4913: Rewrite the wireless op mode in the new style from Open to Finished on the VyOS 1.4 Sagitta board.
Oct 19 2023, 5:48 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po moved T4913: Rewrite the wireless op mode in the new style from Open to Finished on the VyOS 1.5 Circinus board.
Oct 19 2023, 5:47 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Oct 18 2023

fernando claimed T5667: BGP label-unicast - enable ecmp .
Oct 18 2023, 9:37 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
fernando renamed T5667: BGP label-unicast - enable ecmp from BG to BGP label-unicast - enable ecmp .
Oct 18 2023, 6:46 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Unknown Object (User) triaged T5619: Update the Intel ixgbe driver due to issues with Intel X533 as Urgent! priority.
Oct 18 2023, 6:29 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
fernando created T5667: BGP label-unicast - enable ecmp .
Oct 18 2023, 6:21 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus