Page MenuHomeVyOS Platform
Feed All Stories

Mar 2 2023

sarthurdev changed the status of T5039: Can't add new local user from Open to In progress.
Mar 2 2023, 2:06 PM · VyOS 1.4 Sagitta
sarthurdev changed the status of T3316: Use Kea DHCP(v6) instead of ISC DHCP(v6), a subtask of T3315: Supports dhcpv6 agent execution from pppoe0 interface, from Open to In progress.
Mar 2 2023, 1:41 PM · VyOS 1.4 Sagitta (1.4.0-GA), VyOS 1.3 Equuleus (1.3.7)
sarthurdev changed the status of T3316: Use Kea DHCP(v6) instead of ISC DHCP(v6) from Open to In progress.

Have started work on migrating isc-dhcp v4/v6 server to Kea.

Mar 2 2023, 1:41 PM · VyOS 1.5 Circinus
Viacheslav added a comment to T5039: Can't add new local user.

possible reason https://github.com/vyos/vyos-1x/commit/3bad1d0adb1c187f6611f4bed3d0ad16927d5d18

Mar 2 2023, 1:38 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5041: PMTU per route-based .

Could we use something like Dannil proposes? https://vyos.dev/T4883 , as you said FRR staticd don't allow this option but it could be useful when we have different mtu over the interface.

Mar 2 2023, 12:06 PM · VyOS 1.5 Circinus
fernando added a comment to T5041: PMTU per route-based .

Could we use something like Dannil proposes? https://vyos.dev/T4883 , as you said FRR staticd don't allow this option but it could be useful when we have different mtu over the interface.

Mar 2 2023, 11:52 AM · VyOS 1.5 Circinus
Viacheslav added a comment to T5045: BFD is not starting after upgrade to 1.4-rolling-202302150317.

Cannot reproduce it with this configuration (VyOS 1.4-rolling-202302280651, don't have a lot of file descriptors):

set protocols bfd peer 192.0.2.5 multihop
set protocols bfd peer 192.0.2.5 source address '192.0.2.1'
set protocols bfd peer 192.0.2.6 multihop
set protocols bfd peer 192.0.2.6 source address '192.0.2.1'
set protocols bfd profile BBR interval multiplier '3'
set protocols bfd profile BBR interval receive '350'
set protocols bfd profile BBR interval transmit '350'
Mar 2 2023, 11:12 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5041: PMTU per route-based .

The thing is, we don't use iproute2 commands for adding a route. We use FRR staticd for it. As an exception failover route that uses iproute2 commands
FRRouting 8.4.2 doesn't have such option

r14(config)# ip route 192.0.2.1/32 203.0.113.1 
  <cr>         
  (1-255)      Distance value for this route
  INTERFACE    IP gateway interface name
     dum0 eth0 eth1 eth2 lo veth0 veth1 wg0 
  Null0        Null interface
  color        SR-TE color
  label        Specify label(s) for this route
  nexthop-vrf  Specify the VRF
  table        Table to configure
  tag          Set tag for this route
  vrf          Specify the VRF
Mar 2 2023, 9:53 AM · VyOS 1.5 Circinus
Viacheslav closed T4967: Ability to set hostname for the container as Resolved.
Mar 2 2023, 9:41 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5042: Command 'show vpn ipsec remote-access' does not work.

show vpn ipsec remote-access shows only accel-ppp l2tp, pptp https://github.com/vyos/vyos-1x/blob/current/src/op_mode/show_vpn_ra.py

Mar 2 2023, 8:54 AM · VyOS 1.4 Sagitta
Viacheslav triaged T5039: Can't add new local user as Urgent! priority.
Mar 2 2023, 8:43 AM · VyOS 1.4 Sagitta
aserkin created T5045: BFD is not starting after upgrade to 1.4-rolling-202302150317.
Mar 2 2023, 12:20 AM · VyOS 1.4 Sagitta

Mar 1 2023

n.fort changed the status of T5037: Firewall - Add queue action from In progress to Needs testing.
Mar 1 2023, 8:23 PM · VyOS 1.4 Sagitta
c-po changed the status of T4989: QoS Policy Limiter - classes for marked traffic do not work from Open to Needs testing.
Mar 1 2023, 7:08 PM · vyatta-cfg-qos, VyOS 1.4 Sagitta
fernando added a comment to T3316: Use Kea DHCP(v6) instead of ISC DHCP(v6).

Add another feature that is improved if we're thinking of moving to KEA :

Mar 1 2023, 6:28 PM · VyOS 1.5 Circinus
fernando created T5044: High Availability in DHCPv6 -ISC DHCP Failover/Kea.
Mar 1 2023, 6:00 PM · VyOS 1.5 Circinus
jestabro added a comment to T5040: Generate API GraphQL schema on installation, rather than dynamically.

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

Mar 1 2023, 5:19 PM · VyOS 1.4 Sagitta
a.apostoliuk claimed T5043: Need to create reset command for IKEv2 remote-access vpn connections.
Mar 1 2023, 3:49 PM · VyOS 1.4 Sagitta
a.apostoliuk created T5043: Need to create reset command for IKEv2 remote-access vpn connections.
Mar 1 2023, 3:48 PM · VyOS 1.4 Sagitta
a.apostoliuk claimed T5042: Command 'show vpn ipsec remote-access' does not work.
Mar 1 2023, 3:27 PM · VyOS 1.4 Sagitta
a.apostoliuk created T5042: Command 'show vpn ipsec remote-access' does not work.
Mar 1 2023, 3:27 PM · VyOS 1.4 Sagitta
fernando changed Version from - to VyOS 1.4-rolling-202302231931 on T5041: PMTU per route-based .
Mar 1 2023, 2:27 PM · VyOS 1.5 Circinus
fernando created T5041: PMTU per route-based .
Mar 1 2023, 2:15 PM · VyOS 1.5 Circinus
jestabro triaged T5040: Generate API GraphQL schema on installation, rather than dynamically as Normal priority.
Mar 1 2023, 2:14 PM · VyOS 1.4 Sagitta
rayzilt closed T5015: Invalid format character error at hfsc class settings help text as Resolved.
Mar 1 2023, 11:13 AM · VyOS 1.4 Sagitta
sempervictus added a comment to T4625: Update ocserv to current revision (1.1.6).

Currently digging through a bug with ocserv upstream maintainers, might get a 1.1.7 once we fix that or atleast a 1.1.6-4.
Aside from the weird Duo+RADIUS thing, the version noted in this issue currently runs great.

Mar 1 2023, 12:05 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta

Feb 28 2023

b- added a comment to T3420: Support UPNP protocol.

My Xbox One game console is set to use "automatic" settings regarding both port selection and forwarding (via UPNP), and in doing so it chose port 54060 on my LAN (and has been distributed the IP address 172.23.217.102 from my DHCP server — which is not VyOS, by the way).

Feb 28 2023, 8:10 PM · VyOS 1.5 Circinus
b- added a comment to T3420: Support UPNP protocol.

A few issues I'm encountering while trying to test it right now:

Feb 28 2023, 8:05 PM · VyOS 1.5 Circinus
Viacheslav changed the status of T4625: Update ocserv to current revision (1.1.6) from In progress to Needs testing.
Feb 28 2023, 6:09 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Viacheslav changed the status of T5022: VRRP add mail notification from Open to In progress.
Feb 28 2023, 5:43 PM · Restricted Project, VyOS 1.5 Circinus
Viacheslav added a comment to T4625: Update ocserv to current revision (1.1.6).

PR for 1.3 https://github.com/vyos/vyos-build/pull/316

Feb 28 2023, 5:35 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Viacheslav changed the status of T4625: Update ocserv to current revision (1.1.6) from Open to In progress.
Feb 28 2023, 5:07 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Viacheslav claimed T4625: Update ocserv to current revision (1.1.6).
Feb 28 2023, 5:07 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Viacheslav moved T4625: Update ocserv to current revision (1.1.6) from Need Triage to Finished on the VyOS 1.4 Sagitta board.

For 1.4

vyos@r14# run show version all | match ocser
ii  ocserv                               1.1.6-3                          amd64        OpenConnect VPN server compatible with Cisco AnyConnect VPN
[edit]
vyos@r14#
Feb 28 2023, 5:03 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Viacheslav moved T4219: support incoming-interface (iif) in local PBR from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.3) board.
Feb 28 2023, 4:57 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Viacheslav closed T4219: support incoming-interface (iif) in local PBR as Resolved.
Feb 28 2023, 4:57 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Viacheslav added a comment to T4481: containers are not starting.

@Nova_Logic Is this bug still active?

Feb 28 2023, 4:31 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T4481: containers are not starting from Open to Needs testing.
Feb 28 2023, 4:24 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T3420: Support UPNP protocol.

It still requires testing
who can test if this feature works as expected?

Feb 28 2023, 4:23 PM · VyOS 1.5 Circinus
Viacheslav added a comment to T2640: Running VyOS inside Docker containers.

@zsdc Can we close it?

Feb 28 2023, 4:17 PM · VyOS 1.3 Equuleus (1.3.3)
Viacheslav changed the status of T2640: Running VyOS inside Docker containers from In progress to Needs testing.
Feb 28 2023, 4:14 PM · VyOS 1.3 Equuleus (1.3.3)
Viacheslav closed T3903: Containers: after command "reboot" the host system will reboot after 1.5 minutes as Resolved.
Feb 28 2023, 3:55 PM · VyOS 1.4 Sagitta
a.apostoliuk created T5039: Can't add new local user.
Feb 28 2023, 3:49 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4967: Ability to set hostname for the container.

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

Feb 28 2023, 2:32 PM · VyOS 1.4 Sagitta
a.apostoliuk closed T4955: Openconnect radiusclient.conf generating with extra authserver as Resolved.
Feb 28 2023, 2:01 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
a.apostoliuk moved T4955: Openconnect radiusclient.conf generating with extra authserver from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.3) board.
Feb 28 2023, 2:01 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
a.apostoliuk moved T4955: Openconnect radiusclient.conf generating with extra authserver from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Feb 28 2023, 2:01 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Viacheslav changed the status of T4967: Ability to set hostname for the container from Open to In progress.
Feb 28 2023, 1:28 PM · VyOS 1.4 Sagitta
SrividyaA placed T3989: Firewall - Can't delete rule in firewall entry and leave just default-action when firewall entry is in used up for grabs.
Feb 28 2023, 11:58 AM · VyOS 1.3 Equuleus (1.3.7), Known issue
Viacheslav edited projects for T5038: WAN load balancing sticky-connections inbound does not work., added: VyOS 1.3 Equuleus (1.3.3); removed vyatta-wanloadbalance, VyOS 1.3 Equuleus.
Feb 28 2023, 9:58 AM · VyOS 1.3 Equuleus (1.3.7)
Viacheslav moved T5033: generate-public-key command fails for address with multiple public keys like GitHub from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Feb 28 2023, 9:56 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.3)
chattytak created T5038: WAN load balancing sticky-connections inbound does not work..
Feb 28 2023, 9:29 AM · VyOS 1.3 Equuleus (1.3.7)
Viacheslav added a comment to T5033: generate-public-key command fails for address with multiple public keys like GitHub.

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

Feb 28 2023, 9:22 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.3)
GenexLogistics updated GenexLogistics.
Feb 28 2023, 8:54 AM
Viacheslav changed the status of T4977: Babel routing protocol support from Open to Needs testing.
Feb 28 2023, 8:25 AM · VyOS 1.4 Sagitta (1.4.0-epa2)
Viacheslav closed T4843: Command-line arguments in container config, a subtask of T578: Support Linux Container, as Resolved.
Feb 28 2023, 8:24 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Viacheslav closed T4843: Command-line arguments in container config as Resolved.

Done in T4014

Feb 28 2023, 8:24 AM · VyOS 1.4 Sagitta
Viacheslav changed the status of T4014: Add “command” and “arg” configuration options for containers, a subtask of T2216: Containerized third-party applications for VyOS, from Open to Needs testing.
Feb 28 2023, 8:22 AM · VyOS 1.4 Sagitta
Viacheslav changed the status of T4014: Add “command” and “arg” configuration options for containers from Open to Needs testing.
Feb 28 2023, 8:22 AM · VyOS 1.4 Sagitta
Viacheslav closed T5025: Time-zone validation failed as Resolved.
Feb 28 2023, 8:02 AM · VyOS 1.4 Sagitta
Viacheslav moved T5028: Add package exfatprogs to VyOS from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Feb 28 2023, 8:01 AM · VyOS 1.4 Sagitta
Viacheslav closed T5029: Nginx change default root directory and fix regex as Resolved.
Feb 28 2023, 8:01 AM · VyOS 1.4 Sagitta

Feb 27 2023

n.fort changed the status of T5037: Firewall - Add queue action from Open to In progress.
Feb 27 2023, 8:10 PM · VyOS 1.4 Sagitta
n.fort created T5037: Firewall - Add queue action.
Feb 27 2023, 8:09 PM · VyOS 1.4 Sagitta
b- triaged T4917: Commit hooks as Low priority.
In T4917#140239, @b- wrote:

Thanks! That’ll help me with what I’m working on :)From where does this limitation originate, anyway? Is there a way to at least add . to the acceptable characters list, so as to allow for foo.sh?  Would that break something that expects to skip over filenames with dots and other characters?

Not sure exactly but it seems this part of code https://github.com/vyos/vyatta-cfg/blob/ec568ce7b432acda01f9639afb509287a0e3d760/src/commit/commit-algorithm.cpp#L846

Feb 27 2023, 7:57 PM
c-po claimed T4989: QoS Policy Limiter - classes for marked traffic do not work.
Feb 27 2023, 7:30 PM · vyatta-cfg-qos, VyOS 1.4 Sagitta
c-po moved T4997: Add DHCP client user hooks dir from Need Triage to In Progress on the VyOS 1.4 Sagitta board.
Feb 27 2023, 7:30 PM · VyOS 1.4 Sagitta
c-po claimed T5018: Redirect to IFB removed after change in qos policy.
Feb 27 2023, 7:30 PM · VyOS 1.4 Sagitta
c-po moved T5025: Time-zone validation failed from Need Triage to In Progress on the VyOS 1.4 Sagitta board.
Feb 27 2023, 7:29 PM · VyOS 1.4 Sagitta
c-po closed T5028: Add package exfatprogs to VyOS as Resolved.
Feb 27 2023, 7:29 PM · VyOS 1.4 Sagitta
c-po moved T5029: Nginx change default root directory and fix regex from Need Triage to In Progress on the VyOS 1.4 Sagitta board.
Feb 27 2023, 7:28 PM · VyOS 1.4 Sagitta
b- added a comment to T2196: Dynamic ipv4 interface list hairpin.

@lue30499 T4997 was merged, so the script I put above (which adds/updates a firewall group for the DHCP IP of any DHCP-enabled interfaces) can now be installed on an official build of 1.4-rolling!

Feb 27 2023, 6:37 PM · VyOS 1.4 Sagitta (1.4.0-GA), VyOS 1.3 Equuleus (1.3.7)
jestabro added a comment to T4952: Improve interface completion helper CLI experience.

PR using list_interfaces from vyos-utils:

Feb 27 2023, 5:58 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5026: Python3 modules crypt and spwd are deprecated.

Openconnect

[edit]
vyos@r14# set vpn openconnect network-settings push-route 100.64.22.0/24
[edit]
vyos@r14# commit
[ vpn openconnect ]
/usr/libexec/vyos/conf_mode/vpn_openconnect.py:32: DeprecationWarning: 'crypt' is deprecated and slated for removal in Python 3.13
  from crypt import crypt, mksalt, METHOD_SHA512
Feb 27 2023, 4:06 PM · VyOS 1.4 Sagitta
Viacheslav updated the task description for T5026: Python3 modules crypt and spwd are deprecated.
Feb 27 2023, 4:05 PM · VyOS 1.4 Sagitta
marekm added a comment to T4600: Closing IPV6CP by client closes PPPoE link completely, even if IPv6 is optional.

As a temporary workaround, I use the script below. For some reason /etc/rc.local no longer runs automatically on VyOS 1.3.2, so I run it manually after each reboot for now. Until it is run, Phicomm routers keep disconnecting due to failed IPV6CP negotiation incorrectly triggering complete PPPoE session termination. I have two PPPoE servers at different locations for redundancy, both rebooting at the same time is very unlikely, so I can live with it for now.

Feb 27 2023, 3:38 PM · VyOS 1.4 Sagitta (1.4.0-GA), VyOS 1.3 Equuleus (1.3.7), VyOS 1.5 Circinus
Viacheslav closed T5036: show nat source translations - fails to function as Invalid.
Feb 27 2023, 1:26 PM · VyOS 1.4 Sagitta
Hazza06 added a comment to T5036: show nat source translations - fails to function.

thank you, yes updating to latest 1.4 rolling has resolved the issue, pls feel free to close this task as duplicate to https://vyos.dev/T4907

Feb 27 2023, 1:20 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5036: show nat source translations - fails to function.

@Hazza06 https://github.com/vyos/vyos-1x/commit/09be3e86f2171e8b090fd3270ce05ae67ade58ec T4907

Feb 27 2023, 12:45 PM · VyOS 1.4 Sagitta
panachoi added a comment to T4797: External address/network lists for firewall (Local and remote).

I'd be happy to test anything that implements this. Previously, I (judging from the forum, I'm not the only one) using this EdgeOS-BL-Mgmt with 1.3.x.

Feb 27 2023, 12:19 PM · VyOS 1.5 Circinus
Hazza06 added a comment to T5036: show nat source translations - fails to function.

are you saying this has been fixed in just the last 2 months ? i reported this on 1.4-rolling-202212280917

Feb 27 2023, 12:13 PM · VyOS 1.4 Sagitta
Viacheslav updated subscribers of T5018: Redirect to IFB removed after change in qos policy.

There is missed the command tc qdisc add dev eth0 handle ffff: ingress

vyos@r14# tc qdisc show dev eth0
qdisc pfifo_fast 0: root refcnt 2 bands 3 priomap 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1
[edit]
vyos@r14# 
[edit]
vyos@r14# tc filter add dev eth0 parent ffff: protocol all prio 10 u32 match u32 0 0 flowid 1:1 action mirred egress redirect dev ifb0
Error: Parent Qdisc doesn't exists.
We have an error talking to the kernel
[edit]
vyos@r14#
Feb 27 2023, 12:06 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T5018: Redirect to IFB removed after change in qos policy from Open to Confirmed.
Feb 27 2023, 11:51 AM · VyOS 1.4 Sagitta
a.apostoliuk closed T4985: reset vpn ipsec-peer command with peer name does not work as Resolved.
Feb 27 2023, 10:20 AM · VyOS 1.4 Sagitta
a.apostoliuk moved T4985: reset vpn ipsec-peer command with peer name does not work from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Feb 27 2023, 10:20 AM · VyOS 1.4 Sagitta
a.apostoliuk moved T5008: MACsec CKN of 32 chars is not allowed in CLI, but works fine from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Feb 27 2023, 10:08 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Viacheslav added a comment to T5036: show nat source translations - fails to function.

Try the latest rolling release

Feb 27 2023, 9:14 AM · VyOS 1.4 Sagitta
Viacheslav added a project to T3191: PAM RADIUS freezing when accounting does not configured on RADIUS server: VyOS 1.4 Sagitta.
Feb 27 2023, 8:22 AM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Hazza06 created T5036: show nat source translations - fails to function.
Feb 27 2023, 2:18 AM · VyOS 1.4 Sagitta

Feb 26 2023

jestabro closed T4979: Add API request 'show_user_info' for UI as Resolved.
Feb 26 2023, 9:31 PM · VyOS 1.4 Sagitta
c-po changed the status of T4997: Add DHCP client user hooks dir from In progress to Needs testing.
Feb 26 2023, 8:09 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T5035: Add more actions to policy route rule from Open to In progress.
Feb 26 2023, 4:53 PM · VyOS 1.4 Sagitta
Viacheslav added a project to T5035: Add more actions to policy route rule: VyOS 1.4 Sagitta.
Feb 26 2023, 4:52 PM · VyOS 1.4 Sagitta
Yuanandyuan created T5035: Add more actions to policy route rule.
Feb 26 2023, 12:47 PM · VyOS 1.4 Sagitta

Feb 25 2023

Viacheslav changed the status of T5033: generate-public-key command fails for address with multiple public keys like GitHub from Open to In progress.
Feb 25 2023, 10:49 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.3)
Viacheslav added a comment to T5033: generate-public-key command fails for address with multiple public keys like GitHub.

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

vyos@r14:~$ generate public-key-command user foo path https://github.com/xxxxx.keys
# To add this key as an embedded key, run the following commands:
configure
set system login user foo authentication public-keys github@39e9c9ba-408d-4b4b-9aa6-d07f531285bf key xxxxx
set system login user foo authentication public-keys github@39e9c9ba-408d-4b4b-9aa6-d07f531285bf type ssh-rsa
set system login user foo authentication public-keys github@4732d9b0-4bc5-47d1-9028-0e68348a932f key xxxxx
set system login user foo authentication public-keys github@4732d9b0-4bc5-47d1-9028-0e68348a932f type ssh-rsa
set system login user foo authentication public-keys github@a93a85ba-5b63-4c3a-a589-2e82da7c8f1f key xxxxx
set system login user foo authentication public-keys github@a93a85ba-5b63-4c3a-a589-2e82da7c8f1f type ssh-rsa
commit
save
exit
vyos@r14:~$
Feb 25 2023, 10:47 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.3)
c-po closed T5034: Migrate multicast CLI node to valueLess, a subtask of T5007: Interface multicast setting is invalid, as Resolved.
Feb 25 2023, 9:41 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
c-po closed T5034: Migrate multicast CLI node to valueLess as Resolved.
Feb 25 2023, 9:41 PM · VyOS 1.4 Sagitta
c-po updated the task description for T5034: Migrate multicast CLI node to valueLess.
Feb 25 2023, 9:41 PM · VyOS 1.4 Sagitta
c-po changed the status of T5034: Migrate multicast CLI node to valueLess, a subtask of T5007: Interface multicast setting is invalid, from Open to In progress.
Feb 25 2023, 9:15 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta