Page MenuHomeVyOS Platform
Feed All Stories

Apr 4 2023

Viacheslav added a comment to T5125: Add op-mode commands for hsflowd based sflow.

@neilmckee Thanks.
If output looks good we can close the task

Apr 4 2023, 9:03 AM · VyOS 1.4 Sagitta
a.apostoliuk closed T5093: Command 'reset vpn ipsec-profile' doesn't work as Resolved.
Apr 4 2023, 8:53 AM · VyOS 1.4 Sagitta
a.apostoliuk changed the status of T5093: Command 'reset vpn ipsec-profile' doesn't work from In progress to Needs testing.
Apr 4 2023, 8:50 AM · VyOS 1.4 Sagitta
Viacheslav closed T4362: Wan Load Balancing - Can't create routing tables as Resolved.
Apr 4 2023, 7:28 AM · VyOS 1.4 Sagitta
Viacheslav closed T4362: Wan Load Balancing - Can't create routing tables, a subtask of T4470: Rewrite load-balancing wan to XML/Python, as Resolved.
Apr 4 2023, 7:28 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4362: Wan Load Balancing - Can't create routing tables.

Fixed in https://github.com/vyos/vyos-1x/commit/bcc9e2092b07954c72a90f3f9916c9e041308b5b

Apr 4 2023, 7:27 AM · VyOS 1.4 Sagitta
Viacheslav closed T5141: Add numbers for dhclient-exit-hooks.d to enforce script order execution as Resolved.
Apr 4 2023, 7:27 AM · VyOS 1.4 Sagitta
indrajitr updated the task description for T5144: Modernize dynamic dns operation.
Apr 4 2023, 3:02 AM · VyOS 1.4 Sagitta
indrajitr created T5144: Modernize dynamic dns operation.
Apr 4 2023, 1:40 AM · VyOS 1.4 Sagitta

Apr 3 2023

indrajitr changed the status of T5143: Apply constraint on powerdns forward-zones configuration from Open to In progress.
Apr 3 2023, 10:58 PM · VyOS 1.4 Sagitta
indrajitr created T5143: Apply constraint on powerdns forward-zones configuration.
Apr 3 2023, 10:13 PM · VyOS 1.4 Sagitta
roedie added a comment to T5080: Disable conntrack by default.

I think one of the problems is that all tables are generated even if there are no rules in it.

Apr 3 2023, 7:26 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav updated the task description for T5142: One of the requirements is to use a system auditing tool to monitor and log all security-relevant events..
Apr 3 2023, 6:31 PM · VyOS 1.4 Sagitta
Viacheslav updated the task description for T5142: One of the requirements is to use a system auditing tool to monitor and log all security-relevant events..
Apr 3 2023, 6:29 PM · VyOS 1.4 Sagitta
Viacheslav updated the task description for T5142: One of the requirements is to use a system auditing tool to monitor and log all security-relevant events..
Apr 3 2023, 6:25 PM · VyOS 1.4 Sagitta
Viacheslav created T5142: One of the requirements is to use a system auditing tool to monitor and log all security-relevant events..
Apr 3 2023, 6:21 PM · VyOS 1.4 Sagitta
Viacheslav updated subscribers of T5138: Add patch to accel-ppp build L2TP LNS use Calling-Number as RADIUS Calling-Station-ID.
Apr 3 2023, 6:06 PM · VyOS 1.4 Sagitta
neilmckee added a comment to T5125: Add op-mode commands for hsflowd based sflow.

Yes. Packet drops are classed as "event_samples" internally. Definitions for telemetry counters are here:
https://github.com/sflow/host-sflow/blob/v2.0.50-4/src/Linux/hsflowd.h#L460-L486

Apr 3 2023, 4:14 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T4362: Wan Load Balancing - Can't create routing tables, a subtask of T4470: Rewrite load-balancing wan to XML/Python, from Open to Needs testing.
Apr 3 2023, 3:46 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T4362: Wan Load Balancing - Can't create routing tables from Open to Needs testing.

@marc_s Will be fixed in the next rolling release, could you check?

Apr 3 2023, 3:46 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T5141: Add numbers for dhclient-exit-hooks.d to enforce script order execution from In progress to Needs testing.
Apr 3 2023, 3:45 PM · VyOS 1.4 Sagitta
Viacheslav closed T5139: IKE life-time should start from 0 for disable rekey as Resolved.

Will be available in the next rolling release.

Apr 3 2023, 3:43 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T5141: Add numbers for dhclient-exit-hooks.d to enforce script order execution from Open to In progress.
Apr 3 2023, 12:55 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5141: Add numbers for dhclient-exit-hooks.d to enforce script order execution.

PR https://github.com/vyos/vyos-1x/pull/1934
PR https://github.com/vyos/vyatta-wanloadbalance/pull/16

Apr 3 2023, 11:49 AM · VyOS 1.4 Sagitta
Viacheslav created T5141: Add numbers for dhclient-exit-hooks.d to enforce script order execution.
Apr 3 2023, 11:06 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5139: IKE life-time should start from 0 for disable rekey .

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

set vpn ipsec authentication psk MY-PEER id '192.0.2.1'
set vpn ipsec authentication psk MY-PEER id '192.0.2.10'
set vpn ipsec authentication psk MY-PEER secret 'SeCrEt'
set vpn ipsec esp-group ESP proposal 1
set vpn ipsec ike-group IKE key-exchange 'ikev2'
set vpn ipsec ike-group IKE lifetime '0'
set vpn ipsec ike-group IKE proposal 1 dh-group '14'
set vpn ipsec ike-group IKE proposal 1 encryption 'aes256'
set vpn ipsec ike-group IKE proposal 1 hash 'sha256'
set vpn ipsec interface 'eth1'
set vpn ipsec site-to-site peer MY-PEER authentication mode 'pre-shared-secret'
set vpn ipsec site-to-site peer MY-PEER ike-group 'IKE'
set vpn ipsec site-to-site peer MY-PEER local-address '192.0.2.1'
set vpn ipsec site-to-site peer MY-PEER remote-address '192.0.2.10'
set vpn ipsec site-to-site peer MY-PEER tunnel 1 esp-group 'ESP'
set vpn ipsec site-to-site peer MY-PEER tunnel 1 local prefix '10.0.2.0/25'
set vpn ipsec site-to-site peer MY-PEER tunnel 1 remote prefix '10.5.5.0/25'

Expected `no rekeying

vyos@r14:~$ sudo swanctl -L
MY-PEER: IKEv2, no reauthentication, no rekeying, dpd delay 30s
  local:  192.0.2.1
  remote: 192.0.2.10
  local pre-shared key authentication:
  remote pre-shared key authentication:
    id: %any
  MY-PEER-tunnel-1: TUNNEL, rekeying every 3272s, dpd action is none
    local:  10.0.2.0/25
    remote: 10.5.5.0/25
vyos@r14:~$
Apr 3 2023, 10:54 AM · VyOS 1.4 Sagitta
Viacheslav changed the status of T5139: IKE life-time should start from 0 for disable rekey from Open to In progress.
Apr 3 2023, 10:25 AM · VyOS 1.4 Sagitta
Viacheslav changed the subtype of T5139: IKE life-time should start from 0 for disable rekey from "Bug" to "Feature Request".
Apr 3 2023, 10:25 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5140: Firewall network-group problems.

The similar task/bug with address-group T3390 T469 and port-group

Apr 3 2023, 10:08 AM · VyOS 1.3 Equuleus (1.3.4)
n.fort created T5140: Firewall network-group problems.
Apr 3 2023, 9:57 AM · VyOS 1.3 Equuleus (1.3.4)
Viacheslav added a comment to T5125: Add op-mode commands for hsflowd based sflow.

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

vyos@r14:~$ show sflow 
--------------------------  -----------------------------------
Agent address               192.168.122.14
sFlow interfaces            ['eth0', 'eth1']
sFlow servers               ['192.168.122.1', '192.168.122.11']
Counter samples sent        159
Datagrams sent              949
Packet samples sent         124
Packet samples dropped      0
Packet drops sent           815
Packet drops suppressed     0
Flow samples suppressed     0
Counter samples suppressed  0
--------------------------  -----------------------------------
vyos@r14:~$
Apr 3 2023, 9:51 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4081: VRRP health-check script stops working when setting up a sync group.

@lcrockett Add please a new bug report.

Apr 3 2023, 9:08 AM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
Viacheslav created T5139: IKE life-time should start from 0 for disable rekey .
Apr 3 2023, 8:58 AM · VyOS 1.4 Sagitta
PSDev added a comment to T5085: ospfv3 route-map not applied in FRR configuration.

It actually already exists: https://vyos.dev/T1981

Apr 3 2023, 8:56 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5085: ospfv3 route-map not applied in FRR configuration.

@PSDev Add please a separate bug report

Apr 3 2023, 8:54 AM · VyOS 1.4 Sagitta
Viacheslav created T5138: Add patch to accel-ppp build L2TP LNS use Calling-Number as RADIUS Calling-Station-ID.
Apr 3 2023, 7:38 AM · VyOS 1.4 Sagitta
Viacheslav closed T4173: Wan Load Balancing - Error on firewall NAT rules as Resolved.
Apr 3 2023, 6:55 AM · VyOS 1.4 Sagitta
c-po moved T5136: Possible config corruption on upgrade from Need Triage to Backport Candidates on the VyOS 1.3 Equuleus (1.3.3) board.
Apr 3 2023, 6:07 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
c-po moved T5136: Possible config corruption on upgrade from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Apr 3 2023, 6:07 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
c-po added a project to T5136: Possible config corruption on upgrade: VyOS 1.3 Equuleus (1.3.3).
Apr 3 2023, 6:07 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
c-po added a comment to T5136: Possible config corruption on upgrade.

PR for VyOS 1.3 https://github.com/vyos/vyatta-cfg-system/pull/199

Apr 3 2023, 6:06 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
indrajitr added a comment to T2819: Evaluate DDNS (Dynamic DNS client) as successor to ddclient.

As mentioned on slack, there are quite a few contenders:

Apr 3 2023, 12:34 AM · VyOS 1.3 Equuleus (1.3.7)

Apr 2 2023

Harliff added a comment to T2747: "enable-local-traffic" has no effect in load-balancing to redirect local traffic.

I can confirm this bug in rolling 1.3-2023-03-30.

Apr 2 2023, 4:10 PM · VyOS 1.5 Circinus
PSDev added a comment to T1981: Allow route-map 'set src' to reference both IPv4 and IPv6.

I created a PR based on the changes from the OSPF PR: https://github.com/vyos/vyos-1x/pull/1931

Apr 2 2023, 2:53 PM · vyatta-cfg-quagga
PSDev added a comment to T1981: Allow route-map 'set src' to reference both IPv4 and IPv6.

https://vyos.dev/T5085 did the changes for OSPF, but we need this for BGP too

Apr 2 2023, 2:34 PM · vyatta-cfg-quagga
PSDev added a comment to T5085: ospfv3 route-map not applied in FRR configuration.

We actually need the same for BGP...

Apr 2 2023, 2:33 PM · VyOS 1.4 Sagitta
c-po changed the status of T5136: Possible config corruption on upgrade from Open to Needs testing.
Apr 2 2023, 8:08 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
c-po closed T5134: Try if netavark networks can be moved to a VRF instance as Resolved.
Apr 2 2023, 7:54 AM · VyOS 1.4 Sagitta
c-po closed T5134: Try if netavark networks can be moved to a VRF instance, a subtask of T5082: container: switch to netavark network stack, as Resolved.
Apr 2 2023, 7:54 AM · VyOS 1.4 Sagitta
m.korobeinikov added a comment to T5137: show tech support command.

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

Apr 2 2023, 4:47 AM
m.korobeinikov added a comment to T5137: show tech support command.

Apr 2 2023, 4:12 AM
m.korobeinikov triaged T5137: show tech support command as Low priority.
Apr 2 2023, 4:12 AM

Apr 1 2023

neilmckee added a comment to T5125: Add op-mode commands for hsflowd based sflow.

The packet-drop events are not really samples in the same way as the packets are random-samples and the counters are time-samples. Even if there is only 1 dropped packet it will be sent. So it might be better to change the wording from “Samples drop events sent” to something like “Packet drop events sent” or just “Packet drops sent”. Make sense?

Apr 1 2023, 9:29 PM · VyOS 1.4 Sagitta
roedie created T5136: Possible config corruption on upgrade.
Apr 1 2023, 7:03 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Viacheslav added a comment to T5125: Add op-mode commands for hsflowd based sflow.

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

Apr 1 2023, 6:48 PM · VyOS 1.4 Sagitta
neilmckee added a comment to T5125: Add op-mode commands for hsflowd based sflow.

Apologies. I believe it is corrected now.

Apr 1 2023, 3:37 PM · VyOS 1.4 Sagitta
a.apostoliuk changed the status of T5135: Rewrite opennhrp script using vyos.ipsec library from Open to In progress.
Apr 1 2023, 2:58 PM · VyOS 1.4 Sagitta
a.apostoliuk created T5135: Rewrite opennhrp script using vyos.ipsec library.
Apr 1 2023, 2:58 PM · VyOS 1.4 Sagitta
c-po updated the task description for T5134: Try if netavark networks can be moved to a VRF instance.
Apr 1 2023, 2:18 PM · VyOS 1.4 Sagitta
c-po changed the status of T5134: Try if netavark networks can be moved to a VRF instance, a subtask of T5082: container: switch to netavark network stack, from Open to In progress.
Apr 1 2023, 2:18 PM · VyOS 1.4 Sagitta
c-po changed the status of T5134: Try if netavark networks can be moved to a VRF instance from Open to In progress.
Apr 1 2023, 2:18 PM · VyOS 1.4 Sagitta
c-po created T5134: Try if netavark networks can be moved to a VRF instance.
Apr 1 2023, 2:17 PM · VyOS 1.4 Sagitta
c-po added a comment to T4959: Add container registry authentication config for containers.

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

Apr 1 2023, 2:14 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
c-po moved T4959: Add container registry authentication config for containers from In Progress to Backport Candidates on the VyOS 1.3 Equuleus (1.3.3) board.
Apr 1 2023, 1:47 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
c-po moved T4959: Add container registry authentication config for containers from Need Triage to In Progress on the VyOS 1.3 Equuleus (1.3.3) board.
Apr 1 2023, 1:47 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
c-po closed T5047: Recreate only a specific container as Resolved.
Apr 1 2023, 1:44 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
c-po closed T5082: container: switch to netavark network stack as Resolved.
Apr 1 2023, 1:35 PM · VyOS 1.4 Sagitta
c-po moved T5082: container: switch to netavark network stack from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Apr 1 2023, 1:35 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T2819: Evaluate DDNS (Dynamic DNS client) as successor to ddclient.

https://github.com/TimothyYe/godns

Apr 1 2023, 1:26 PM · VyOS 1.3 Equuleus (1.3.7)
c-po closed T5132: Operational command "show isis vrf XXX route | neighbord" aren't working as Resolved.
Apr 1 2023, 10:34 AM · VyOS 1.4 Sagitta
c-po added a project to T5132: Operational command "show isis vrf XXX route | neighbord" aren't working : VyOS 1.4 Sagitta.
Apr 1 2023, 10:03 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5125: Add op-mode commands for hsflowd based sflow.

I think there should be one more metric - the number of packet-drop-events sent. I just checked in a change that adds to the example telemetry.py script:
https://github.com/sflow/host-sflow/commit/5b01779abf21a7553e07188ff2f54850c568f786

But we should also expose the number of drops that were suppressed by the mod_dropmon rate limit. I'll check in 2.0.50-4 later today to add that option too.

Apr 1 2023, 3:33 AM · VyOS 1.4 Sagitta
indrajitr added a comment to T2819: Evaluate DDNS (Dynamic DNS client) as successor to ddclient.

when I enter 'show dns dynamic status' it gives me 'no connect' result for the hosts

Apr 1 2023, 1:40 AM · VyOS 1.3 Equuleus (1.3.7)
HappyShr00m added a comment to T2819: Evaluate DDNS (Dynamic DNS client) as successor to ddclient.

Should we revive this consideration again? See https://github.com/ddclient/ddclient/issues/528.

They did have a recent release, but things continue to be unpredictable. So we'll either have to have a different tool (and rewrite the configs) or have to maintain a fork. I see that there used to be a VyOS-maintained fork in the past.

Apr 1 2023, 12:39 AM · VyOS 1.3 Equuleus (1.3.7)

Mar 31 2023

fernando claimed T5132: Operational command "show isis vrf XXX route | neighbord" aren't working .
Mar 31 2023, 10:40 PM · VyOS 1.4 Sagitta
jestabro closed T5126: http-api: add 'allow-client' to restrict IP address of client connections as Resolved.
Mar 31 2023, 9:03 PM · VyOS 1.4 Sagitta
neilmckee added a comment to T5125: Add op-mode commands for hsflowd based sflow.

I think there should be one more metric - the number of packet-drop-events sent. I just checked in a change that adds to the example telemetry.py script:
https://github.com/sflow/host-sflow/commit/5b01779abf21a7553e07188ff2f54850c568f786

Mar 31 2023, 5:56 PM · VyOS 1.4 Sagitta
vfomkin created T5133: Add comments for items in address-group and network-group in firewall.
Mar 31 2023, 5:28 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
fernando triaged T5132: Operational command "show isis vrf XXX route | neighbord" aren't working as Low priority.
Mar 31 2023, 4:22 PM · VyOS 1.4 Sagitta
devon added a comment to T5127: VPNv4/VPNv6 routes are not reinstalled following link flap.

@fernando Can you see them now? I attached them to the main post.

Mar 31 2023, 4:14 PM · VyOS 1.4 Sagitta
devon updated the task description for T5127: VPNv4/VPNv6 routes are not reinstalled following link flap.
Mar 31 2023, 4:13 PM · VyOS 1.4 Sagitta
fernando closed T5131: Operational command "show isis segment-routing prefix-sids" isn't working as Resolved.
Mar 31 2023, 3:33 PM
fernando added a comment to T5131: Operational command "show isis segment-routing prefix-sids" isn't working .

merge done, it fixed the issues :

Mar 31 2023, 3:33 PM
lcrockett added a comment to T4081: VRRP health-check script stops working when setting up a sync group.

Running '1.4-rolling-202303270317' i'm experiencing the opposite behaviour. A VRRP health-check script in a VRRP group that is a member of a VRRP sync group stops working (VRRP group immediately transitions to 'FAULT' state upon start of keepalived). If i take out the 'track_script' block in the produced '/run/keepalived/keepalived.conf' and restart keepalived (sudo systemctl restart keepalived) the health-check script functions as expected again. Any pointers ? Or shall I create a new issue containing the appropriate details ?

Mar 31 2023, 3:29 PM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
Viacheslav changed the status of T5125: Add op-mode commands for hsflowd based sflow, a subtask of T5086: Integrate hsflowd for sflow accounting, from In progress to Needs testing.
Mar 31 2023, 1:33 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T5125: Add op-mode commands for hsflowd based sflow from In progress to Needs testing.
Mar 31 2023, 1:33 PM · VyOS 1.4 Sagitta
fernando added a comment to T5127: VPNv4/VPNv6 routes are not reinstalled following link flap.

sorry , but it seems files doesn't share .

Mar 31 2023, 1:24 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5125: Add op-mode commands for hsflowd based sflow.

PR https://github.com/vyos/vyos-1x/pull/1927
Formatted output:

vyos@r14:~$ show sflow 
--------------------------  -----------------------------------
Agent address               192.168.122.14
sFlow interfaces            ['eth0', 'eth1']
sFlow servers               ['192.168.122.1', '192.168.122.11']
Datagrams sent              306
Packet samples sent         18
Packet samples dropped      0
Counter samples sent        917
Flow samples suppressed     0
Counter samples suppressed  0
--------------------------  -----------------------------------
vyos@r14:~$

Raw output:

vyos@r14:~$ sudo /usr/libexec/vyos/op_mode/sflow.py show --raw
{
    "agent_address": "192.168.122.14",
    "sflow_interfaces": [
        "eth0",
        "eth1"
    ],
    "sflow_servers": [
        "192.168.122.1",
        "192.168.122.11"
    ],
    "counter_samples_sent": 1077,
    "datagrams_sent": 359,
    "packet_samples_dropped": 0,
    "packet_samples_sent": 19,
    "rtmetric_samples": 0,
    "flow_samples_suppressed": 0,
    "counter_samples_suppressed": 0,
    "hsflowd_version": "2.0.50"
}
vyos@r14:~$
Mar 31 2023, 1:18 PM · VyOS 1.4 Sagitta
c-po closed T5111: pppd-dns.service startup failed as Resolved.
Mar 31 2023, 11:33 AM · VyOS 1.3 Equuleus (1.3.3)
c-po moved T425: AWS CloudWatch monitoring scripts from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.3) board.
Mar 31 2023, 11:33 AM · VyOS 1.3 Equuleus (1.3.3), AWS Support
c-po added a comment to T425: AWS CloudWatch monitoring scripts.

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

Mar 31 2023, 11:32 AM · VyOS 1.3 Equuleus (1.3.3), AWS Support
c-po closed T5129: Add AWS build flavour as Resolved.
Mar 31 2023, 11:30 AM · VyOS 1.4 Sagitta
c-po added a comment to T425: AWS CloudWatch monitoring scripts.

https://dev.packages.vyos.net/repositories/current/pool/main/a/amazon-cloudwatch-agent/amazon-cloudwatch-agent_1.247358.0b252413-1_amd64.deb
https://dev.packages.vyos.net/repositories/equuleus/pool/main/a/amazon-cloudwatch-agent/amazon-cloudwatch-agent_1.247358.0b252413-1_amd64.deb

Mar 31 2023, 10:42 AM · VyOS 1.3 Equuleus (1.3.3), AWS Support
Viacheslav added a comment to T5125: Add op-mode commands for hsflowd based sflow.

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

Mar 31 2023, 10:02 AM · VyOS 1.4 Sagitta
Viacheslav changed the status of T5125: Add op-mode commands for hsflowd based sflow, a subtask of T5086: Integrate hsflowd for sflow accounting, from Open to In progress.
Mar 31 2023, 9:17 AM · VyOS 1.4 Sagitta
Viacheslav changed the status of T5125: Add op-mode commands for hsflowd based sflow from Open to In progress.
Mar 31 2023, 9:17 AM · VyOS 1.4 Sagitta
c-po added a comment to T425: AWS CloudWatch monitoring scripts.

Building from source always results in:

Mar 31 2023, 8:28 AM · VyOS 1.3 Equuleus (1.3.3), AWS Support
Viacheslav changed the status of T4173: Wan Load Balancing - Error on firewall NAT rules from Confirmed to Needs testing.
Mar 31 2023, 8:20 AM · VyOS 1.4 Sagitta
Viacheslav changed the status of T5131: Operational command "show isis segment-routing prefix-sids" isn't working from In progress to Needs testing.
Mar 31 2023, 7:59 AM
devon added a comment to T5127: VPNv4/VPNv6 routes are not reinstalled following link flap.

10.0.0.0/24 is a connected network.

Mar 31 2023, 4:34 AM · VyOS 1.4 Sagitta