Page MenuHomeVyOS Platform
Feed All Stories

Dec 22 2023

syncer empowered c-po as an administrator.
Dec 22 2023, 5:03 PM
Viacheslav added a comment to T5840: Upgrade Kea to 2.4.x.

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

Dec 22 2023, 4:19 PM · VyOS 1.5 Circinus
Viacheslav added a comment to T5840: Upgrade Kea to 2.4.x.

Also I found this log

Dec 22 2023, 2:57 PM · VyOS 1.5 Circinus
Viacheslav added a comment to T5847: Protocol failover stopped working after suspend + resume.

I usually do debug this way https://github.com/vyos/vyos-1x/blob/dfbc854157fa4655a8f459b2447df64dc74119d1/src/helpers/vyos-failover.py#L181-L183

Dec 22 2023, 2:24 PM · VyOS 1.4 Sagitta (1.4.0-GA)
Viacheslav added a comment to T5840: Upgrade Kea to 2.4.x.

It binds port 647

set interfaces dummy dum8765 address '192.0.2.1/24'
Dec 22 2023, 1:52 PM · VyOS 1.5 Circinus
Viacheslav added a comment to T5840: Upgrade Kea to 2.4.x.

After update it cannot pass the smoketest

vyos@r4:~$ /usr/libexec/vyos/tests/smoke/cli/test_service_dhcp-server.py
test_dhcp_exclude_in_range (__main__.TestServiceDHCPServer.test_dhcp_exclude_in_range) ... ok
test_dhcp_exclude_not_in_range (__main__.TestServiceDHCPServer.test_dhcp_exclude_not_in_range) ... ok
test_dhcp_failover (__main__.TestServiceDHCPServer.test_dhcp_failover) ... FAIL
test_dhcp_multiple_pools (__main__.TestServiceDHCPServer.test_dhcp_multiple_pools) ... ok
test_dhcp_relay_server (__main__.TestServiceDHCPServer.test_dhcp_relay_server) ... ok
test_dhcp_single_pool_options (__main__.TestServiceDHCPServer.test_dhcp_single_pool_options) ... ok
test_dhcp_single_pool_range (__main__.TestServiceDHCPServer.test_dhcp_single_pool_range) ... ok
test_dhcp_single_pool_static_mapping (__main__.TestServiceDHCPServer.test_dhcp_single_pool_static_mapping) ... ok
Dec 22 2023, 1:18 PM · VyOS 1.5 Circinus
Viacheslav added a comment to T3316: Use Kea DHCP(v6) instead of ISC DHCP(v6).

Cannot pass smoketest

vyos@r4:~$ /usr/libexec/vyos/tests/smoke/cli/test_service_dhcp-server.py
test_dhcp_exclude_in_range (__main__.TestServiceDHCPServer.test_dhcp_exclude_in_range) ... ok
test_dhcp_exclude_not_in_range (__main__.TestServiceDHCPServer.test_dhcp_exclude_not_in_range) ... ok
test_dhcp_failover (__main__.TestServiceDHCPServer.test_dhcp_failover) ... FAIL
test_dhcp_multiple_pools (__main__.TestServiceDHCPServer.test_dhcp_multiple_pools) ... ok
test_dhcp_relay_server (__main__.TestServiceDHCPServer.test_dhcp_relay_server) ... ok
test_dhcp_single_pool_options (__main__.TestServiceDHCPServer.test_dhcp_single_pool_options) ... ok
test_dhcp_single_pool_range (__main__.TestServiceDHCPServer.test_dhcp_single_pool_range) ... ok
test_dhcp_single_pool_static_mapping (__main__.TestServiceDHCPServer.test_dhcp_single_pool_static_mapping) ... ok
Dec 22 2023, 1:09 PM · VyOS 1.5 Circinus
danielpo added a comment to T160: Support NAT64.

if you are running the netfilter implementation, I think the iptables mangle is handled automatically.(I verified this by changing my Jool to netfilter and removed these lines below:

ip6tables -t mangle -A PREROUTING --destination 64:ff9b::/96 -j JOOL --instance default
iptables  -t mangle -A PREROUTING --destination 172.21.8.202 -p tcp --dport 1:65535 -j JOOL --instance default
iptables  -t mangle -A PREROUTING --destination 172.21.8.202 -p udp --dport 1:65535 -j JOOL --instance default
iptables  -t mangle -A PREROUTING --destination 172.21.8.202 -p icmp -j JOOL --instance default
Dec 22 2023, 11:10 AM · VyOS 1.4 Sagitta (1.4.0-epa1)
n.fort closed T5804: SNAT "any" interface error as Resolved.
Dec 22 2023, 10:27 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
n.fort added a comment to T160: Support NAT64.

I stil haven't tried nat64, but quick config example, for nat64 for single ipv6 address is not allowed by our cli:

Dec 22 2023, 10:26 AM · VyOS 1.4 Sagitta (1.4.0-epa1)
Viacheslav added a project to T5838: Add Infiniband kernel modules: VyOS 1.4 Sagitta.
Dec 22 2023, 10:07 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
giuavo added a comment to T5721: Error in migrating configuration from VyOS 1.4.

Sure, I will do that and report here the outcome.

Dec 22 2023, 10:04 AM · VyOS 1.5 Circinus
Viacheslav updated subscribers of T160: Support NAT64.

@danielpo marking IPv6 packet is possible

set policy route6 PBR6 interface 'eth1'
set policy route6 PBR6 rule 100 set mark '4'
set policy route6 PBR6 rule 100 source address '2001:db8::/64'
Dec 22 2023, 9:31 AM · VyOS 1.4 Sagitta (1.4.0-epa1)
Viacheslav added a project to T5848: Add triple-isolate flow isolation option to CAKE QoS policy: VyOS 1.5 Circinus.
Dec 22 2023, 8:38 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
danhusan closed T5811: static dhcp-interface routes not installed as Resolved.
Dec 22 2023, 8:35 AM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
danhusan added a comment to T5811: static dhcp-interface routes not installed.

Confirmed working properly in 1.4.0-rc1

Dec 22 2023, 8:34 AM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
Viacheslav added a comment to T4516: Rewrite system image manipulation tools in Python.

Some users have issues https://forum.vyos.io/t/grub-menu-fails-to-load-on-serial-only-devices-with-no-kvm/

Dec 22 2023, 8:32 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
c-po added a subtask for T591: Support SRv6: T5849: Add SRv6 route commands.
Dec 22 2023, 7:46 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po added a parent task for T5849: Add SRv6 route commands: T591: Support SRv6.
Dec 22 2023, 7:46 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po changed the status of T5849: Add SRv6 route commands from Open to On hold.
Dec 22 2023, 7:46 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po changed the status of T5849: Add SRv6 route commands, a subtask of T5788: frr: update to 9.1 release, from Open to On hold.
Dec 22 2023, 7:46 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po created T5849: Add SRv6 route commands.
Dec 22 2023, 7:45 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
SrividyaA added a comment to T5721: Error in migrating configuration from VyOS 1.4.

@giuavo , can you please test in latest rolling release

Dec 22 2023, 5:30 AM · VyOS 1.5 Circinus
initramfs closed T4760: VyOS does not support running multiple instances of DHCPv6 clients as Resolved.
Dec 22 2023, 3:40 AM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.4 Sagitta
MattK created T5848: Add triple-isolate flow isolation option to CAKE QoS policy.
Dec 22 2023, 1:48 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Dec 21 2023

n.fort closed T5676: NAT66 source rule with negation source/destination prefix causes TypeError as Resolved.
Dec 21 2023, 11:09 PM · VyOS 1.5 Circinus
c-po closed T2898: Support NDP proxy, a subtask of T2518: Add support for IPv6 NAT (NPTv6), as Resolved.
Dec 21 2023, 7:30 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
c-po closed T2898: Support NDP proxy, a subtask of T3089: Migrate port mirroring to vyos-1x and support two-way traffic mirroring, as Resolved.
Dec 21 2023, 7:29 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T2898: Support NDP proxy as Resolved.
Dec 21 2023, 7:29 PM · VyOS 1.4 Sagitta
c-po changed the status of T5311: Connection issues packet loss, network down with Intel I225-V and I226 from Open to In progress.
Dec 21 2023, 7:29 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Harliff updated subscribers of T5847: Protocol failover stopped working after suspend + resume.

@Viacheslav
First of all, thanks for the failover feature!
If you have enough time, please take a look at this bugreport.

Dec 21 2023, 6:43 PM · VyOS 1.4 Sagitta (1.4.0-GA)
scottkrzyzowski added a comment to T1297: Add GARP settings to VRRP/keepalived.

This would be a useful feature to have.

Dec 21 2023, 5:15 PM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.4 Sagitta
yzguy added a comment to T5676: NAT66 source rule with negation source/destination prefix causes TypeError.

All good from my side! Just did quick test and it seems to work as expected. Thanks @n.fort

Dec 21 2023, 4:22 PM · VyOS 1.5 Circinus
danielpo added a comment to T160: Support NAT64.

Is it possible to add support for policy routing?

Dec 21 2023, 3:54 PM · VyOS 1.4 Sagitta (1.4.0-epa1)
Viacheslav closed T5800: HTTPS API unavailable after delete VRF as Resolved N/A.

Not reproduced in 1.3.5

vyos@r1# set service https vrf foo
[edit]
vyos@r1# commit
[edit]
vyos@r1# del service https vrf foo
[edit]
vyos@r1# commit
[edit]
vyos@r1# curl -k --location --request POST 'https://localhost/retrieve'   --form data='{"op": "showConfig", "path": ["system", "ip"]}'   --form key='foo'
{"success": true, "data": {"arp": {"table-size": "32768"}}, "error": null}[edit]
vyos@r1# 
[edit]
vyos@r1# run show ver
Dec 21 2023, 2:07 PM · VyOS 1.3 Equuleus (1.3.6)
Viacheslav updated the task description for T5800: HTTPS API unavailable after delete VRF.
Dec 21 2023, 2:05 PM · VyOS 1.3 Equuleus (1.3.6)
Viacheslav closed T5796: Openconnect - HTTPS security headers are missing as Resolved.
Dec 21 2023, 2:01 PM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav added a comment to T5715: IPSec VPN: restart vpn is not working.

@SrividyaA could you re-check and close it?

Dec 21 2023, 1:54 PM · VyOS 1.3 Equuleus (1.3.6)
Viacheslav closed T5714: IPSec VPN: op-mode: "show log vpn" does not show results as Resolved.
Dec 21 2023, 1:53 PM · VyOS 1.3 Equuleus (1.3.6)
Viacheslav assigned T4816: IPv4-mapped and IPv4-compatible IPv6 addresses not valid anymore to dmbaturin.
Dec 21 2023, 1:51 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
Viacheslav added a comment to T3774: atop logs are not limited in size.

@zsdc Can we backport it?

Dec 21 2023, 1:37 PM · VyOS 1.4 Sagitta (1.4.0-epa1)
Viacheslav edited projects for T4022: Add package nat-rtsp-dkms, added: VyOS 1.5 Circinus; removed VyOS 1.3 Equuleus (1.3.6).
Dec 21 2023, 1:36 PM · VyOS 1.4 Sagitta (1.4.0), VyOS 1.5 Circinus
Viacheslav closed T3580: Refactoring firewall ipv6 rule icmpv6, a subtask of T2199: Rewrite firewall in new XML/Python style, as Resolved.
Dec 21 2023, 1:29 PM · VyOS 1.4 Sagitta (1.4.0-epa2)
Viacheslav closed T3580: Refactoring firewall ipv6 rule icmpv6 as Resolved.

It won't be implemented for 1.3.x due to old backend

Dec 21 2023, 1:29 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T3127: Load (import) config from JSON.

Implemented in 1.4-1.5 T5248

Dec 21 2023, 1:22 PM · VyOS 1.5 Circinus
Viacheslav edited projects for T3106: 802.11ax support, added: VyOS 1.5 Circinus; removed VyOS 1.3 Equuleus (1.3.6).
Dec 21 2023, 1:19 PM · VyOS 1.5 Circinus
Viacheslav edited projects for T3040: NHRP IPv6 Support, added: VyOS 1.5 Circinus; removed VyOS 1.3 Equuleus (1.3.6).
Dec 21 2023, 1:19 PM · VyOS 1.5 Circinus
Viacheslav closed T3039: Resize a root partition and filesystem automatically during deployment in virtual environments as Resolved.

Implemented

vyos@r1# set system option root-partition-auto-resize
[edit]
vyos@r1# run show ver
Dec 21 2023, 1:13 PM · VyOS 1.3 Equuleus (1.3.6)
Harliff updated the task description for T5847: Protocol failover stopped working after suspend + resume.
Dec 21 2023, 1:06 PM · VyOS 1.4 Sagitta (1.4.0-GA)
n.fort closed T5637: Firewall default-action log as Resolved.
Dec 21 2023, 11:33 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
n.fort added a comment to T5676: NAT66 source rule with negation source/destination prefix causes TypeError.

Configuration shared seems to work correctly on latest version:

Dec 21 2023, 11:31 AM · VyOS 1.5 Circinus
n.fort closed T5775: Migrated Firewall Global State Policy ineffective on latest firewall zone config as Resolved.
Dec 21 2023, 11:26 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
n.fort closed T5778: The show dhcp server leases operation mode command does not work as expected as Resolved.
Dec 21 2023, 11:25 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Harliff created T5847: Protocol failover stopped working after suspend + resume.
Dec 21 2023, 11:11 AM · VyOS 1.4 Sagitta (1.4.0-GA)
n.fort closed T5807: NAT66 op-mode bugs as Resolved.
Dec 21 2023, 11:09 AM · VyOS 1.5 Circinus
Viacheslav closed T2754: PBR doesn't work with VRRP as Wontfix.

You can use policy local-route to archive your goals
There is no way to use eth1v1 for the policy route (rewritten for 1.4/1.5)

Dec 21 2023, 8:54 AM · VyOS 1.3 Equuleus (1.3.6)
Viacheslav closed T2720: Rework vyos.template Python module to make future extension easier as Resolved N/A.
Dec 21 2023, 8:50 AM · VyOS 1.3 Equuleus (1.3.6)
Viacheslav edited projects for T2688: add xml definition to router, added: VyOS 1.5 Circinus; removed VyOS 1.3 Equuleus (1.3.6).
Dec 21 2023, 8:47 AM · VyOS 1.5 Circinus
Viacheslav closed T2655: ConfigError formatting issue as Resolved N/A.
Dec 21 2023, 8:46 AM · VyOS 1.3 Equuleus (1.3.6)
Viacheslav closed T2404: Cannot change MTU as Resolved.

Fixed

vyos@r1# set interfaces ethernet eth2 description foo
[edit]
vyos@r1# set interfaces ethernet eth2 mtu 1200
[edit]
vyos@r1# commit
[ interfaces ethernet eth2 ]
link-local IPv6 address will be configured on interface "eth2", the
required minimum MTU is 1280!
Dec 21 2023, 8:41 AM · VyOS 1.3 Equuleus (1.3.6)
Viacheslav edited projects for T2366: change the default for Interface creation to False, added: VyOS 1.5 Circinus; removed VyOS 1.3 Equuleus (1.3.6), VyOS 1.4 Sagitta.
Dec 21 2023, 8:33 AM · VyOS 1.5 Circinus
Viacheslav closed T2353: Interface [conf_mode] errors parent task as Resolved.
Dec 21 2023, 8:32 AM · VyOS 1.3 Equuleus (1.3.6)
Viacheslav closed T2360: Document the common logging library airbag.py as Invalid.

Close it, as it is not bug/feature

Dec 21 2023, 8:31 AM · VyOS 1.3 Equuleus (1.3.6), Restricted Project
Viacheslav added a comment to T2343: Disable memory ballooning in VM templates.

@zsdc Can we close it?

Dec 21 2023, 8:29 AM · VyOS 1.3 Equuleus
Viacheslav removed a project from T2281: DHCP and Static IPs on Same Interface: VyOS 1.3 Equuleus (1.3.6).
Dec 21 2023, 8:27 AM · VyOS 1.4 Sagitta
Viacheslav closed T2229: PPPOE Default Queue type selection as Resolved.

Fq_codel was added for 1.4/1.5 in T5489
Not planning to do it for 1.3 now

Dec 21 2023, 8:25 AM · VyOS 1.4 Sagitta
Viacheslav edited projects for T2171: Unify creation and manipulation of interfaces, added: VyOS 1.5 Circinus; removed VyOS 1.3 Equuleus (1.3.6).
Dec 21 2023, 8:09 AM · VyOS 1.4 Sagitta
Viacheslav edited projects for T2179: Migrate from radvd to FRR for router advertisements, added: VyOS 1.5 Circinus; removed VyOS 1.3 Equuleus (1.3.6).
Dec 21 2023, 8:05 AM · VyOS 1.5 Circinus
Viacheslav added a comment to T160: Support NAT64.

Not sure if Jool supports it.
As I understand, it is better to have a separate address for translations, otherwise, you should define ports for 64 translations. If you set 1-65535 for the "main" address, you will lose connections and can't use those ports for the system (they will be available only for translations)
Jool uses its own bib table instead of conntrack to manage nat mappings.
So you should add a separate pool only for translations.

Dec 21 2023, 7:54 AM · VyOS 1.4 Sagitta (1.4.0-epa1)

Dec 20 2023

Sophie added a comment to T160: Support NAT64.

Is it possible to add a feature of setting the translation pool address to follow an interface IP address similar to nat44's source masquerade for those with dynamic public IPv4 addresses?

Dec 20 2023, 11:54 PM · VyOS 1.4 Sagitta (1.4.0-epa1)
c-po added a comment to T2898: Support NDP proxy.

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

Dec 20 2023, 10:21 PM · VyOS 1.4 Sagitta
indrajitr triaged T5846: Refactor and simplify DUID definition in conf-mode as Normal priority.
Dec 20 2023, 9:30 PM · VyOS 1.4 Sagitta (1.4.0-epa1)
cleopold73 created T5845: sftp/scp commit-archive error.
Dec 20 2023, 6:51 PM · VyOS 1.5 Circinus
Viacheslav added a comment to T2509: No inotify notifications from /.

@w4 could you provide some links or retest? Which patches?
The bug is not clear.

Dec 20 2023, 6:44 PM · VyOS 1.3 Equuleus (1.3.6)
dmbaturin created T5844: HTTPS API doesn't start without configured keys even when GraphQL authentication type is set to token.
Dec 20 2023, 6:40 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav updated the task description for T5843: Rollback refactoring.
Dec 20 2023, 5:19 PM · Restricted Project, VyOS 1.5 Circinus
Viacheslav created T5843: Rollback refactoring.
Dec 20 2023, 5:19 PM · Restricted Project, VyOS 1.5 Circinus
Viacheslav closed T2507: PowerDNS recursor Lua config as Wontfix.

Close it due to https://github.com/vyos/vyos-1x/pull/2183#issuecomment-1696022296

Dec 20 2023, 3:52 PM · VyOS 1.3 Equuleus (1.3.6)
Viacheslav edited projects for T2499: expose the configuration loading function, added: VyOS 1.5 Circinus; removed VyOS 1.3 Equuleus (1.3.6).
Dec 20 2023, 3:47 PM · VyOS 1.5 Circinus
Viacheslav added a comment to T4710: show openvpn server occasionally returns IndexError: list index out of range.

Should be fixed in T5817
Could you re-check?

Dec 20 2023, 3:39 PM · VyOS 1.4 Sagitta
Viacheslav edited projects for T2484: Migrate ConfigurationState out of interface-tunnel, added: VyOS 1.5 Circinus; removed VyOS 1.3 Equuleus (1.3.6).
Dec 20 2023, 3:37 PM · VyOS 1.5 Circinus
Viacheslav edited projects for T2485: move all the configuration code in a configuration folder, added: VyOS 1.5 Circinus; removed VyOS 1.3 Equuleus (1.3.6).
Dec 20 2023, 3:37 PM · VyOS 1.5 Circinus
Viacheslav closed T2479: split the util file as Resolved.

Done for 1.4/1.5 https://github.com/vyos/vyos-1x/tree/current/python/vyos/utils
It won't be implemented for 1.3 as we risk breaking something.

Dec 20 2023, 3:33 PM
giga1699 added a comment to T4710: show openvpn server occasionally returns IndexError: list index out of range.

I finally got a chance to dive into this some more.

Dec 20 2023, 3:30 PM · VyOS 1.4 Sagitta
JeffWDH updated the task description for T5647: Extend failover route functionality to use dynamically assigned interface next hops.
Dec 20 2023, 2:35 PM · VyOS 1.5 Circinus
a.apostoliuk added a subtask for T4085: Rewrite L2TP/PPTP/SSTP/PPPoE services to get_config_dict: T5842: Rewrite PPTP service to get_config_dict.
Dec 20 2023, 10:52 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
a.apostoliuk added a parent task for T5842: Rewrite PPTP service to get_config_dict: T4085: Rewrite L2TP/PPTP/SSTP/PPPoE services to get_config_dict.
Dec 20 2023, 10:52 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
a.apostoliuk changed the status of T5842: Rewrite PPTP service to get_config_dict from Open to In progress.
Dec 20 2023, 10:51 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
a.apostoliuk created T5842: Rewrite PPTP service to get_config_dict.
Dec 20 2023, 10:50 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
zsdc added a comment to T5838: Add Infiniband kernel modules.

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

Dec 20 2023, 10:17 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
zsdc updated the task description for T5838: Add Infiniband kernel modules.
Dec 20 2023, 10:11 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
zsdc changed the status of T5838: Add Infiniband kernel modules from Open to In progress.
Dec 20 2023, 10:00 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav closed T5798: reverse-proxy load-balancing service should support multiple certificates for frontend as Resolved.
Dec 20 2023, 9:40 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Apachez added a comment to T5835: UPnP port mapping / rule installation fails.

Also while at it, the smoketests regarding UPnP should probably be updated by this task aswell since they claim everything is OK:

Dec 20 2023, 9:37 AM
Viacheslav moved T5249: Add rollback-soft feature to rollback without a reboot from Need Triage to Finished on the VyOS 1.5 Circinus board.
Dec 20 2023, 9:36 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav moved T4163: [BMP-BGP] Routing monitoring feature from Need Triage to Finished on the VyOS 1.5 Circinus board.
Dec 20 2023, 9:35 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a project to T4163: [BMP-BGP] Routing monitoring feature: VyOS 1.5 Circinus.
Dec 20 2023, 9:35 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav moved T5823: Protocol BGP add default values for config dictionary from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Dec 20 2023, 9:34 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav closed T5823: Protocol BGP add default values for config dictionary as Resolved.
Dec 20 2023, 9:33 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
indrajitr triaged T5841: Remove old ssh-session-cleanup.service as Normal priority.
Dec 20 2023, 7:26 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta