Page MenuHomeVyOS Platform
Feed Search

Sep 18 2023

Viacheslav added a comment to T5573: Fix ddclient cache entries.

Cannot pass the smoketest:

 DEBUG - ======================================================================
DEBUG - FAIL: test_01_dyndns_service_standard (__main__.TestServiceDDNS.test_01_dyndns_service_standard)
DEBUG - ----------------------------------------------------------------------
DEBUG - Traceback (most recent call last):
DEBUG -   File "/usr/libexec/vyos/tests/smoke/cli/test_service_dns_dynamic.py", line 82, in test_01_dyndns_service_standard
DEBUG -     self.assertIn(f'use=if', ddclient_conf)
DEBUG - AssertionError: 'use=if' not found in '### Autogenerated by dns_dynamic.py ###\ndaemon=300\nsyslog=yes\nssl=yes\npid=/run/ddclient/ddclient.pid\ncache=/run/ddclient/ddclient.cache\nweb=googledomains use=no            \n # Web service dynamic DNS configuration for cloudflare: [cloudflare, test.ddns.vyos.io]\nusev4=ifv4, \\\nifv4=eth0, \\\nprotocol=cloudflare, \\\nzone=vyos.io, \\\npassword=paSS_@4ord \\\ntest.ddns.vyos.io'
DEBUG - 
DEBUG - ----------------------------------------------------------------------
DEBUG - Ran 4 tests in 11.489s
DEBUG - 
DEBUG - FAILED (failures=1)
Sep 18 2023, 6:56 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
trae32566 added a comment to T5554: Disable sudo for PAM RADIUS.

I think this broke a whole lot of things for RADIUS users (these work fine in 1.4-rolling-202308040317, but are broken in 1.5-rolling-202309170024):

Sep 18 2023, 6:25 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Sep 17 2023

Apachez added a comment to T5532: After add system image the boot stuck and works again after the second reboot.

This is the one I was thinking of:

Sep 17 2023, 7:05 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Apachez added a comment to T5532: After add system image the boot stuck and works again after the second reboot.

This seems to have been resolved since a few days (1.5-rolling nightly).

Sep 17 2023, 7:01 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po moved T5592: salt: upgrade minion to 3005.2 from Open to Finished on the VyOS 1.4 Sagitta board.
Sep 17 2023, 5:32 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po moved T5592: salt: upgrade minion to 3005.2 from Open to Finished on the VyOS 1.5 Circinus board.
Sep 17 2023, 5:32 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po added a comment to T5592: salt: upgrade minion to 3005.2.

PR for sagitta https://github.com/vyos/vyos-build/pull/415

Sep 17 2023, 5:32 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po renamed T5592: salt: upgrade minion to 3005.2 from salt: upgrade minion to 3006.3 to salt: upgrade minion to 3005.2.
Sep 17 2023, 5:29 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
vfreex added a comment to T4502: Consider implementing (NAT/other) flow table offload.

@Apachez The empty table inet vyos_offload is to ensure the table exists before deleting its content. Regarding hardware offload, I don't have a hardware supporting that. The implementation is totally based on documentation and I don't add any checks before applying the nftables config.

Sep 17 2023, 1:04 PM · VyOS 1.4 Sagitta
c-po changed the status of T5592: salt: upgrade minion to 3005.2 from Open to In progress.
Sep 17 2023, 9:11 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po added a parent task for T4364: salt-minion: Upgrade to 3004 and migrate to get_config_dict(): T5592: salt: upgrade minion to 3005.2.
Sep 17 2023, 9:11 AM · VyOS 1.4 Sagitta
c-po added subtasks for T5592: salt: upgrade minion to 3005.2: T4364: salt-minion: Upgrade to 3004 and migrate to get_config_dict(), T3761: Bump salt-minion to 3000.
Sep 17 2023, 9:11 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po created T5592: salt: upgrade minion to 3005.2.
Sep 17 2023, 9:10 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Sep 16 2023

Apachez added a comment to T5511: Cleanup of unused directories (and files) in order to shrink image-size.

PR created: https://github.com/vyos/vyos-build/pull/414

Sep 16 2023, 8:34 AM · VyOS 1.4 Sagitta
Apachez added a comment to T5511: Cleanup of unused directories (and files) in order to shrink image-size.

PR created: https://github.com/vyos/vyos-build/pull/413

Sep 16 2023, 3:29 AM · VyOS 1.4 Sagitta

Sep 15 2023

Apachez added a comment to T4502: Consider implementing (NAT/other) flow table offload.
  1. Using hardware flowtable (flags offload;) on an interface which doesnt support it returns an error:
Sep 15 2023, 7:03 PM · VyOS 1.4 Sagitta
c-po closed T5581: Add "show ip nht" op-mode command (IPv4 nexthop tracking table) as Resolved.
Sep 15 2023, 6:16 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po moved T5581: Add "show ip nht" op-mode command (IPv4 nexthop tracking table) from In Progress to Finished on the VyOS 1.4 Sagitta board.
Sep 15 2023, 6:16 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Apachez added a comment to T4502: Consider implementing (NAT/other) flow table offload.

Tried to enable both software and hardware flowtable with VyOS 1.5-rolling-202309151051:

Sep 15 2023, 5:32 PM · VyOS 1.4 Sagitta
Apachez added a comment to T5586: Disable by default SNMP for Keepalived VRRP.

How does FRR/vrrpd work regarding SNMP compatability?

Sep 15 2023, 4:55 PM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav moved T5586: Disable by default SNMP for Keepalived VRRP from Open to Finished on the VyOS 1.5 Circinus board.
Sep 15 2023, 4:24 PM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta, VyOS 1.5 Circinus
sarthurdev moved T5568: Install image from live ISO always defaults boot to KVM entry from Open to In Progress on the VyOS 1.4 Sagitta board.
Sep 15 2023, 8:18 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav changed the status of T5586: Disable by default SNMP for Keepalived VRRP from Open to In progress.
Sep 15 2023, 7:40 AM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav added a comment to T5586: Disable by default SNMP for Keepalived VRRP.

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

Sep 15 2023, 7:35 AM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav added projects to T5586: Disable by default SNMP for Keepalived VRRP: VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.5).
Sep 15 2023, 7:35 AM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta, VyOS 1.5 Circinus
vfreex updated subscribers of T4502: Consider implementing (NAT/other) flow table offload.

Some extra lines were mistakenly included during rebase:

Sep 15 2023, 6:48 AM · VyOS 1.4 Sagitta
Viacheslav changed the status of T5579: Log firewall - Wrong command after firewall refactor, a subtask of T5160: Firewall refactor, from In progress to Needs testing.
Sep 15 2023, 6:31 AM · VyOS 1.4 Sagitta
Viacheslav changed the status of T5574: Support per-service cache management for dynamic dns providers from Open to Needs testing.
Sep 15 2023, 6:30 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav changed the status of T5585: Fix file access mode for dynamic dns configuration from Open to Needs testing.
Sep 15 2023, 6:29 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
indrajitr claimed T5585: Fix file access mode for dynamic dns configuration.
Sep 15 2023, 3:53 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
indrajitr created T5585: Fix file access mode for dynamic dns configuration.
Sep 15 2023, 3:52 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
indrajitr updated the task description for T5574: Support per-service cache management for dynamic dns providers.
Sep 15 2023, 3:51 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
indrajitr renamed T5574: Support per-service cache management for dynamic dns providers from Inprove and refactor dns dynamic service configuration to Support per-service cache management for dynamic dns providers.
Sep 15 2023, 3:49 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Apachez added a comment to T4502: Consider implementing (NAT/other) flow table offload.

Note that PR2062 is broken.

Sep 15 2023, 2:01 AM · VyOS 1.4 Sagitta

Sep 14 2023

n.fort changed the status of T5579: Log firewall - Wrong command after firewall refactor, a subtask of T5160: Firewall refactor, from Confirmed to In progress.
Sep 14 2023, 6:45 PM · VyOS 1.4 Sagitta
I-n-d-y added a project to T5425: enable VRF for conntrack-sync: VyOS 1.5 Circinus.
Sep 14 2023, 5:51 PM · VyOS Rolling
Apachez added a comment to T5499: initial arm64 support for RPI4 and QEMU VM.

Regarding testing of arm-builds, hopefully this article might come handy (how to use qemu-system-aarch64 (on x86) part of the qemu-system-arm package):

Sep 14 2023, 12:41 PM
aalmenar added a comment to T5546: Failed upgrade from 1.4-rolling-202212310809 to 1.4-rolling-202309030023.

In my case the upgrade from 1.4-rolling-202308060317 to vyos-1.4-rolling-202308060317 made the vrf unavailable so no access to management. Booting back to old version became working again.

Sep 14 2023, 12:36 PM · VyOS 1.4 Sagitta (1.4.1)
Apachez added a comment to T5511: Cleanup of unused directories (and files) in order to shrink image-size.

The excludes-file in PR406 had incorrectly a '/' as first character (for the directory to be excluded from the squashfs-file).

Sep 14 2023, 12:01 PM · VyOS 1.4 Sagitta
yun added a comment to T5455: SSH fingerprints aren't migrated to the new image on upgrade.

Would also be nice to include the global known_hosts file in /etc/ssh/ssh_known_hosts.

Sep 14 2023, 10:57 AM · VyOS 1.5 Circinus (1.5-stream-2025-Q4), VyOS Rolling
yun added a comment to T5541: Zone-Based Firewalling in VyOS Sagitta 1.4.

I would also like to know if zone based firewall still work or support is removed?

Sep 14 2023, 10:56 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Apachez added a comment to T2044: RPKI doesn't boot properly.

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

Sep 14 2023, 8:14 AM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav changed the status of T5530: Add LFA to IS-IS from Open to In progress.
Sep 14 2023, 8:00 AM · VyOS 1.4 Sagitta (1.4.0-epa2)
Apachez added a comment to T2044: RPKI doesn't boot properly.

Should probably add "-M rpki" permanently to FRR/bgp.

Sep 14 2023, 7:53 AM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Apachez added a comment to T2044: RPKI doesn't boot properly.

Could the error from latest nightly be due to that rpki module isnt loaded for FRR/bgp?

Sep 14 2023, 7:39 AM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.5 Circinus, VyOS 1.4 Sagitta
maimun.najib created T5583: PPPoE server on vpp interface.
Sep 14 2023, 7:07 AM · VyOS 1.4 Sagitta
vfreex added a comment to T3655: NAT doesn't work correctly with VRF.

@fernando This is really nice. Thank you for the testing!

Sep 14 2023, 7:02 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
Apachez added a comment to T2044: RPKI doesn't boot properly.

Could https://vyos.dev/T2044 be related to the failed nightly build from last night?

Sep 14 2023, 6:53 AM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Cheeze_It added a comment to T5530: Add LFA to IS-IS.

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

Sep 14 2023, 1:27 AM · VyOS 1.4 Sagitta (1.4.0-epa2)

Sep 13 2023

Apachez added a comment to T5471: Conntrack logging doesnt seem to be working.

This is still the case in VyOS 1.5-rolling-202309130022:

Sep 13 2023, 9:43 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.2), VyOS Rolling
Apachez added a comment to T5513: Anomalies in show firewall command after refactoring.

Suggestion of "hidden" ruleset (visible when doing show firewall and show firewall statistics):

Sep 13 2023, 9:39 PM · VyOS 1.4 Sagitta
Apachez added a comment to T5511: Cleanup of unused directories (and files) in order to shrink image-size.

PR created: https://github.com/vyos/vyos-build/pull/406

Sep 13 2023, 9:08 PM · VyOS 1.4 Sagitta
Apachez added a comment to T5511: Cleanup of unused directories (and files) in order to shrink image-size.

Found out that mksquashfs supports -ef EXCLUDE_FILE as a file that (line by line) defines which files and directories to be excluded during creation of filesystem.squashfs. Adding -wildcard will make it possible to use wildcards within the EXCLUDE_FILE.

Sep 13 2023, 8:49 PM · VyOS 1.4 Sagitta
zsdc changed the status of T5577: Optimize PAM configs for RADIUS/TACACS+ from Open to In progress.

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

Sep 13 2023, 8:43 PM · VyOS 1.4 Sagitta
Apachez added a comment to T5582: Add a command to force NTP sync.

Something like this console command but more handy in op-mode?

Sep 13 2023, 6:49 PM · VyOS 1.4 Sagitta
dmbaturin created T5582: Add a command to force NTP sync.
Sep 13 2023, 5:41 PM · VyOS 1.4 Sagitta
c-po added a comment to T5581: Add "show ip nht" op-mode command (IPv4 nexthop tracking table).

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

Sep 13 2023, 4:58 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po moved T5581: Add "show ip nht" op-mode command (IPv4 nexthop tracking table) from Open to Finished on the VyOS 1.5 Circinus board.
Sep 13 2023, 4:58 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po moved T5581: Add "show ip nht" op-mode command (IPv4 nexthop tracking table) from Backlog to In Progress on the VyOS 1.4 Sagitta board.
Sep 13 2023, 4:58 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po moved T5581: Add "show ip nht" op-mode command (IPv4 nexthop tracking table) from Open to Backlog on the VyOS 1.4 Sagitta board.
Sep 13 2023, 4:58 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po changed the status of T5581: Add "show ip nht" op-mode command (IPv4 nexthop tracking table) from Open to In progress.
Sep 13 2023, 4:55 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po created T5581: Add "show ip nht" op-mode command (IPv4 nexthop tracking table).
Sep 13 2023, 4:54 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
fernando added a comment to T4919: TPM-backed config encryption.

@sdev greats !!!

Sep 13 2023, 4:39 PM · VyOS Rolling, VyOS 1.5 Circinus
ServerForge created T5580: vyos-1x package builds as 1.5 on sagitta branch.
Sep 13 2023, 3:40 PM · VyOS 1.4 Sagitta
n.fort added a subtask for T5160: Firewall refactor: T5579: Log firewall - Wrong command after firewall refactor.
Sep 13 2023, 3:07 PM · VyOS 1.4 Sagitta
n.fort changed the status of T5561: NAT - Inbound or outbound interface should not be mandatory from Confirmed to In progress.

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

Sep 13 2023, 10:47 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav changed the status of T5576: Add bgp remove-private-as all option from Open to In progress.
Sep 13 2023, 10:19 AM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav added a comment to T5576: Add bgp remove-private-as all option.

PR for 1.3.x https://github.com/vyos/vyatta-cfg-quagga/pull/102
PR for the current https://github.com/vyos/vyos-1x/pull/2252

Sep 13 2023, 9:47 AM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta, VyOS 1.5 Circinus
sarthurdev added a comment to T4919: TPM-backed config encryption.

@fernando See here: https://github.com/vyos/vyos-build/pull/297

Sep 13 2023, 9:35 AM · VyOS Rolling, VyOS 1.5 Circinus
zsdc added a parent task for T5554: Disable sudo for PAM RADIUS: T5577: Optimize PAM configs for RADIUS/TACACS+.
Sep 13 2023, 8:08 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
zsdc added a parent task for T5570: PAM config RADIUS ignore for default and success: T5577: Optimize PAM configs for RADIUS/TACACS+.
Sep 13 2023, 8:08 AM · VyOS 1.4 Sagitta (1.4.1)
zsdc added subtasks for T5577: Optimize PAM configs for RADIUS/TACACS+: T5570: PAM config RADIUS ignore for default and success, T5554: Disable sudo for PAM RADIUS.
Sep 13 2023, 8:08 AM · VyOS 1.4 Sagitta
zsdc created T5577: Optimize PAM configs for RADIUS/TACACS+.
Sep 13 2023, 8:07 AM · VyOS 1.4 Sagitta
Viacheslav created T5576: Add bgp remove-private-as all option.
Sep 13 2023, 8:03 AM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta, VyOS 1.5 Circinus
syncer assigned T5573: Fix ddclient cache entries to indrajitr.
Sep 13 2023, 3:13 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
indrajitr updated the task description for T5573: Fix ddclient cache entries.
Sep 13 2023, 3:04 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
indrajitr triaged T5574: Support per-service cache management for dynamic dns providers as Normal priority.
Sep 13 2023, 2:08 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
indrajitr created T5573: Fix ddclient cache entries.
Sep 13 2023, 1:38 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Sep 12 2023

Apachez renamed T5559: Selective proxy-arp/proxy-ndp when doing SNAT/DNAT from Selective proxy-arp when doing SNAT to Selective proxy-arp/proxy-ndp when doing SNAT/DNAT.
Sep 12 2023, 11:26 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
fernando reopened T3655: NAT doesn't work correctly with VRF as "Needs testing".
Sep 12 2023, 6:59 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
fernando added a comment to T3655: NAT doesn't work correctly with VRF.

command on 1.5 :

Sep 12 2023, 6:36 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro added a comment to T5522: Add logging for which mksquashfs syntax is being used.

@Apachez note that all lb commands take --debug and --verbose: using 'lb build --debug' in scripts/build-vyos-image will output the full mksquashfs command.

Sep 12 2023, 6:36 PM · VyOS Rolling
fernando closed T3655: NAT doesn't work correctly with VRF as Unknown Status.
Sep 12 2023, 4:17 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
fernando updated subscribers of T3655: NAT doesn't work correctly with VRF.

@vfreex I've tested in my labs related this issues , I can confirm that it work as expected . this original zone solved the problem when there was a src-nat /dst-nat with different VRFs or leaking with them ,Thanks you for this contribution .

Sep 12 2023, 4:16 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
yun added a comment to T2405: commit archive to GIT.

Note that command = command.lstrip() for def cmd in python/vyos/utils/process.py was reverted yesterday.

Causes funny problems during smoketests.

Sep 12 2023, 3:34 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Apachez added a comment to T2405: commit archive to GIT.

Note that command = command.lstrip() for def cmd in python/vyos/utils/process.py was reverted yesterday.

Sep 12 2023, 1:46 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
yun added a comment to T2405: commit archive to GIT.

I created a PR for Git support here: https://github.com/vyos/vyos-1x/pull/2241

Sep 12 2023, 1:22 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Apachez added a comment to T5522: Add logging for which mksquashfs syntax is being used.

I have created a PR upstream which hopefully resolves why the logging didnt work as expected in VyOS (since the binary_rootfs in vyos-live-build isnt used by the nightly build who uses vyos-build and the deb-package of live-build from Debian 12.x (bookworm)):

Sep 12 2023, 1:18 PM · VyOS Rolling
n.fort removed a project from T4072: Feature Request: Firewall on bridge interfaces: VyOS 1.3 Equuleus (1.3.5).
Sep 12 2023, 12:16 PM · VyOS 1.4 Sagitta
n.fort changed the status of T4072: Feature Request: Firewall on bridge interfaces from In progress to Needs testing.

op-mode: https://github.com/vyos/vyos-1x/pull/2242

Sep 12 2023, 10:17 AM · VyOS 1.4 Sagitta

Sep 11 2023

aga added a comment to T5513: Anomalies in show firewall command after refactoring.

100% agree. If this isn't too big of a hassle to implement, I would very much appreciate the approach/workaround of @Apachez, until nftables supports this feature ootb...

Sep 11 2023, 9:29 PM · VyOS 1.4 Sagitta
Apachez added a comment to T5513: Anomalies in show firewall command after refactoring.

Checked with #netfilter irc-channel.

Sep 11 2023, 6:21 PM · VyOS 1.4 Sagitta
jestabro changed the status of T5353: config-mgmt: normalize archive updates and commit log entries, a subtask of T5347: Compare commit revision bug, from Unknown Status to Resolved.
Sep 11 2023, 5:32 PM · VyOS 1.4 Sagitta
jestabro changed the status of T5353: config-mgmt: normalize archive updates and commit log entries, a subtask of T5551: Missing check for boot_configuration_complete raises error in vyos-save-config.py, from Unknown Status to Resolved.
Sep 11 2023, 5:32 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
jestabro changed the status of T5353: config-mgmt: normalize archive updates and commit log entries from Unknown Status to Resolved.
Sep 11 2023, 5:32 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
jestabro changed the status of T5551: Missing check for boot_configuration_complete raises error in vyos-save-config.py from Unknown Status to Resolved.
Sep 11 2023, 5:31 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
roedie added a comment to T5080: Disable conntrack by default.

I just tested this with a firewall config with no connection tracking config enabled, still the conntrack modules are loaded and used.

Sep 11 2023, 2:52 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
swanduron added a comment to T5376: Conntrack FTP helper does not work properly.

The same situation as @svd135 . The passive FTP data connection now is stopped by the problem with FTP ALG.

Sep 11 2023, 1:15 PM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus
alainlamar closed T5567: vyos-1x: webproxy: maximum-object-size allowed ranges not in sync with Equuleus as Resolved.
Sep 11 2023, 12:43 PM · VyOS 1.4 Sagitta
Apachez added a comment to T5564: Both show firewall group and show firewall summary fails.

I was thinking about N/D and personally I would prefer "None" to be listed for the various "show firewall" commands instead of N/D.

Sep 11 2023, 10:34 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus