Page MenuHomeVyOS Platform
Feed Advanced Search

Sep 20 2023

Viacheslav changed the status of T4502: Consider implementing (NAT/other) flow table offload from Open to Needs testing.
Sep 20 2023, 6:44 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5601: TCP reverse-Roxy based on FQDN.

You do not use port 80/443, so it does not have HTTP-HEADER (in theory).

service LB_port_451 {
    listen-address 10.1.1.1
    mode tcp
    port 451

Try to change to port 80 and check if it works.
You need another solution/configuration

Sep 20 2023, 6:40 AM · VyOS 1.4 Sagitta
c-po claimed T5603: Deprecate vyatta-biosdevname package.
Sep 20 2023, 4:21 AM · VyOS 1.5 Circinus
c-po created T5603: Deprecate vyatta-biosdevname package.
Sep 20 2023, 4:21 AM · VyOS 1.5 Circinus
c-po closed T5592: salt: upgrade minion to 3005.2 as Resolved.
Sep 20 2023, 4:13 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Sep 19 2023

rea13 created T5602: For reverse-proxy type of load-balancing feature, support "backup" option in backends configuration.
Sep 19 2023, 8:48 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Apachez added a comment to T5388: Something is fishy with commit and boot times when more than a few hundred static routes are being used.

Some highly unscientific tests (only did 3 reboots of each to rule out that any uncached data at the host would affect the result since I run this in a VM through VirtualBox 7.0) shows a difference of up to 2.1% improvment when having a config with 200 static routes.

Sep 19 2023, 8:06 PM · VyOS Rolling, Restricted Project
c-po closed T4284: QoS: rewrite to XML and Python as Resolved.
Sep 19 2023, 7:34 PM · VyOS 1.4 Sagitta
c-po added a comment to T4284: QoS: rewrite to XML and Python.

Parent task is completed - Bugs will get their own subtask and linked to this parent if possible.

Sep 19 2023, 7:34 PM · VyOS 1.4 Sagitta
c-po moved T5239: Host name and domain name missing from the FRR configuration from Finished to In Progress on the VyOS 1.5 Circinus board.
Sep 19 2023, 7:31 PM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.4 Sagitta (1.4.0-epa1)
c-po moved T5239: Host name and domain name missing from the FRR configuration from Finished to In Progress on the VyOS 1.4 Sagitta board.
Sep 19 2023, 7:31 PM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.4 Sagitta (1.4.0-epa1)
c-po moved T5239: Host name and domain name missing from the FRR configuration from Open to Finished on the VyOS 1.4 Sagitta board.
Sep 19 2023, 7:31 PM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.4 Sagitta (1.4.0-epa1)
c-po moved T5239: Host name and domain name missing from the FRR configuration from Open to Finished on the VyOS 1.5 Circinus board.
Sep 19 2023, 7:30 PM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.4 Sagitta (1.4.0-epa1)
c-po added a project to T5239: Host name and domain name missing from the FRR configuration: VyOS 1.5 Circinus.
Sep 19 2023, 7:30 PM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.4 Sagitta (1.4.0-epa1)
c-po added a comment to T5239: Host name and domain name missing from the FRR configuration.

This should fix the hostname issue reported to BGP neighbors: https://github.com/vyos/vyos-1x/pull/2289

Sep 19 2023, 7:29 PM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.4 Sagitta (1.4.0-epa1)
c-po moved T5596: bgp: add new features from FRR 9 from Open to Finished on the VyOS 1.5 Circinus board.
Sep 19 2023, 7:28 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po moved T5588: Add kernel conntrack_bridge module from Open to Finished on the VyOS 1.4 Sagitta board.
Sep 19 2023, 7:28 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po moved T5596: bgp: add new features from FRR 9 from Open to Finished on the VyOS 1.4 Sagitta board.
Sep 19 2023, 7:28 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po closed T5597: isis: add new features from FRR 9. as Resolved.
Sep 19 2023, 7:28 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
vvinci00 created T5601: TCP reverse-Roxy based on FQDN.
Sep 19 2023, 7:15 PM · VyOS 1.4 Sagitta
sarthurdev added a comment to T4502: Consider implementing (NAT/other) flow table offload.

Perhaps a possible way to detect if the nic supports hardware flowtables or not.

Try to set sudo ethtool -K eth0 hw-tc-offload on.

If the result becomes:

Actual changes:
hw-tc-offload: off [requested on]
Could not change any device features

Then it doesnt support hardware flowtables.

Could also verify by reading the capability like so:

$ ethtool -k eth0 | grep hw-tc-offload
hw-tc-offload: off [fixed]
Sep 19 2023, 6:27 PM · VyOS 1.4 Sagitta
Apachez added a comment to T4502: Consider implementing (NAT/other) flow table offload.

Perhaps a possible way to detect if the nic supports hardware flowtables or not.

Sep 19 2023, 6:22 PM · VyOS 1.4 Sagitta
Apachez added a comment to T4502: Consider implementing (NAT/other) flow table offload.

Some feedback from the #netfilter channel over at libera.chat:

Sep 19 2023, 6:06 PM · VyOS 1.4 Sagitta
Apachez added a comment to T5388: Something is fishy with commit and boot times when more than a few hundred static routes are being used.

I got some funny results which I hope somebody else (with a faster cpu) are able to verify?

Sep 19 2023, 5:23 PM · VyOS Rolling, Restricted Project
syncer changed the subtype of T2612: HTTPS API, changing API key fails but goes through from "Task" to "Bug".
Sep 19 2023, 3:01 PM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a comment to T5217: Add firewall SYNPROXY .

First tests unsecseful

Sep 19 2023, 12:42 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T5588: Add kernel conntrack_bridge module from Open to In progress.

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

Sep 19 2023, 11:01 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Apachez added a comment to T5388: Something is fishy with commit and boot times when more than a few hundred static routes are being used.

Im guessing that what this task complains about has a huge part of the time it takes to complete smoketests.

Sep 19 2023, 10:46 AM · VyOS Rolling, Restricted Project
swanduron added a comment to T5376: Conntrack FTP helper does not work properly.

Hello @sdev Sorry to bother you. The issue hasn't been fixed in the recent rolling release: VyOS 1.5-rolling-202309170024

Sep 19 2023, 1:33 AM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus

Sep 18 2023

c-po changed the status of T5596: bgp: add new features from FRR 9 from Open to In progress.
Sep 18 2023, 7:52 PM · 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.4 Sagitta board.
Sep 18 2023, 3:45 PM · 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.

How does FRR/vrrpd work regarding SNMP compatability?

Im thinking if the keepalived could be replaced in favour of FRR/vrrpd?

And for now keep keepalived around only for virtual-server (unless that too can be dealt with by FRR/vrrpd)?

Sep 18 2023, 3:44 PM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Apachez closed T5431: Services not enabled or configured are started anyway within frr-family as Wontfix.

I will put this as "wontfix" because a fix would need additional work of stopping/starting correct FRR-service (if this occurs in future then this task can be reopened).

Sep 18 2023, 1:08 PM · VyOS 1.4 Sagitta
Apachez closed T5419: Software/Hardware fastpath with nftables flowtable as Resolved.

I will close this task as a duplicate of https://vyos.dev/T4502 where work is in progress.

Sep 18 2023, 1:01 PM · VyOS 1.4 Sagitta
indrajitr added a comment to T5573: Fix ddclient cache entries.

Added PR https://github.com/vyos/vyos-1x/pull/2278 for smoketest fix.

Sep 18 2023, 9:31 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a comment to T5554: Disable sudo for PAM RADIUS.
Sep 18 2023, 7:28 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Apachez added a comment to T5554: Disable sudo for PAM RADIUS.

Ok, I was thinking if that then waited for some password or such.

Sep 18 2023, 7:27 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
trae32566 added a comment to T5554: Disable sudo for PAM RADIUS.

I haven't tried anything else since I rebooted back into 1.4, but I did try sudo su - which gave the same error.

Sep 18 2023, 7:13 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Apachez added a comment to T5554: Disable sudo for PAM RADIUS.

How does a simple "sudo bash" work?

Sep 18 2023, 7:11 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
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 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 Rolling, Restricted Project
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