Page MenuHomeVyOS Platform
Feed Advanced Search

Mon, Apr 1

m.korobeinikov added a comment to T6181: A feature for checking popular ports..

ok, i'll change a port list and nmap scenario

Mon, Apr 1, 12:58 AM · VyOS 1.3 Equuleus, VyOS 1.4 Sagitta (1.4.0)

Thu, Mar 28

m.korobeinikov created T6182: Telegramm integration.
Thu, Mar 28, 2:43 AM · VyOS 1.5 Circinus
m.korobeinikov updated subscribers of T6181: A feature for checking popular ports..

@sever what do you think about it?

Thu, Mar 28, 2:26 AM · VyOS 1.3 Equuleus, VyOS 1.4 Sagitta (1.4.0)
m.korobeinikov created T6181: A feature for checking popular ports..
Thu, Mar 28, 2:24 AM · VyOS 1.3 Equuleus, VyOS 1.4 Sagitta (1.4.0)
m.korobeinikov added a comment to T6120: integration speedtest cli.

I agree, this tool is not suitable for diagnosing connections between hosts. But it can be used in general as a check of the Internet service provider.

Thu, Mar 28, 2:15 AM · VyOS 1.5 Circinus

Mar 14 2024

m.korobeinikov created T6120: integration speedtest cli.
Mar 14 2024, 8:18 AM · VyOS 1.5 Circinus

Dec 16 2023

m.korobeinikov created T5830: vSphere changes the interface number of VyOS after cloning.
Dec 16 2023, 2:57 AM · VyOS 1.5 Circinus

Nov 16 2023

m.korobeinikov added a comment to T4940: Interface debugging.

https://github.com/vyos/vyos-1x/pull/2492
for equuleus

Nov 16 2023, 4:48 AM · VyOS 1.4 Sagitta (1.4.0-epa1)

May 31 2023

m.korobeinikov changed Version from - to 1.3.2 on T5247: the bug of the command "show interfaces system".
May 31 2023, 2:28 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
m.korobeinikov created T5247: the bug of the command "show interfaces system".
May 31 2023, 2:27 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

May 14 2023

m.korobeinikov created T5223: tunnel key doesn't clear .
May 14 2023, 3:01 AM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta

May 8 2023

m.korobeinikov added a comment to T5158: Refactoring the commad '$ sh interfaces counters'.
def _format_show_counters(data: list):
    data_entries = []
    for entry in data:
            Interface = entry.get('ifname')
            Rx_Packets = entry.get('rx_packets')
            Rx_Packets = entry.get('rx_bytes')
            Tx_Packets = entry.get('tx_packets')
            Tx_Bytes = entry.get('tx_bytes')
            Rx_Dropped = entry.get('rx_dropped')
            Tx_Dropped = entry.get('tx_dropped')
            Rx_Errors = entry.get('rx_over_errors')
            Tx_Errors = entry.get('tx_carrier_errors')
            data_entries.append([Interface, Rx_Packets, Rx_Packets, Tx_Packets, Tx_Bytes, Rx_Dropped, Tx_Dropped, Rx_Errors, Tx_Errors])
May 8 2023, 4:19 AM

Apr 14 2023

m.korobeinikov added a comment to T5158: Refactoring the commad '$ sh interfaces counters'.

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

Apr 14 2023, 5:23 AM
m.korobeinikov renamed T5158: Refactoring the commad '$ sh interfaces counters' from Refactoring he commad '$ sh interfaces counters' to Refactoring the commad '$ sh interfaces counters'.
Apr 14 2023, 5:18 AM
m.korobeinikov added a comment to T5158: Refactoring the commad '$ sh interfaces counters'.
#!/usr/bin/env python3
#
# Copyright (C) 2022 VyOS maintainers and contributors
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 or later as
# published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
#
Apr 14 2023, 5:07 AM
m.korobeinikov created T5158: Refactoring the commad '$ sh interfaces counters'.
Apr 14 2023, 5:05 AM

Apr 2 2023

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

Jan 20 2023

m.korobeinikov added a comment to T4940: Interface debugging.

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

Jan 20 2023, 4:11 AM · VyOS 1.4 Sagitta (1.4.0-epa1)

Jan 18 2023

m.korobeinikov added a comment to T4940: Interface debugging.


Jan 18 2023, 7:10 AM · VyOS 1.4 Sagitta (1.4.0-epa1)
m.korobeinikov triaged T4940: Interface debugging as Low priority.
Jan 18 2023, 7:09 AM · VyOS 1.4 Sagitta (1.4.0-epa1)

Oct 27 2022

m.korobeinikov created T4775: A new command for Interfaces debugging.
Oct 27 2022, 12:59 AM · VyOS 1.5 Circinus

Oct 21 2022

m.korobeinikov added a comment to T4767: replace sh to Python (generate_ipsec_debug_archive.sh).

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

Oct 21 2022, 10:02 PM
m.korobeinikov assigned T4767: replace sh to Python (generate_ipsec_debug_archive.sh) to Viacheslav.
Oct 21 2022, 3:26 AM
m.korobeinikov created T4767: replace sh to Python (generate_ipsec_debug_archive.sh).
Oct 21 2022, 3:25 AM

Aug 28 2022

m.korobeinikov added a project to T4601: dhcp : relay agent IP address issue.: VyOS 1.3 Equuleus (1.3.0).
Aug 28 2022, 9:08 PM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta
m.korobeinikov added a comment to T4601: dhcp : relay agent IP address issue..

The latest 1.4 works well after merging.

Aug 28 2022, 1:38 AM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta
m.korobeinikov added a comment to T4601: dhcp : relay agent IP address issue..

@Viacheslav I've checked it using "VyOS 1.3.1-S1" version a problem the same.

Aug 28 2022, 1:13 AM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta

Aug 16 2022

m.korobeinikov changed the status of T4601: dhcp : relay agent IP address issue. from Open to Confirmed.

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

Aug 16 2022, 12:15 AM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta

Aug 7 2022

m.korobeinikov created T4601: dhcp : relay agent IP address issue..
Aug 7 2022, 10:48 PM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta

May 16 2022

m.korobeinikov closed T4377: generate tech-support archive includes previous archives as Resolved.

The command works well.

May 16 2022, 1:29 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus ( 1.3.1)
m.korobeinikov added a comment to T4377: generate tech-support archive includes previous archives.
vyos@vyos:~$ show version
May 16 2022, 1:28 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus ( 1.3.1)

Apr 29 2022

m.korobeinikov added a comment to T4377: generate tech-support archive includes previous archives.

https://github.com/vyos/vyatta-op/pull/55

Apr 29 2022, 3:23 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus ( 1.3.1)

Apr 22 2022

m.korobeinikov added a comment to T4377: generate tech-support archive includes previous archives.

We can solve this problem in three ways.
Now the script (https://github.com/vyos/vyatta-op/blob/29703664633a20385a077083b4393738bdcb7409/scripts/tech-support-archive) creates up to 5 versions of support archives, after which it starts deleting the previous one. The problem is that each new version of the archives contains from 1 to 4 old archives. As a result, the archive can take up a lot of space.

Apr 22 2022, 1:46 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus ( 1.3.1)

Apr 17 2022

m.korobeinikov added a comment to T4348: Site access denied.

Of course. This restriction comes from the communication providers. Through (VPN) - everything works well.

Apr 17 2022, 9:50 PM

Apr 11 2022

m.korobeinikov added a comment to T4301: The "arp-monitor" option in bonding interface settings does not work.

VyOS 1.4-rolling-202204090217 works well.

Apr 11 2022, 1:25 AM · VyOS 1.4 Sagitta
m.korobeinikov added a comment to T4348: Site access denied.

image.png (661×1 px, 58 KB)

From my ISP access is closed for more than a month.

Apr 11 2022, 12:33 AM

Apr 10 2022

m.korobeinikov changed the status of T4288: IPsec tunnel will break when ESP timeout from In progress to Needs testing.

I've tested the scenario using VyOS 1.4-rolling-202204090217 and (esp lifetime '30'). Attached is the config.
After turning on the right and left routers, IPsec creates two tunnels that are updated every 10 seconds. (Tunnels are updated using strange intervals, the first 1-10 seconds, the second 10-20 seconds).

Apr 10 2022, 10:30 PM · VyOS 1.4 Sagitta
m.korobeinikov changed the status of T4288: IPsec tunnel will break when ESP timeout from Needs testing to In progress.

I tested it with VyOS 1.4-rolling-202204090217 and it works well for a while.

Apr 10 2022, 2:26 AM · VyOS 1.4 Sagitta

Apr 4 2022

m.korobeinikov changed the status of T4246: Failed to delete vrrp transition-script from Open to Needs testing.
Apr 4 2022, 1:37 AM · VyOS 1.3 Equuleus (1.3.0)
m.korobeinikov added a comment to T4246: Failed to delete vrrp transition-script.

@n.fort
I ve added this code in to the scrip and the issue resolved.
if [ "$(id -g -n)" != 'vyattacfg' ] ; then
exec sg vyattacfg -c "/bin/vbash $(readlink -f $0) $@"
fi

Apr 4 2022, 1:35 AM · VyOS 1.3 Equuleus (1.3.0)

Mar 24 2022

m.korobeinikov updated the task description for T4319: The command "set system ipv6 disable" doesn't work as expected..
Mar 24 2022, 9:37 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.2)
m.korobeinikov created T4319: The command "set system ipv6 disable" doesn't work as expected..
Mar 24 2022, 9:33 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.2)

Mar 10 2022

m.korobeinikov added a comment to T4288: IPsec tunnel will break when ESP timeout.

Could you try to use "ikev2"? Will the same problem be if you use "ikev2"?

Mar 10 2022, 1:32 AM · VyOS 1.4 Sagitta

Mar 9 2022

m.korobeinikov added a comment to T4286: Fix for firewall ipv6 name address validator.

Similar situation in VyOS 1.3-stable-202202191602

Mar 9 2022, 10:47 PM · VyOS 1.4 Sagitta

Feb 27 2022

m.korobeinikov added a comment to T3600: DHCP Interface static route breaks PBR.

I ve tested it:

Feb 27 2022, 1:50 AM · VyOS 1.4 Sagitta

Feb 16 2022

m.korobeinikov triaged T4248: There isn't a way to remove the only rule from the (traffic-policy) class. as Low priority.
Feb 16 2022, 1:10 AM · VyOS 1.4 Sagitta

Feb 15 2022

m.korobeinikov updated subscribers of T4246: Failed to delete vrrp transition-script.
Feb 15 2022, 1:19 AM · VyOS 1.3 Equuleus (1.3.0)

Feb 14 2022

m.korobeinikov triaged T4246: Failed to delete vrrp transition-script as Low priority.
Feb 14 2022, 10:54 PM · VyOS 1.3 Equuleus (1.3.0)

Feb 5 2022

m.korobeinikov added a comment to T4087: IPsec IKE-group proposals limit of 10 pieces .

VyOS 1.4-rolling-202201041316 - works well.

Feb 5 2022, 2:43 AM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.2 Crux (VyOS 1.2.9)

Feb 2 2022

m.korobeinikov added a comment to T4210: NAT source/destination negated ports throws an error.

I've used for these tests (VyOS 1.4-rolling-202202010836)
The same situation in general when you want to use "!".
Bad exampels.

set nat source rule 10 destination port !1-5
set nat source rule 10 destination port !22
set nat source rule 10 destination port !http
set nat source rule 10 destination port telnet,!http,!123,1001-1005
set nat source rule 10 destination port telnet,http,!123,1001-1005
Feb 2 2022, 2:54 AM · VyOS 1.4 Sagitta

Feb 1 2022

m.korobeinikov added a comment to T4218: firewall: rule name is not allowed to start with a number.

( VyOS 1.4-rolling-202202010836)- Rule name which starts with a number work well.

Feb 1 2022, 9:44 PM · VyOS 1.4 Sagitta

Jan 29 2022

m.korobeinikov added a comment to T4218: firewall: rule name is not allowed to start with a number.

The same situation if you set the number or special symbol.

Jan 29 2022, 11:18 PM · VyOS 1.4 Sagitta
m.korobeinikov added a comment to T4214: [DHCP] static route dhcp-interface issues.

I've checked the same scenario on the cisco router.

Jan 29 2022, 10:04 PM · VyOS 1.3 Equuleus (1.3.7)

Jan 28 2022

m.korobeinikov added a comment to T4215: Change the description of the "reboot in" command..

Good question. I missed this moment.
So, if you want to reload in some minutes, VYOS offered you two variants:

  1. To choose between 1 and 99
  2. To set time when you want to reload VYOS if 99 minutes too short for you (for example 10:00, 12:45, 23:59, and so on)

But descriptions of thees command doesn't have enough information about it.

Jan 28 2022, 9:52 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
m.korobeinikov created T4215: Change the description of the "reboot in" command..
Jan 28 2022, 2:18 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
m.korobeinikov closed T4115: reboot in <x> not working as expected as Resolved.

We didn't receive the customer's request.
The timers work without problems.
I'll open a design request to see the range 1-99.

Jan 28 2022, 2:05 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
m.korobeinikov added a comment to T4214: [DHCP] static route dhcp-interface issues.

I have emulated the same scenario in to vyos VyOS 1.4-rolling-202201041316
And it works well.
{

vyos@vyos:~$ show dhcp client leases
interface  : eth0
ip address : 172.168.32.146     [Active]
subnet mask: 255.255.255.0
domain name: localdomain        [overridden by domain-name set using CLI]
router     : 172.168.32.2
name server: 172.168.32.2
dhcp server: 172.168.32.254
lease time : 1800
last update: Fri Jan 28 01:09:31 UTC 2022
expiry     : Fri Jan 28 01:39:30 UTC 2022
reason     : RENEW
Jan 28 2022, 1:47 AM · VyOS 1.3 Equuleus (1.3.7)

Jan 21 2022

m.korobeinikov added a comment to T4154: Error add second gre tunnel with the same source interface.

(VyOS 1.4-rolling-202201200814) - The same.

Jan 21 2022, 2:39 AM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
m.korobeinikov added a comment to T4137: Firewall group configuration allows to set incorrect port range and invalid port.

I ve testet it on (Version:VyOS 1.4-rolling-202201200814). It seems well.

Jan 21 2022, 2:21 AM · VyOS 1.4 Sagitta
m.korobeinikov added a comment to T4115: reboot in <x> not working as expected.

I ve tested this scenario on VyOS 1.4-rolling-202201200814, as said Srividya you can choose minutes betwen 1-99.
If this is critical, you can expand the range by opening a "feature request".

Jan 21 2022, 12:52 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta

Jan 17 2022

m.korobeinikov added a comment to T4100: Firewall increase maximum number of rules.

I think we will have a problem with such a large number of rules. Now, if there are 1500 vyos rules, it takes 30 minutes to load. If there are 999999 rules, it will take a very long time to load.

Jan 17 2022, 12:53 AM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta

Dec 24 2021

m.korobeinikov added a comment to T4080: Space in "description" commands.

@Viacheslav
If i use this format ('test test test') it works well.
Is it possible using description with space without '' ?

Dec 24 2021, 2:56 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)
m.korobeinikov changed the status of T4080: Space in "description" commands from Open to Needs testing.
Dec 24 2021, 2:40 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)

Dec 21 2021

m.korobeinikov added a comment to T4078: A hybrid of "network-group" and "address-group"..

@adestis thank you. This issue isn't critical. It's more for to improve the design and for convenience of our customers.
You can use /32 to add a host, but we have to have the opportunity to add hosts without masks.
For example, if you need to create a group consisting of 1000 (or more random hosts), it's more convenient to use configuration without masks.

Dec 21 2021, 12:11 AM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.4 Sagitta

Dec 17 2021

m.korobeinikov closed T3176: Ordering of ports on EdgeCore SAF51015I is mixed up? as Resolved.

I ve check this situation on VyOS 1.3(beta-202112120443) and 1.4(rolling-202112160318) (platform SAF51015I) and interfases didont confus.

Dec 17 2021, 1:57 AM · VyOS 1.3 Equuleus (1.3.0)

Dec 16 2021

m.korobeinikov changed the status of T3176: Ordering of ports on EdgeCore SAF51015I is mixed up? from Open to Needs testing.

The bug was fixed. Need to check on SAF51015I platform

Dec 16 2021, 1:02 PM · VyOS 1.3 Equuleus (1.3.0)
m.korobeinikov updated the task description for T4080: Space in "description" commands.
Dec 16 2021, 5:17 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)
m.korobeinikov changed Issue type from unspecified to feature on T4080: Space in "description" commands.
Dec 16 2021, 3:57 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)
m.korobeinikov created T4080: Space in "description" commands.
Dec 16 2021, 3:57 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)
m.korobeinikov created T4079: Source/Destination NAT GROUP.
Dec 16 2021, 2:18 AM · VyOS 1.3 Equuleus (1.3.5)
m.korobeinikov updated the task description for T4078: A hybrid of "network-group" and "address-group"..
Dec 16 2021, 2:07 AM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.4 Sagitta
m.korobeinikov created T4078: A hybrid of "network-group" and "address-group"..
Dec 16 2021, 2:05 AM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.4 Sagitta

Dec 13 2021

m.korobeinikov reopened T4059: VRRP sync-group transition script does not persist after reboot as "Needs testing".
Dec 13 2021, 12:47 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)
m.korobeinikov closed T4059: VRRP sync-group transition script does not persist after reboot as Resolved.

@c-po Everything works well, thanks. I've checked on this version (VyOS 1.3-beta-202112120443).
I m going to check it on 1.4

Dec 13 2021, 12:07 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)

Dec 10 2021

m.korobeinikov changed the status of T4059: VRRP sync-group transition script does not persist after reboot from Needs testing to In progress.
Dec 10 2021, 6:24 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)
m.korobeinikov added a comment to T4059: VRRP sync-group transition script does not persist after reboot.

I've checked it and what we have:

Dec 10 2021, 6:23 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)
m.korobeinikov changed the status of T4062: VRRP IPSEC-AH : sequence number xxxxxxx already processed. Packet dropped. Local(xxxxxxx) from Open to Needs testing.
Dec 10 2021, 12:51 AM · VyOS 1.3 Equuleus (1.3.6)
m.korobeinikov reopened T4059: VRRP sync-group transition script does not persist after reboot as "Needs testing".
Dec 10 2021, 12:33 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)
m.korobeinikov added a comment to T4059: VRRP sync-group transition script does not persist after reboot.

As I understand it, after the reboot, the following scenarios are running:

Dec 10 2021, 12:29 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)

Dec 9 2021

m.korobeinikov closed T4059: VRRP sync-group transition script does not persist after reboot as Resolved.

"VyOS 1.4-rolling-202112081536" : sync-group scripts work well after rebooting.

Dec 9 2021, 4:29 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)
m.korobeinikov added a comment to T4059: VRRP sync-group transition script does not persist after reboot.

I've checked this bug on "VyOS 1.3-beta-202112080938", everything is well.
After rebooting scripts(sync-groups) work as needed.

Dec 9 2021, 1:09 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)

Dec 7 2021

m.korobeinikov added a comment to T4059: VRRP sync-group transition script does not persist after reboot.

Thank you for sharing your information.

Dec 7 2021, 12:49 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)
m.korobeinikov added a comment to T4059: VRRP sync-group transition script does not persist after reboot.

I confirm the bug. After rebooting script doesn't work on sync-groups. It's necessary to reload vrrp to start running the script (After rebooting).
More detail:
https://phabricator.vyos.net/T4041

Dec 7 2021, 5:26 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)

Dec 6 2021

m.korobeinikov reopened T4041: "transition-script" doesn't work on "sync-group" as "Open".

I tested this bug on "vyos-1.3-beta-202112060443".

image.png (261×460 px, 18 KB)

The problem has been partially resolved. If you restart VYOS, scripts on syn-groups don't work. After using the "vrrp restart" command, everything is ok.

Dec 6 2021, 11:46 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
m.korobeinikov added a project to T4033: VRRP - Error security when setting scripts: VyOS 1.4 Sagitta.
Dec 6 2021, 8:05 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
m.korobeinikov added a comment to T4033: VRRP - Error security when setting scripts.

I have the same problem. I created a script, but it doesn't work. VRRP Log write that the skript is unsecure.

Dec 6 2021, 6:13 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta

Dec 3 2021

m.korobeinikov added a comment to T4041: "transition-script" doesn't work on "sync-group".

I checked it on these versions of VYOS. (VyOS 1.3.0-epa3, VyOS 1.3-beta-202112010443 , VyOS 1.4-rolling-202112021432)

Dec 3 2021, 12:55 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
m.korobeinikov created T4041: "transition-script" doesn't work on "sync-group".
Dec 3 2021, 12:50 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta

Nov 8 2021

m.korobeinikov added a comment to T3960: FRR Misconfig when using multiple VRF VNI.

If you add configuration to "vtysh" will you see config like this or another:

Nov 8 2021, 5:01 AM · VyOS 1.4 Sagitta