Page MenuHomeVyOS Platform
Feed All Stories

Mar 31 2023

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 committed rVYOSONEX657f5c1a0835: T5125: Add op-mode for sFlow based on hsflowd.
Mar 31 2023, 1:19 PM
GitHub <[email protected]> committed rVYOSONEXd98b70aead17: Merge pull request #1927 from sever-sever/T5125 (authored by c-po).
Mar 31 2023, 1:19 PM
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), Amazon 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), Amazon 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), Amazon 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), Amazon 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
Viacheslav committed rVYOSONEX8a75a0ea52f2: T4173: Fix smoketest for load-balancing wan.
Mar 31 2023, 6:54 AM
GitHub <[email protected]> committed rVYOSONEXfdfaa680ef77: Merge pull request #1925 from sever-sever/T4173-smoketest (authored by Viacheslav).
Mar 31 2023, 6:54 AM
fett0 <[email protected]> committed rVYOSONEXd1345fe68854: T5131: fix op-mode show isis segment-routing prefix-sids.
Mar 31 2023, 6:11 AM
GitHub <[email protected]> committed rVYOSONEX73285f5ed902: Merge pull request #1924 from fett0/T5131 (authored by c-po).
Mar 31 2023, 6:11 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

Mar 30 2023

acvb added a comment to T5080: Disable conntrack by default.

Yet about the before comment, when I make a flush in the NFT without maintain the empty structure this error occurs:

Mar 30 2023, 11:05 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
fernando changed the status of T5131: Operational command "show isis segment-routing prefix-sids" isn't working from Open to In progress.
Mar 30 2023, 11:03 PM
fernando added a comment to T5131: Operational command "show isis segment-routing prefix-sids" isn't working .

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

Mar 30 2023, 11:02 PM
acvb added a comment to T5080: Disable conntrack by default.

Bellow, there are some procedures that I used to unload the conntrack module in my environment.

Mar 30 2023, 9:28 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
fernando claimed T5131: Operational command "show isis segment-routing prefix-sids" isn't working .
Mar 30 2023, 8:38 PM
fernando triaged T5131: Operational command "show isis segment-routing prefix-sids" isn't working as Low priority.
Mar 30 2023, 8:38 PM
jestabro closed T4866: Rewrite show_interfaces to standardized form as Resolved.
Mar 30 2023, 7:55 PM · VyOS 1.4 Sagitta
jestabro closed T4866: Rewrite show_interfaces to standardized form, a subtask of T4564: Root task for rewriting [op-mode] to vyos.opmode format, as Resolved.
Mar 30 2023, 7:55 PM · VyOS Rolling
jestabro closed T5130: op-mode: drop remaining reference to obsoleted 'show_interfaces.py', a subtask of T4866: Rewrite show_interfaces to standardized form, as Resolved.
Mar 30 2023, 7:54 PM · VyOS 1.4 Sagitta
jestabro closed T5130: op-mode: drop remaining reference to obsoleted 'show_interfaces.py', a subtask of T4885: Rewrite 'clear interfaces counters' from Perl to Python, as Resolved.
Mar 30 2023, 7:54 PM · VyOS 1.4 Sagitta
jestabro closed T5130: op-mode: drop remaining reference to obsoleted 'show_interfaces.py' as Resolved.
Mar 30 2023, 7:54 PM · VyOS 1.4 Sagitta
jestabro committed rVYOSONEX328c2f1c2111: interfaces: T5130: show/interfaces/node.def defined in vyos-1x.
Mar 30 2023, 7:44 PM
jestabro committed rVYOSONEX33b804c2030f: interfaces: T5130: remove obsoleted show_interfaces.py.
Mar 30 2023, 7:44 PM
GitHub <[email protected]> committed rVYOSONEXc2929ae76df6: Merge pull request #1923 from jestabro/fix-template (authored by c-po).
Mar 30 2023, 7:44 PM
jestabro added a comment to T5130: op-mode: drop remaining reference to obsoleted 'show_interfaces.py'.

PR's:
https://github.com/vyos/vyatta-op/pull/60
https://github.com/vyos/vyos-1x/pull/1923

Mar 30 2023, 7:41 PM · VyOS 1.4 Sagitta
jestabro added a subtask for T4866: Rewrite show_interfaces to standardized form: T5130: op-mode: drop remaining reference to obsoleted 'show_interfaces.py'.
Mar 30 2023, 7:10 PM · VyOS 1.4 Sagitta
jestabro added a subtask for T4885: Rewrite 'clear interfaces counters' from Perl to Python: T5130: op-mode: drop remaining reference to obsoleted 'show_interfaces.py'.
Mar 30 2023, 7:10 PM · VyOS 1.4 Sagitta
jestabro added parent tasks for T5130: op-mode: drop remaining reference to obsoleted 'show_interfaces.py': T4866: Rewrite show_interfaces to standardized form, T4885: Rewrite 'clear interfaces counters' from Perl to Python.
Mar 30 2023, 7:10 PM · VyOS 1.4 Sagitta
jestabro triaged T5130: op-mode: drop remaining reference to obsoleted 'show_interfaces.py' as Normal priority.
Mar 30 2023, 7:09 PM · VyOS 1.4 Sagitta
fernando added a comment to T5097: the operational command "show interfaces ethernet ethx" doesn't reflect a call to 'clear counters'.

confirm, it's working :

Mar 30 2023, 2:30 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus
c-po claimed T5129: Add AWS build flavour.
Mar 30 2023, 2:20 PM · VyOS 1.4 Sagitta
c-po added a parent task for T425: AWS CloudWatch monitoring scripts: T5129: Add AWS build flavour.
Mar 30 2023, 2:20 PM · VyOS 1.3 Equuleus (1.3.3), Amazon AWS Support
c-po added a subtask for T5129: Add AWS build flavour: T425: AWS CloudWatch monitoring scripts.
Mar 30 2023, 2:20 PM · VyOS 1.4 Sagitta
c-po created T5129: Add AWS build flavour.
Mar 30 2023, 2:20 PM · VyOS 1.4 Sagitta
c-po closed T366: SNMP Query for BGP Tunnels Returns IPv4 Tunnels Only as Resolved.
Mar 30 2023, 2:19 PM · VyOS 1.4 Sagitta
c-po added a comment to T366: SNMP Query for BGP Tunnels Returns IPv4 Tunnels Only.

VyOS 1.4 now runs FRR 8.5 - closing this as fixed upstream

Mar 30 2023, 2:19 PM · VyOS 1.4 Sagitta
c-po changed the status of T425: AWS CloudWatch monitoring scripts from Open to In progress.
Mar 30 2023, 2:17 PM · VyOS 1.3 Equuleus (1.3.3), Amazon AWS Support
n.fort added a comment to T5128: Policy route - Allow wildcard interfaces.

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

Mar 30 2023, 1:18 PM · VyOS 1.4 Sagitta
fernando added a comment to T5127: VPNv4/VPNv6 routes are not reinstalled following link flap.

I would like to make some question. this prefix 10.0.0.0/24 on PE2 is a connected network or learned from another routing protocol (static or BGP)

Mar 30 2023, 12:09 PM · VyOS 1.4 Sagitta
n.fort changed the status of T5128: Policy route - Allow wildcard interfaces from Open to Confirmed.
Mar 30 2023, 10:43 AM · VyOS 1.4 Sagitta
n.fort created T5128: Policy route - Allow wildcard interfaces.
Mar 30 2023, 10:43 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5123: Display route originator in show ospf table command.

We can use patches dir https://github.com/vyos/vyos-build/blob/c3f11ba39c50a3bd1c69e61c38f1c82960a15ee7/packages/frr/build-frr.sh#L18

Mar 30 2023, 7:59 AM · VyOS 1.4 Sagitta
devon renamed T5127: VPNv4/VPNv6 routes are not reinstalled following link flap from VPNv4/VPNV6 routes are not reinstalled following link flap to VPNv4/VPNv6 routes are not reinstalled following link flap.
Mar 30 2023, 7:13 AM · VyOS 1.4 Sagitta
devon created T5127: VPNv4/VPNv6 routes are not reinstalled following link flap.
Mar 30 2023, 7:13 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4173: Wan Load Balancing - Error on firewall NAT rules.

There also additional bugs relates iptables-nft as chain WANLOADBALANCE_OUT is not exist
https://github.com/vyos/vyatta-wanloadbalance/blob/70ee1319c20e083ab407d8a11faa44c74d05f084/src/lbdecision.cc#L312

vyos@r14# sudo nft list table ip mangle
# Warning: table ip mangle is managed by iptables-nft, do not touch!
table ip mangle {
	chain PREROUTING {
		type filter hook prerouting priority mangle; policy accept;
		counter packets 851 bytes 179376 jump WANLOADBALANCE_PRE
	}
Mar 30 2023, 6:29 AM · VyOS 1.4 Sagitta
indrajitr 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.

Mar 30 2023, 5:43 AM
diodep added a comment to T5123: Display route originator in show ospf table command.

cool , it could be useful.

Mar 30 2023, 4:25 AM · VyOS 1.4 Sagitta
jestabro added a comment to T5126: http-api: add 'allow-client' to restrict IP address of client connections.

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

Mar 30 2023, 1:00 AM · VyOS 1.4 Sagitta
jestabro triaged T5126: http-api: add 'allow-client' to restrict IP address of client connections as Normal priority.
Mar 30 2023, 12:56 AM · VyOS 1.4 Sagitta

Mar 29 2023

sarthurdev added a comment to T5101: VYOS 1.4 release no longer displayes output for 'sudo ipsec statusall'.
Management Commands
Mar 29 2023, 9:30 PM · VyOS 1.4 Sagitta
neilmckee added a comment to T5125: Add op-mode commands for hsflowd based sflow.

Starting in hsflowd version 2.0.50-3, the mod_dbus module can be asked for the current sFlow agent-address along with other stats, and the example "telemetry" and "telemetry.py" scripts in the repo under src/Linux/scripts/ have both been updated. So if you wanted to offer a "show sflow" CLI command then you might adapt one or other of those scripts to extract the information from the running hsflowd process. The steps would be:

Mar 29 2023, 8:56 PM · VyOS 1.4 Sagitta
Viacheslav created T5125: Add op-mode commands for hsflowd based sflow.
Mar 29 2023, 8:25 PM · VyOS 1.4 Sagitta
jestabro closed T5089: Add unit test of config_diff, a subtask of T5087: Add support for lexical ordering of nodes in config_tree, as Resolved.
Mar 29 2023, 7:17 PM · VyOS 1.4 Sagitta
jestabro closed T5089: Add unit test of config_diff as Resolved.
Mar 29 2023, 7:17 PM · VyOS 1.4 Sagitta
jestabro moved T5097: the operational command "show interfaces ethernet ethx" doesn't reflect a call to 'clear counters' from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Mar 29 2023, 7:16 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus
jestabro closed T5097: the operational command "show interfaces ethernet ethx" doesn't reflect a call to 'clear counters' as Resolved.
Mar 29 2023, 7:16 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus
jestabro committed rVYOSONEXe5758160c8a2: configdiff: T5089: add union of configtrees for unit test.
Mar 29 2023, 7:12 PM
jestabro committed rVYOSONEXda43c4cbd495: configdiff: T5089: add optional arg ordered_values for unit tests.
Mar 29 2023, 7:12 PM
GitHub <[email protected]> committed rVYOSONEX623dfc9d87d5: Merge pull request #1900 from jestabro/diff-test (authored by c-po).
Mar 29 2023, 7:12 PM
jestabro committed rVYOSONEXdccc689e0e66: configdiff: T5089: add unit test.
Mar 29 2023, 7:12 PM
jestabro committed rVYOSONEXe083e64692d6: op-mode: T5097: show interfaces should reflect cleared counters.
Mar 29 2023, 7:12 PM
GitHub <[email protected]> committed rVYOSONEX589e25721b4d: Merge pull request #1912 from jestabro/eq-counters (authored by c-po).
Mar 29 2023, 7:12 PM
c-po moved T5047: Recreate only a specific container from Backport Candidates to Finished on the VyOS 1.3 Equuleus (1.3.3) board.
Mar 29 2023, 7:09 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
c-po added a comment to T5047: Recreate only a specific container.

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

Mar 29 2023, 7:09 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
c-po committed rVYOSONEXdb0fc992c0f1: ntp: T3008: start daemon with extended privileges but then drop to _chrony.
Mar 29 2023, 7:06 PM
Viacheslav added a comment to T4173: Wan Load Balancing - Error on firewall NAT rules.

PRl https://github.com/vyos/vyatta-wanloadbalance/pull/15

Mar 29 2023, 7:00 PM · VyOS 1.4 Sagitta
fernando added a comment to T5123: Display route originator in show ospf table command.

cool , it could be useful.

Mar 29 2023, 6:42 PM · VyOS 1.4 Sagitta
diodep added a comment to T5123: Display route originator in show ospf table command.

I don't see it as bug , this information can be obtained from OSPF database using LSA or summary:

vyos@cust-pe2:~$ show ip ospf database

       OSPF Router with ID (1.1.1.1)

                Router Link States (Area 0.0.0.0)

Link ID         ADV Router      Age  Seq#       CkSum  Link count
1.1.1.1        1.1.1.1          696 0x80000007 0xd2d4 2
10.255.254.2   10.255.254.2     630 0x80000008 0x682a 3

                Net Link States (Area 0.0.0.0)

Link ID         ADV Router      Age  Seq#       CkSum
10.180.3.2     10.255.254.2     640 0x80000004 0x6f0a

vyos@cust-pe2:~$
vyos@cust-pe2:~$
vyos@cust-pe2:~$ show ip ospf database router

       OSPF Router with ID (1.1.1.1)

                Router Link States (Area 0.0.0.0)

  LS age: 703
  Options: 0x2  : *|-|-|-|-|-|E|-
  LS Flags: 0x3
  Flags: 0x0
  LS Type: router-LSA
  Link State ID: 1.1.1.1
  Advertising Router: 1.1.1.1
  LS Seq Number: 80000007
  Checksum: 0xd2d4
  Length: 48

   Number of Links: 2

    Link connected to: Stub Network
     (Link ID) Net: 1.1.1.1
     (Link Data) Network Mask: 255.255.255.255
      Number of TOS metrics: 0
       TOS 0 Metric: 1

    Link connected to: a Transit Network
     (Link ID) Designated Router address: 10.180.3.2
     (Link Data) Router Interface address: 10.180.3.3
      Number of TOS metrics: 0
       TOS 0 Metric: 1

  LS age: 637
  Options: 0x2  : *|-|-|-|-|-|E|-
  LS Flags: 0x6
  Flags: 0x0
  LS Type: router-LSA
  Link State ID: 10.255.254.2
  Advertising Router: 10.255.254.2
  LS Seq Number: 80000008
  Checksum: 0x682a
  Length: 60

   Number of Links: 3

    Link connected to: Stub Network
     (Link ID) Net: 10.255.254.2
     (Link Data) Network Mask: 255.255.255.255
      Number of TOS metrics: 0
       TOS 0 Metric: 1

    Link connected to: a Transit Network
     (Link ID) Designated Router address: 10.180.3.2
     (Link Data) Router Interface address: 10.180.3.2
      Number of TOS metrics: 0
       TOS 0 Metric: 1

    Link connected to: Stub Network
     (Link ID) Net: 172.16.50.0
     (Link Data) Network Mask: 255.255.255.0
      Number of TOS metrics: 0
       TOS 0 Metric: 1

also FRR doesn't show the information on that way , so you should use those commands or enable the log .

Mar 29 2023, 4:26 PM · VyOS 1.4 Sagitta
Viacheslav created T5124: Python3 deprecation distutils.version import LooseVersion.
Mar 29 2023, 4:00 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav placed T4173: Wan Load Balancing - Error on firewall NAT rules up for grabs.
Mar 29 2023, 3:53 PM · VyOS 1.4 Sagitta
jestabro closed T5088: Add lexicographical-numeric compare function for vytree/configtree, a subtask of T5087: Add support for lexical ordering of nodes in config_tree, as Resolved.
Mar 29 2023, 3:48 PM · VyOS 1.4 Sagitta
jestabro closed T5088: Add lexicographical-numeric compare function for vytree/configtree as Resolved.
Mar 29 2023, 3:48 PM · VyOS 1.4 Sagitta
jestabro closed T5087: Add support for lexical ordering of nodes in config_tree as Resolved.
Mar 29 2023, 3:48 PM · VyOS 1.4 Sagitta
fernando triaged T5123: Display route originator in show ospf table command as Wishlist priority.
Mar 29 2023, 3:30 PM · VyOS 1.4 Sagitta
jestabro committed rVYOSONEXc57494027bd3: configtree: T5089: sorting of nodes is now implemented on parsing config.
Mar 29 2023, 3:26 PM
fernando added a comment to T5123: Display route originator in show ospf table command.

I don't see it as bug , this information can be obtained from OSPF database using LSA or summary:

Mar 29 2023, 3:21 PM · VyOS 1.4 Sagitta
diodep created T5123: Display route originator in show ospf table command.
Mar 29 2023, 2:50 PM · VyOS 1.4 Sagitta
fernando closed T4876: mpls - LSP broken on FRR 8.4.1, a subtask of T4846: L3VPN- network command doesn't install direct connected prefix, as Resolved.
Mar 29 2023, 2:47 PM · VyOS 1.4 Sagitta
fernando closed T4876: mpls - LSP broken on FRR 8.4.1 as Resolved.
Mar 29 2023, 2:47 PM · VyOS 1.4 Sagitta
fernando added a comment to T4876: mpls - LSP broken on FRR 8.4.1.

frr 8.5 LSP is working as expected:

Mar 29 2023, 2:47 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4173: Wan Load Balancing - Error on firewall NAT rules.

The possible reason https://github.com/vyos/vyatta-wanloadbalance/blob/02f9e8fbee873f9ca1111a69761546c758001b24/src/lbdecision.cc#L116

Mar 29 2023, 2:11 PM · VyOS 1.4 Sagitta
jestabro closed T4885: Rewrite 'clear interfaces counters' from Perl to Python, a subtask of T4866: Rewrite show_interfaces to standardized form, as Resolved.
Mar 29 2023, 1:53 PM · VyOS 1.4 Sagitta
jestabro closed T4885: Rewrite 'clear interfaces counters' from Perl to Python as Resolved.
Mar 29 2023, 1:53 PM · VyOS 1.4 Sagitta
fernando closed T4846: L3VPN- network command doesn't install direct connected prefix as Resolved.
Mar 29 2023, 1:25 PM · VyOS 1.4 Sagitta
fernando added a comment to T4846: L3VPN- network command doesn't install direct connected prefix.

this fix was added 8.5 :

vyos@cust-pe2:~$ show bgp ipv4 vpn 172.16.80.0/24
BGP routing table entry for 1:2:172.16.80.0/24, version 0
not allocated
Paths: (1 available, no best path)
  Not advertised to any peer
  Local
    0.0.0.0 from 0.0.0.0 (1.1.1.1) vrf customer(6) announce-nh-self
      Origin IGP, metric 0, weight 32768, invalid, sourced, local
      Extended Community: RT:1:2
      Originator: 1.1.1.1
      Remote label: 80
      Last update: Wed Mar 29 13:17:24 202
Mar 29 2023, 1:25 PM · VyOS 1.4 Sagitta
n.fort reassigned T4173: Wan Load Balancing - Error on firewall NAT rules from sarthurdev to Viacheslav.
Mar 29 2023, 1:03 PM · VyOS 1.4 Sagitta
n.fort added a comment to T4173: Wan Load Balancing - Error on firewall NAT rules.

Re Opening this task, since same error is present again

Mar 29 2023, 1:02 PM · VyOS 1.4 Sagitta
n.fort reopened T4173: Wan Load Balancing - Error on firewall NAT rules as "Confirmed".
Mar 29 2023, 12:59 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5086: Integrate hsflowd for sflow accounting.

bump hsflowd version to v2.0.50-3

Mar 29 2023, 12:05 PM · VyOS 1.4 Sagitta
sskaje added a comment to T5121: Incorrect "architecture" config loaded.

I've made some changes but not sure if the logic is what VyOS team accept.

Mar 29 2023, 11:15 AM · VyOS 1.4 Sagitta (1.4.0-epa2)