Page MenuHomeVyOS Platform
Feed All Stories

Feb 23 2022

artooro added a comment to T4199: Commit failed when setting icmpv6 type any.

Hey @n.fort yes I did test it per my comment on Jan 23rd. It's fine just different in that type used to be a name and now it's an integer with a separate option of type-name. It's fine was just noting the difference compared to previous versions.
Thanks for checking!

Feb 23 2022, 3:57 PM · VyOS 1.4 Sagitta
n.fort closed T4194: prefix-list no check for duplicate entries as Resolved.
Feb 23 2022, 3:48 PM · VyOS 1.4 Sagitta
n.fort added a comment to T4194: prefix-list no check for duplicate entries.

Tested on VyOS 1.4-rolling-202202150317:

Feb 23 2022, 3:48 PM · VyOS 1.4 Sagitta
pvanberlo added a comment to T4262: install image doesn't respect chosen root partition size.

I can't add anything else unfortunately, it just doesn't work for me on a physical device whichever value I enter, it always takes the remainder of the free space for the root partition. Manually modifying it works fine.

Feb 23 2022, 3:43 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
n.fort added a comment to T4199: Commit failed when setting icmpv6 type any.

I think this task can be marked as resolved, but before doing that, anything else @artooro ? Were you able to test it?

Feb 23 2022, 3:40 PM · VyOS 1.4 Sagitta
jestabro added a subtask for T4235: Add config tree diff algorithm: T4260: Extend vyos.configdict.node_changed() to support recursiveness.
Feb 23 2022, 2:59 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro added a parent task for T4260: Extend vyos.configdict.node_changed() to support recursiveness: T4235: Add config tree diff algorithm.
Feb 23 2022, 2:59 PM · VyOS 1.3 Equuleus (1.3.2)
jestabro reopened T4235: Add config tree diff algorithm as "Open".

Reopen to add some simplifications to the interface, inspired by T4260.

Feb 23 2022, 2:59 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
n.fort added a comment to T4262: install image doesn't respect chosen root partition size.

@pvanberlo Can you share more info on how we can reproduce this issue?

Feb 23 2022, 2:49 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
n.fort added a comment to T4262: install image doesn't respect chosen root partition size.

I wasn't able to reproduce the issue.
I installed 3 times VyOS 1.3.0 version on Proxmox:

Feb 23 2022, 2:46 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
olofl added a comment to T3771: DHCPv6 server prefix delegation - dynamically add route to delegated prefix via requesting router.

If VyOS goes for Kea, it might be a better idea to invest time in Kea DHCPv6, as it has hook libraries which might resolve this task neater.

Feb 23 2022, 9:28 AM · VyOS 1.5 Circinus
Unknown Object (User) added a comment to T4243: Nat log - Add translated data to nat logs.

Confirm successful sending of syslog messages with NAT broadcasts. It is not information about every packet that is sent, it is information about the entry in the conntrack table. Therefore it takes some time before the syslog messages are visible.

Feb 23 2022, 1:29 AM · VyOS 1.5 Circinus

Feb 22 2022

mwheeler updated the task description for T4267: Error - Missing required "ip key" parameter.
Feb 22 2022, 10:30 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus ( 1.3.1)
mwheeler created T4267: Error - Missing required "ip key" parameter.
Feb 22 2022, 7:57 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus ( 1.3.1)
n.fort added a comment to T4122: interface ip address config missing after upgrade from 1.2.8 to 1.3.0 (when redirect is configured?).

PR: https://github.com/vyos/vyatta-cfg-qos/pull/12

Feb 22 2022, 6:43 PM · VyOS 1.3 Equuleus (1.3.3)
n.fort claimed T4122: interface ip address config missing after upgrade from 1.2.8 to 1.3.0 (when redirect is configured?).
Feb 22 2022, 4:47 PM · VyOS 1.3 Equuleus (1.3.3)
Viacheslav added a comment to T4122: interface ip address config missing after upgrade from 1.2.8 to 1.3.0 (when redirect is configured?).

Adding priority >=615 should fix it

vyos@r11-roll# sudo cat /opt/vyatta/share/vyatta-cfg/templates/interfaces/ethernet/node.tag/vif/node.tag/redirect/node.def
type: txt
priority: 615
help: Incoming packet redirection destination
allowed: /opt/vyatta/sbin/vyatta-interfaces.pl --show=input
Feb 22 2022, 4:27 PM · VyOS 1.3 Equuleus (1.3.3)
Viacheslav changed the status of T4122: interface ip address config missing after upgrade from 1.2.8 to 1.3.0 (when redirect is configured?) from Open to In progress.
Feb 22 2022, 4:07 PM · VyOS 1.3 Equuleus (1.3.3)
n.fort added a comment to T4122: interface ip address config missing after upgrade from 1.2.8 to 1.3.0 (when redirect is configured?).

Explanation on how to reproduce this error:

  • On fresh install on 1.2.8 (more parameter may be needed to be able to upgrade router):
set interfaces input ifb042
set interfaces ethernet eth0 vif 42 address 203.0.113.47/32
set interfaces ethernet eth0 vif 42 redirect 'ifb042'

Then add and install 1.3.0 vyos image, and reboot.

Feb 22 2022, 4:07 PM · VyOS 1.3 Equuleus (1.3.3)
Viacheslav added a project to T4122: interface ip address config missing after upgrade from 1.2.8 to 1.3.0 (when redirect is configured?): VyOS 1.4 Sagitta.
Feb 22 2022, 4:00 PM · VyOS 1.3 Equuleus (1.3.3)
Viacheslav added a comment to T4122: interface ip address config missing after upgrade from 1.2.8 to 1.3.0 (when redirect is configured?).

VyOS 1.4

set interfaces input ifb042
set interfaces ethernet eth0 vif 42 address 203.0.113.47/32
set interfaces ethernet eth0 vif 42 redirect 'ifb042'
Feb 22 2022, 3:24 PM · VyOS 1.3 Equuleus (1.3.3)
n.fort added a comment to T4027: Does not possible to update the system with 512MB of RAM.

Same problem when downgrading from 1.3.0 to 1.2.8

Feb 22 2022, 3:14 PM · VyOS 1.3 Equuleus (1.3.6)
n.fort added a comment to T4122: interface ip address config missing after upgrade from 1.2.8 to 1.3.0 (when redirect is configured?).

Can confirm the problem.
Also, when bootting on 1.3.0 version, and trying to load pre-migration config file, it's also not possible.
Removing "redirect" entry from pre-migration file, configurations loads correctly.
Once configuration was loaded, "redirect" command con be inserted once again in cli, and it is accepted.

Feb 22 2022, 3:11 PM · VyOS 1.3 Equuleus (1.3.3)
Viacheslav updated the task description for T4266: Add controller for nftables bgp flowspec routes.
Feb 22 2022, 3:10 PM · Restricted Project, VyOS 1.5 Circinus
Viacheslav updated the task description for T4266: Add controller for nftables bgp flowspec routes.
Feb 22 2022, 3:06 PM · Restricted Project, VyOS 1.5 Circinus
Viacheslav added a comment to T1253: Feature Request: FRR Flowspec.

@Cheeze_It It is not hard https://github.com/vyos/vyos-1x/blob/current/op-mode-definitions/show-bgp.xml.in

Feb 22 2022, 2:30 PM · VyOS 1.5 Circinus
Cheeze_It added a comment to T1253: Feature Request: FRR Flowspec.

@Viacheslav, hmmm, yeah that's a good point. I'll see what I can do to add the OP configs. I know I added the conf configs.

Feb 22 2022, 2:28 PM · VyOS 1.5 Circinus
Viacheslav updated the task description for T4266: Add controller for nftables bgp flowspec routes.
Feb 22 2022, 2:27 PM · Restricted Project, VyOS 1.5 Circinus
Viacheslav updated the task description for T4266: Add controller for nftables bgp flowspec routes.
Feb 22 2022, 2:06 PM · Restricted Project, VyOS 1.5 Circinus
Viacheslav created T4266: Add controller for nftables bgp flowspec routes.
Feb 22 2022, 2:00 PM · Restricted Project, VyOS 1.5 Circinus
Viacheslav added a comment to T1253: Feature Request: FRR Flowspec.

@Cheeze_It There is a task for op-mode T4265
Task for controller T4266

Feb 22 2022, 1:40 PM · VyOS 1.5 Circinus
Viacheslav created T4265: Add op-mode for bgp flowspec state and routes.
Feb 22 2022, 12:12 PM · VyOS 1.4 Sagitta
c-po moved T4263: vyos.util.leaf_node_changed() dos not honor valueLess nodes from Backport Candidates to Finished on the VyOS 1.3 Equuleus ( 1.3.1) board.
Feb 22 2022, 10:10 AM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
c-po moved T4264: vxlan: interface is destroyed and rebuild on description change from Backport Candidates to Finished on the VyOS 1.3 Equuleus ( 1.3.1) board.
Feb 22 2022, 10:10 AM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
c-po moved T4263: vyos.util.leaf_node_changed() dos not honor valueLess nodes from Need Triage to Backport Candidates on the VyOS 1.3 Equuleus ( 1.3.1) board.
Feb 22 2022, 9:33 AM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
c-po moved T4264: vxlan: interface is destroyed and rebuild on description change from Need Triage to Backport Candidates on the VyOS 1.3 Equuleus ( 1.3.1) board.
Feb 22 2022, 9:33 AM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
c-po changed the status of T4264: vxlan: interface is destroyed and rebuild on description change from In progress to Needs testing.
Feb 22 2022, 9:33 AM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
c-po changed the status of T4263: vyos.util.leaf_node_changed() dos not honor valueLess nodes, a subtask of T4264: vxlan: interface is destroyed and rebuild on description change, from In progress to Needs testing.
Feb 22 2022, 9:33 AM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
c-po changed the status of T4263: vyos.util.leaf_node_changed() dos not honor valueLess nodes from In progress to Needs testing.
Feb 22 2022, 9:33 AM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
c-po moved T4263: vyos.util.leaf_node_changed() dos not honor valueLess nodes from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Feb 22 2022, 9:33 AM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
c-po moved T4264: vxlan: interface is destroyed and rebuild on description change from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Feb 22 2022, 9:33 AM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
c-po added a project to T4264: vxlan: interface is destroyed and rebuild on description change: VyOS 1.3 Equuleus ( 1.3.1).
Feb 22 2022, 9:33 AM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
c-po changed the status of T4263: vyos.util.leaf_node_changed() dos not honor valueLess nodes from Open to In progress.
Feb 22 2022, 9:28 AM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
c-po changed the status of T4263: vyos.util.leaf_node_changed() dos not honor valueLess nodes, a subtask of T4264: vxlan: interface is destroyed and rebuild on description change, from Open to In progress.
Feb 22 2022, 9:28 AM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
c-po updated the task description for T4263: vyos.util.leaf_node_changed() dos not honor valueLess nodes.
Feb 22 2022, 9:28 AM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
c-po added a parent task for T4263: vyos.util.leaf_node_changed() dos not honor valueLess nodes: T4264: vxlan: interface is destroyed and rebuild on description change.
Feb 22 2022, 9:27 AM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
c-po added a subtask for T4264: vxlan: interface is destroyed and rebuild on description change: T4263: vyos.util.leaf_node_changed() dos not honor valueLess nodes.
Feb 22 2022, 9:27 AM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
c-po changed the status of T4264: vxlan: interface is destroyed and rebuild on description change from Open to In progress.
Feb 22 2022, 9:27 AM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
c-po created T4264: vxlan: interface is destroyed and rebuild on description change.
Feb 22 2022, 9:27 AM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
c-po created T4263: vyos.util.leaf_node_changed() dos not honor valueLess nodes.
Feb 22 2022, 9:26 AM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
c-po added a comment to T4151: IPV6 local PBR Support.

1.3 / equuleus backport reverted.

Feb 22 2022, 6:55 AM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta

Feb 21 2022

c-po closed T4120: [VXLAN] add ability to set multiple unicast-remotes as Resolved.
Feb 21 2022, 6:12 PM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
c-po moved T4120: [VXLAN] add ability to set multiple unicast-remotes from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Feb 21 2022, 6:12 PM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
c-po moved T4120: [VXLAN] add ability to set multiple unicast-remotes from Need Triage to Finished on the VyOS 1.3 Equuleus ( 1.3.1) board.
Feb 21 2022, 6:12 PM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
c-po triaged T4120: [VXLAN] add ability to set multiple unicast-remotes as Low priority.
Feb 21 2022, 6:12 PM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
n.fort added a comment to T4210: NAT source/destination negated ports throws an error.
  1. Negated ports: erros while writing command.

For example:

Feb 21 2022, 5:01 PM · VyOS 1.4 Sagitta
SrividyaA added a comment to T3656: IPSec 1.4 : "show vpn ike sa" does not show the correct default ike version.

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

Feb 21 2022, 2:49 PM · VyOS 1.4 Sagitta
eronlloyd added a comment to T538: Support for network mapping in NAT.

+1

Feb 21 2022, 11:31 AM · VyOS 1.4 Sagitta
eronlloyd added a comment to T751: IDS and IPS (suricata).

+1

Feb 21 2022, 11:29 AM · VyOS 1.5 Circinus
eronlloyd added a comment to T3316: Use Kea DHCP(v6) instead of ISC DHCP(v6).

ISC will be decommissioning dhcpd at some point and continuing to work on Kea:

Feb 21 2022, 11:27 AM · VyOS 1.5 Circinus
eronlloyd added a comment to T1097: Make firewall groups work everywhere that's appropropriate.

+1

Feb 21 2022, 11:19 AM · VyOS 1.4 Sagitta
eronlloyd added a comment to T3476: Update availability check.

+1

Feb 21 2022, 11:19 AM · VyOS 1.4 Sagitta
eronlloyd added a comment to T2477: Make VyOS interactively ask whether user trust remote host SSH fingerprint.

+1

Feb 21 2022, 11:10 AM · VyOS 1.5 Circinus
SrividyaA claimed T3656: IPSec 1.4 : "show vpn ike sa" does not show the correct default ike version.
Feb 21 2022, 9:56 AM · VyOS 1.4 Sagitta

Feb 20 2022

chenxiaolong closed T4245: eapol: Support for specifying the full CA chain of trust for both client and server as Resolved.

Closing this as resolved since both PRs have been merged.

Feb 20 2022, 9:20 PM
Viacheslav added a comment to T3656: IPSec 1.4 : "show vpn ike sa" does not show the correct default ike version.

@SrividyaA Could you fix the old command help description?

Feb 20 2022, 8:55 PM · VyOS 1.4 Sagitta
SrividyaA added a comment to T4115: reboot in <x> not working as expected.

Submitted this PR: https://github.com/vyos/vyos-1x/pull/1232

Feb 20 2022, 8:53 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav added a comment to T3948: IPSec VPN: Add a new option "none" for the connection-type.

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

Feb 20 2022, 8:37 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T3948: IPSec VPN: Add a new option "none" for the connection-type from Open to In progress.
Feb 20 2022, 8:01 PM · VyOS 1.4 Sagitta
Viacheslav added projects to T4262: install image doesn't respect chosen root partition size: VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta.
Feb 20 2022, 7:52 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
sarthurdev added a comment to T4262: install image doesn't respect chosen root partition size.

sgdisk man says -n should have a partition number followed by start/end values. Looking at the code this bug is present in all versions 1.2 and above.

Feb 20 2022, 7:51 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
pvanberlo added a comment to T4262: install image doesn't respect chosen root partition size.

This is on a fresh ISO build of 1.3, but looking at Github, the same parts are in the current branch and the equuleus branch of the vyatta-cfg-system repo.

Feb 20 2022, 7:48 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Viacheslav changed the subtype of T4262: install image doesn't respect chosen root partition size from "Task" to "Bug".

Which version?

Feb 20 2022, 7:45 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Viacheslav added a comment to T3948: IPSec VPN: Add a new option "none" for the connection-type.

@SrividyaA Which configurations do you expect with option set vpn ipsec site-to-site peer 192.168.122.14 connection-type none ?

Feb 20 2022, 7:41 PM · VyOS 1.4 Sagitta
pvanberlo created T4262: install image doesn't respect chosen root partition size.
Feb 20 2022, 7:30 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
sarthurdev closed Restricted Maniphest Task, a subtask of T2816: Rewrite IPsec scripts with the new XML/Python approach, as Resolved.
Feb 20 2022, 7:21 PM · VyOS 1.4 Sagitta
c-po moved T4261: MACsec: add DHCP client support from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Feb 20 2022, 7:20 PM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
c-po closed T4203: Reconfigure DHCP client interface causes brief outages as Resolved.
Feb 20 2022, 7:20 PM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
c-po moved T4261: MACsec: add DHCP client support from Need Triage to Finished on the VyOS 1.3 Equuleus ( 1.3.1) board.
Feb 20 2022, 7:20 PM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
c-po closed T4261: MACsec: add DHCP client support as Resolved.
Feb 20 2022, 7:20 PM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
c-po updated the task description for T4261: MACsec: add DHCP client support.
Feb 20 2022, 7:20 PM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
Viacheslav closed T4254: VPN IPSec charon add options cisco_flexvpn and install_virtual_ip_on as Resolved.
Feb 20 2022, 7:18 PM · VyOS 1.4 Sagitta
c-po claimed T4261: MACsec: add DHCP client support.
Feb 20 2022, 7:10 PM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
c-po created T4261: MACsec: add DHCP client support.
Feb 20 2022, 7:10 PM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
Viacheslav added a comment to T1856: Support configuring IPSec SA bytes.

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

Feb 20 2022, 6:36 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)
c-po changed the status of T4203: Reconfigure DHCP client interface causes brief outages from Confirmed to Needs testing.
Feb 20 2022, 6:00 PM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
c-po moved T4203: Reconfigure DHCP client interface causes brief outages from Need Triage to Finished on the VyOS 1.3 Equuleus ( 1.3.1) board.
Feb 20 2022, 5:59 PM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
c-po moved T4203: Reconfigure DHCP client interface causes brief outages from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Feb 20 2022, 5:59 PM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
c-po moved T4260: Extend vyos.configdict.node_changed() to support recursiveness from Need Triage to Backlog on the VyOS 1.4 Sagitta board.
Feb 20 2022, 5:59 PM · VyOS 1.3 Equuleus (1.3.2)
c-po edited projects for T4203: Reconfigure DHCP client interface causes brief outages, added: VyOS 1.3 Equuleus ( 1.3.1); removed VyOS 1.3 Equuleus.
Feb 20 2022, 5:59 PM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
Viacheslav moved T4151: IPV6 local PBR Support from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Feb 20 2022, 4:56 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
Viacheslav changed the status of T1856: Support configuring IPSec SA bytes, a subtask of T2816: Rewrite IPsec scripts with the new XML/Python approach, from Open to In progress.
Feb 20 2022, 4:47 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T1856: Support configuring IPSec SA bytes from Open to In progress.
Feb 20 2022, 4:47 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a project to T1856: Support configuring IPSec SA bytes: VyOS 1.4 Sagitta.
Feb 20 2022, 4:44 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)
Viacheslav changed the subtype of T4001: Feature Request: IPsec transport mode. VyOS can not use local-subnet or remote-subnet when using transport mode from "Task" to "Feature Request".
Feb 20 2022, 3:18 PM · Restricted Project, VyOS 1.3 Equuleus (1.3.9), VyOS 1.5 Circinus
eronlloyd added a comment to T3955: Allow commit-confirm through http API.

+1

Feb 20 2022, 11:48 AM · VyOS 1.5 Circinus
eronlloyd added a comment to T2768: Define a high level HTTP API.

+1; versioning the API is also a best practice.

Feb 20 2022, 11:45 AM · VyOS 1.5 Circinus
eronlloyd added a comment to T4072: Feature Request: Firewall on bridge interfaces.

+1

Feb 20 2022, 11:43 AM · VyOS 1.4 Sagitta
eronlloyd added a comment to T4074: Add NETCONF server with YANG data modeling .

+1

Feb 20 2022, 11:42 AM · VyOS 1.5 Circinus
eronlloyd added a comment to T4190: Add commit comment to the configuration API..

+1

Feb 20 2022, 11:38 AM · Restricted Project, VyOS 1.5 Circinus