Page MenuHomeVyOS Platform
Feed All Stories

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.8)
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.8)
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.8)

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

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 · Restricted Project, VyOS 1.4 Sagitta (1.4.0-GA), VyOS 1.5 Circinus
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 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), 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), 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 · VyOS 1.3 Equuleus (1.3.8)
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
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
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