Page MenuHomeVyOS Platform
Feed Search

Dec 17 2023

indrajitr added a comment to T3316: Use Kea DHCP(v6) instead of ISC DHCP(v6).
set service dhcp-server dynamic-dns-update
set service dhcp-server hostfile-update
set service dhcp-server shared-network-name LAN authoritative
set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 default-router '192.168.1.1'
set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 domain-name 'home'
set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 name-server '192.168.1.1'
set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 range 0 start '192.168.1.120'
set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 range 0 stop '192.168.1.230'
set service dhcp-server shared-network-name LAN subnet 192.168.1.0/24 static-mapping ...
...

I also notice that ddclient has a similar problem.

ddclient[1710]: FAILED:   Unable to obtain information for 'pppoe0' -- missing ip or ifconfig command

This might be a problem that's specific to me. I don't know why every systemd start too early.

Dec 17 2023, 8:14 PM · VyOS 1.5 Circinus
Viacheslav created T5833: Not all AFIs are compatible with VRF.
Dec 17 2023, 7:29 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
roedie claimed T5832: Allow setting the interface for excluded address in VRRP.
Dec 17 2023, 4:36 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
roedie created T5832: Allow setting the interface for excluded address in VRRP.
Dec 17 2023, 4:36 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro added a parent task for T5831: show system image should reverse order by addition date: T5827: image-tools: 'show system image' Command Not in Order.
Dec 17 2023, 3:19 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
jestabro added a subtask for T5827: image-tools: 'show system image' Command Not in Order: T5831: show system image should reverse order by addition date.
Dec 17 2023, 3:19 PM · VyOS 1.5 Circinus
jestabro triaged T5831: show system image should reverse order by addition date as Normal priority.
Dec 17 2023, 3:19 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Zen3515 added a comment to T3316: Use Kea DHCP(v6) instead of ISC DHCP(v6).

Indeed, the dhcp server wasn't working so I assume that kea doesn't start, my bad, it did start, but it failed to start, after failing for 5 attempts.

Dec 17 2023, 2:22 PM · VyOS 1.5 Circinus
indrajitr added a comment to T3316: Use Kea DHCP(v6) instead of ISC DHCP(v6).
In T3316#167384, @sdev wrote:
  • with set service dhcp-server hostfile-update the file /etc/hosts doesn't get update with any entry from dhcp at all

Thanks, will investigate this.

@sdev, this will require adjusting on-dhcp-event.sh. I have a hacky local version that writes to /etc/hosts that partially works -- the $domain part is not picked up (which I suspect could be related to how kea-dhcp4.conf is generating the FQDN).

Do you want me to raise a draft PR for you to review?

By all means, thank you!

Dec 17 2023, 1:17 AM · VyOS 1.5 Circinus
sarthurdev added a comment to T3316: Use Kea DHCP(v6) instead of ISC DHCP(v6).
  • with set service dhcp-server hostfile-update the file /etc/hosts doesn't get update with any entry from dhcp at all

Thanks, will investigate this.

@sdev, this will require adjusting on-dhcp-event.sh. I have a hacky local version that writes to /etc/hosts that partially works -- the $domain part is not picked up (which I suspect could be related to how kea-dhcp4.conf is generating the FQDN).

Do you want me to raise a draft PR for you to review?

Dec 17 2023, 12:56 AM · VyOS 1.5 Circinus
sarthurdev added a comment to T3316: Use Kea DHCP(v6) instead of ISC DHCP(v6).

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

Dec 17 2023, 12:55 AM · VyOS 1.5 Circinus
indrajitr added a comment to T3316: Use Kea DHCP(v6) instead of ISC DHCP(v6).
  • with set service dhcp-server hostfile-update the file /etc/hosts doesn't get update with any entry from dhcp at all

Thanks, will investigate this.

Dec 17 2023, 12:46 AM · VyOS 1.5 Circinus
sarthurdev added a comment to T3316: Use Kea DHCP(v6) instead of ISC DHCP(v6).

@Zen3515

  • dhcp server doesn't start automatically after reboot, and due to the next problem, I'm forced to use set service dhcp-server disable then delete service dhcp-server disable after each boot

Could not reproduce this:

Welcome to VyOS - vyos ttyS0
...
vyos@vyos:~$ ps aux | grep kea
_kea        1818  1.6  0.9  67384 20324 ?        Ssl  00:14   0:00 /usr/sbin/kea-dhcp4 -c /run/kea/kea-dhcp4.conf
Dec 17 2023, 12:31 AM · VyOS 1.5 Circinus

Dec 16 2023

jbhardman added a comment to T5829: Can't Add IPv6 Address to Containers.

Yes, if I remove the container, and then as root create the container using the exact same podman command that VyOS had used, but just add the --ip6 definition, then the container is created and responds on that ip.

Dec 16 2023, 4:55 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav added a comment to T5829: Can't Add IPv6 Address to Containers.

Is it possible with native podman commands?

Dec 16 2023, 10:31 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav added a comment to T5830: vSphere changes the interface number of VyOS after cloning.

Try to delete MAC before cloning in /config/config.boot

Dec 16 2023, 10:16 AM · VyOS 1.5 Circinus
Zen3515 added a comment to T3316: Use Kea DHCP(v6) instead of ISC DHCP(v6).

Hello, I'd like to provide my quick feedback after testing the version 1.5-rolling-202312130023

Dec 16 2023, 5:55 AM · VyOS 1.5 Circinus
Unknown Object (User) created T5830: vSphere changes the interface number of VyOS after cloning.
Dec 16 2023, 2:57 AM · VyOS 1.5 Circinus
jbhardman created T5829: Can't Add IPv6 Address to Containers.
Dec 16 2023, 12:15 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus

Dec 15 2023

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

Potentially relevant bug on debian's bug tracker

Dec 15 2023, 8:45 PM · VyOS Rolling, Bugs
ishan attached a referenced file: F4016780: t5686.full.logs.txt.
Dec 15 2023, 8:37 PM · VyOS Rolling, Bugs
ishan added a comment to T5686: Loss of connectivity on dhcp enabled ethernet interfaces after abrupt link restarts.

This has happened a few more times since last report.

Dec 15 2023, 8:37 PM · VyOS Rolling, Bugs
fernando added a comment to T5796: Openconnect - HTTPS security headers are missing.

some improvements were added in this task , enable or disable the http security headers in the openconnect configuration :

Dec 15 2023, 6:55 PM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.4 Sagitta, VyOS 1.5 Circinus
indrajitr closed T5803: git/github: Adjust configuration for safe and baseline defaults as Resolved.
Dec 15 2023, 6:31 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po changed the status of T5781: Add ability to add additional minisign keys from Open to In progress.
Dec 15 2023, 4:25 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
giga1699 closed T5770: MACsec not encrypting as Resolved.

Upgraded to vyos-1.5-rolling-202312130023-amd64, and confirmed that it is encrypting.

Dec 15 2023, 2:48 PM · VyOS 1.5 Circinus
SrividyaA added a comment to T5787: dhcp-server allows duplicate static-mapping for the same IP address.

This also breaks the dhcp service once duplicate ip address configured for two mac-address, tested in version: 1.5-rolling-202312110024

Dec 15 2023, 12:13 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
zsdc moved T5824: busybox cannot connect some websites from initramfs from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Dec 15 2023, 11:18 AM · VyOS 1.3 Equuleus, VyOS 1.5 Circinus, VyOS 1.4 Sagitta
zsdc moved T5824: busybox cannot connect some websites from initramfs from Open to Finished on the VyOS 1.4 Sagitta board.
Dec 15 2023, 11:18 AM · VyOS 1.3 Equuleus, VyOS 1.5 Circinus, VyOS 1.4 Sagitta
zsdc closed T5824: busybox cannot connect some websites from initramfs as Resolved.
Dec 15 2023, 11:18 AM · VyOS 1.3 Equuleus, VyOS 1.5 Circinus, VyOS 1.4 Sagitta
mcbridematt created T5828: Fix GRUB installation on arm64.
Dec 15 2023, 1:27 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Dec 14 2023

Viacheslav added a project to T5787: dhcp-server allows duplicate static-mapping for the same IP address: VyOS 1.4 Sagitta.
Dec 14 2023, 8:12 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav reassigned T5793: mdns-repeater: Cleanup avahi-daemon configuration in /etc from Viacheslav to indrajitr.
Dec 14 2023, 8:00 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav closed T5793: mdns-repeater: Cleanup avahi-daemon configuration in /etc as Resolved.
Dec 14 2023, 8:00 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav moved T5816: BGP Large Community List Validation Broken from Open to Finished on the VyOS 1.4 Sagitta board.
Dec 14 2023, 7:57 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav reassigned T5816: BGP Large Community List Validation Broken from Viacheslav to trae32566.
Dec 14 2023, 7:57 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav closed T5816: BGP Large Community List Validation Broken as Resolved.
Dec 14 2023, 7:57 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav moved T5812: rollback check max revision number does not work from Open to Finished on the VyOS 1.4 Sagitta board.
Dec 14 2023, 7:56 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav closed T5812: rollback check max revision number does not work as Resolved.
Dec 14 2023, 7:56 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav added a comment to T5823: Protocol BGP add default values for config dictionary.

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

Dec 14 2023, 7:10 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav changed the status of T5827: image-tools: 'show system image' Command Not in Order, a subtask of T4516: Rewrite system image manipulation tools in Python, from In progress to Needs testing.
Dec 14 2023, 6:12 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav changed the status of T5827: image-tools: 'show system image' Command Not in Order from In progress to Needs testing.
Dec 14 2023, 6:11 PM · VyOS 1.5 Circinus
Viacheslav moved T5749: Show MAC address VRF and MTU by default for "show interfaces" from Open to Finished on the VyOS 1.4 Sagitta board.
Dec 14 2023, 6:09 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav closed T5749: Show MAC address VRF and MTU by default for "show interfaces", a subtask of T5747: op-mode add MAC VRF and MTU for show interfaces summary, as Resolved.
Dec 14 2023, 6:09 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav closed T5749: Show MAC address VRF and MTU by default for "show interfaces" as Resolved.
Dec 14 2023, 6:09 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav closed T5773: Unable to load config via HTTP as Resolved.
Dec 14 2023, 6:06 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav changed the status of T5798: reverse-proxy load-balancing service should support multiple certificates for frontend from Open to Needs testing.
Dec 14 2023, 4:28 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav added a project to T5798: reverse-proxy load-balancing service should support multiple certificates for frontend: VyOS 1.4 Sagitta.

@jamcole It will be available in the next rolling release.
Could you re-check it after 2023-12-14?

Dec 14 2023, 4:28 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
trae32566 renamed T5827: image-tools: 'show system image' Command Not in Order from image-tools: Show System Image Command Not in Order to image-tools: 'show system image' Command Not in Order.
Dec 14 2023, 12:43 PM · VyOS 1.5 Circinus
trae32566 added a subtask for T4516: Rewrite system image manipulation tools in Python: T5827: image-tools: 'show system image' Command Not in Order.
Dec 14 2023, 12:41 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
trae32566 added a parent task for T5827: image-tools: 'show system image' Command Not in Order: T4516: Rewrite system image manipulation tools in Python.
Dec 14 2023, 12:41 PM · VyOS 1.5 Circinus
trae32566 renamed T5827: image-tools: 'show system image' Command Not in Order from image-toolsShow System Image Command Not in Order to image-tools: Show System Image Command Not in Order.
Dec 14 2023, 12:39 PM · VyOS 1.5 Circinus
trae32566 renamed T5827: image-tools: 'show system image' Command Not in Order from Show System Image Command Not in Order to image-toolsShow System Image Command Not in Order.
Dec 14 2023, 12:38 PM · VyOS 1.5 Circinus
trae32566 updated the task description for T5827: image-tools: 'show system image' Command Not in Order.
Dec 14 2023, 12:37 PM · VyOS 1.5 Circinus
zsdc changed the status of T5824: busybox cannot connect some websites from initramfs from Open to In progress.

PR for 1.5: https://github.com/vyos/vyos-build/pull/469

Dec 14 2023, 12:33 PM · VyOS 1.3 Equuleus, VyOS 1.5 Circinus, VyOS 1.4 Sagitta
trae32566 changed the status of T5827: image-tools: 'show system image' Command Not in Order from Open to In progress.
Dec 14 2023, 12:32 PM · VyOS 1.5 Circinus
trae32566 added a comment to T5827: image-tools: 'show system image' Command Not in Order.

should be fixed by https://github.com/vyos/vyos-1x/pull/2634

Dec 14 2023, 11:50 AM · VyOS 1.5 Circinus
trae32566 created T5827: image-tools: 'show system image' Command Not in Order.
Dec 14 2023, 11:24 AM · VyOS 1.5 Circinus
ServerForge added a comment to T5781: Add ability to add additional minisign keys.

PR to allow more pub keys to be easily added.

Dec 14 2023, 5:43 AM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
c-po added a project to T5826: Add dmicode as an explicit dependency: VyOS 1.5 Circinus.
Dec 14 2023, 5:39 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
jestabro changed the status of T5774: commit-archive to FTP server broken after update (VyOS 1.5-rolling), a subtask of T5773: Unable to load config via HTTP, from Unknown Status to Resolved.
Dec 14 2023, 3:00 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
jestabro changed the status of T5774: commit-archive to FTP server broken after update (VyOS 1.5-rolling) from Unknown Status to Resolved.
Dec 14 2023, 2:59 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
jestabro added a comment to T5825: image-tools: restore authentication on 'add system image'.

Rebase and move out of draft after dependency, PR https://github.com/vyos/vyos-1x/pull/2624 (T5821), is merged.

Dec 14 2023, 2:22 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
jestabro added a subtask for T5821: image-tools: restore vrf-aware 'add system image': T5825: image-tools: restore authentication on 'add system image'.
Dec 14 2023, 2:14 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
jestabro added a parent task for T5825: image-tools: restore authentication on 'add system image': T5821: image-tools: restore vrf-aware 'add system image'.
Dec 14 2023, 2:14 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
jestabro triaged T5825: image-tools: restore authentication on 'add system image' as Normal priority.
Dec 14 2023, 2:13 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
jestabro closed T5819: Don't echo password on install image, a subtask of T4516: Rewrite system image manipulation tools in Python, as Unknown Status.
Dec 14 2023, 12:48 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro closed T5819: Don't echo password on install image as Unknown Status.
Dec 14 2023, 12:47 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
jestabro closed T5806: Clear old raid data on new install image, a subtask of T4516: Rewrite system image manipulation tools in Python, as Unknown Status.
Dec 14 2023, 12:46 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro closed T5806: Clear old raid data on new install image as Unknown Status.
Dec 14 2023, 12:46 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus

Dec 13 2023

jestabro closed T5774: commit-archive to FTP server broken after update (VyOS 1.5-rolling), a subtask of T5773: Unable to load config via HTTP, as Unknown Status.
Dec 13 2023, 10:01 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
jestabro closed T5774: commit-archive to FTP server broken after update (VyOS 1.5-rolling) as Unknown Status.
Dec 13 2023, 10:01 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
zsdc created T5824: busybox cannot connect some websites from initramfs.
Dec 13 2023, 9:24 PM · VyOS 1.3 Equuleus, VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav created T5823: Protocol BGP add default values for config dictionary.
Dec 13 2023, 6:34 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
jestabro moved T5815: Add load_config module from Open to Finished on the VyOS 1.4 Sagitta board.
Dec 13 2023, 5:41 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
jestabro added a project to T5815: Add load_config module: VyOS 1.4 Sagitta.
Dec 13 2023, 5:40 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
jestabro added a project to T5774: commit-archive to FTP server broken after update (VyOS 1.5-rolling): VyOS 1.4 Sagitta.
Dec 13 2023, 5:18 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
jestabro added a comment to T5774: commit-archive to FTP server broken after update (VyOS 1.5-rolling).

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

Dec 13 2023, 5:16 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po closed T591: Support SRv6 as Resolved.
Dec 13 2023, 2:21 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po moved T591: Support SRv6 from Open to Finished on the VyOS 1.4 Sagitta board.
Dec 13 2023, 2:21 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po moved T591: Support SRv6 from Open to Finished on the VyOS 1.5 Circinus board.
Dec 13 2023, 2:21 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Apachez added a comment to T5822: Integration for Secure60 SIEM.

Wouldnt this rather be a task for secure60 to add compatability to parse and understand snmp and syslog received from a VyOS device?

Dec 13 2023, 8:34 AM · VyOS 1.5 Circinus
Viacheslav added a comment to T5822: Integration for Secure60 SIEM.

Is it opensource?

Dec 13 2023, 8:33 AM · VyOS 1.5 Circinus
a.apostoliuk closed T5688: Create the same view of pool configuration for all accel-ppp services as Resolved.
Dec 13 2023, 8:21 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
bbabich created T5822: Integration for Secure60 SIEM.
Dec 13 2023, 7:43 AM · VyOS 1.5 Circinus
jestabro added a comment to T5821: image-tools: restore vrf-aware 'add system image'.

PR (draft for minor check):
https://github.com/vyos/vyos-1x/pull/2624

Dec 13 2023, 5:11 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
jestabro added a subtask for T4516: Rewrite system image manipulation tools in Python: T5821: image-tools: restore vrf-aware 'add system image'.
Dec 13 2023, 5:05 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro added a parent task for T5821: image-tools: restore vrf-aware 'add system image': T4516: Rewrite system image manipulation tools in Python.
Dec 13 2023, 5:05 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
jestabro triaged T5821: image-tools: restore vrf-aware 'add system image' as Normal priority.
Dec 13 2023, 5:05 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus

Dec 12 2023

jestabro added a comment to T5819: Don't echo password on install image.

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

Dec 12 2023, 6:49 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
jestabro added a comment to T5806: Clear old raid data on new install image.

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

Dec 12 2023, 4:08 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
jestabro added a subtask for T4516: Rewrite system image manipulation tools in Python: T5819: Don't echo password on install image.
Dec 12 2023, 3:04 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro added a parent task for T5819: Don't echo password on install image: T4516: Rewrite system image manipulation tools in Python.
Dec 12 2023, 3:04 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
jestabro triaged T5819: Don't echo password on install image as Normal priority.
Dec 12 2023, 3:03 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
jestabro closed T5815: Add load_config module, a subtask of T5249: Add rollback-soft feature to rollback without a reboot, as Resolved.
Dec 12 2023, 2:31 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
jestabro closed T5815: Add load_config module, a subtask of T5528: Replace legacy loadFile with config_diff, as Resolved.
Dec 12 2023, 2:31 PM · VyOS Rolling
jestabro closed T5815: Add load_config module as Resolved.
Dec 12 2023, 2:31 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
trae32566 added a comment to T5816: BGP Large Community List Validation Broken.

This should fix it:
{F4006571}

Dec 12 2023, 11:43 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav added a project to T5816: BGP Large Community List Validation Broken: VyOS 1.5 Circinus.
Dec 12 2023, 11:34 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus

Dec 11 2023

indrajitr added a comment to T5721: Error in migrating configuration from VyOS 1.4.

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

Dec 11 2023, 10:52 PM · VyOS 1.5 Circinus