Page MenuHomeVyOS Platform
Feed Search

Apr 6 2020

Viacheslav added a comment to T2156: PIM op-mode commands.

Commands were rewritten to:

$ reset ip igmp interfaces
$ reset ip multicast route
Apr 6 2020, 9:19 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T2172: Enable conf VXLAN without remote address.

@c-po the second part of task.
An example, we can't execute analog of this command in the VyOS syntax:

sudo ip link add vxlan11 type vxlan id 11 dstport 8472 local 22.22.22.1 nolearning

We need to add commands for vxlan:

Apr 6 2020, 8:46 AM · VyOS 1.3 Equuleus (1.3.0)

Apr 4 2020

Viacheslav assigned T2172: Enable conf VXLAN without remote address to thomas-mangin.
Apr 4 2020, 4:27 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T2156: PIM op-mode commands.

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

Apr 4 2020, 10:54 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T2207: IPv6 route install failed.

To track similar https://github.com/FRRouting/frr/issues/4471

Apr 4 2020, 8:19 AM

Apr 3 2020

Viacheslav added a comment to T2207: IPv6 route install failed.

For the ECMP it's necessary that as-path length, weight, localpref, med, etc were the same.
Only, in that case, more than one eq route will be installed in the routing table.

Apr 3 2020, 8:39 PM
Viacheslav added a comment to T2207: IPv6 route install failed.

@Merijn If you don't use ECMP, only one best route will be installed in routing table.
In your case, the best path via 20562 6830 198611 with localpref 140.
In the bgp table, all prefixes will be present.
It's a general BGP Best Path Selection Algorithm.
The same is true for ipv4.

Apr 3 2020, 8:04 PM
Viacheslav added a comment to T2189: Adding a large port-range will take ~ 20 minutes to commit.

How about parallel loops?
https://metacpan.org/pod/Parallel::Loops

Apr 3 2020, 8:41 AM · VyOS 1.3 Equuleus (1.3.3)

Apr 2 2020

Viacheslav updated the task description for T2201: Rewrite protocol BGP [op-mode] to new XML/Python style.
Apr 2 2020, 6:51 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav created T2201: Rewrite protocol BGP [op-mode] to new XML/Python style.
Apr 2 2020, 6:49 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T2100: BGP route adverisement wih checks rib.

Why we can't enable this feature by default.
A lot of customers don't use it, and announce their BGP prefix with "network x.x.x.x"
Imagine if you don't have configuration "redistribute connected" or "redistribute static".
If this feature enabled by default in the new release - you update the VyOS, reboot it and lose access to the router.
Because there are no routes /24 as directly connected. Also, you can use more-spec prefixes (/28 /29 /25), not /24.
Prefixes will disappear from the announcements ISPs.
It's impossible to figure out quickly what happened.

Apr 2 2020, 9:55 AM · VyOS 1.3 Equuleus (1.3.0-epa1)

Apr 1 2020

Viacheslav added a comment to T2196: Dynamic ipv4 interface list hairpin.
set nat destination rule 102 destination port '80'
set nat destination rule 102 inbound-interface 'eth2'
set nat destination rule 102 protocol 'tcp'
set nat destination rule 102 translation address '192.168.68.101'
set nat destination rule 102 translation port '80'

How will internal clients gain access to external sites if we forward all packets with dst port 80?
This is just one example.

Apr 1 2020, 4:33 PM · VyOS Rolling
Viacheslav updated the task description for T2196: Dynamic ipv4 interface list hairpin.
Apr 1 2020, 3:56 PM · VyOS Rolling
Viacheslav created T2196: Dynamic ipv4 interface list hairpin.
Apr 1 2020, 3:13 PM · VyOS Rolling

Mar 30 2020

Viacheslav edited a custom field on T2172: Enable conf VXLAN without remote address.
Mar 30 2020, 2:21 PM · VyOS 1.3 Equuleus (1.3.0)

Mar 29 2020

Viacheslav added a comment to T2172: Enable conf VXLAN without remote address.

This check interferes with the commit.
https://github.com/vyos/vyos-1x/blob/current/src/conf_mode/interfaces-vxlan.py#L163

Mar 29 2020, 4:04 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T1315: Allow BGP to use address-family l2vpn evpn.

I created a network diagram for "l2vpn evpn" implementation.
I used this instruction vxlan-bgp-vpn

Mar 29 2020, 1:44 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav removed a parent task for T2028: Convert "interfaces tunnel" to new XML/Python representation: T2173: Add the ability to use VRF on VTI interfaces.
Mar 29 2020, 9:58 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav removed a subtask for T2173: Add the ability to use VRF on VTI interfaces: T2028: Convert "interfaces tunnel" to new XML/Python representation.
Mar 29 2020, 9:58 AM · VyOS 1.4 Sagitta
Viacheslav added a parent task for T2028: Convert "interfaces tunnel" to new XML/Python representation: T2173: Add the ability to use VRF on VTI interfaces.
Mar 29 2020, 9:37 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a subtask for T2173: Add the ability to use VRF on VTI interfaces: T2028: Convert "interfaces tunnel" to new XML/Python representation.
Mar 29 2020, 9:37 AM · VyOS 1.4 Sagitta
Viacheslav created T2174: Rewrite protocol BGP to new XML/Python style.
Mar 29 2020, 9:33 AM · VyOS 1.3 Equuleus (1.3.0)

Mar 28 2020

Viacheslav added a parent task for T1875: Add the ability to use network address as BGP neighbor (bgp listen range): T1315: Allow BGP to use address-family l2vpn evpn.
Mar 28 2020, 5:29 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Viacheslav added a subtask for T1315: Allow BGP to use address-family l2vpn evpn: T1875: Add the ability to use network address as BGP neighbor (bgp listen range).
Mar 28 2020, 5:29 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav created T2173: Add the ability to use VRF on VTI interfaces.
Mar 28 2020, 5:11 PM · VyOS 1.4 Sagitta
Viacheslav renamed T2172: Enable conf VXLAN without remote address from Enable conf vxlan without remote address to Enable conf VXLAN without remote address.
Mar 28 2020, 2:41 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav created T2172: Enable conf VXLAN without remote address.
Mar 28 2020, 2:40 PM · VyOS 1.3 Equuleus (1.3.0)

Mar 27 2020

Viacheslav added a comment to T2100: BGP route adverisement wih checks rib.

We don't can do it as default behavior.
Frr documentation, frr has profiles

Mar 27 2020, 5:20 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
Viacheslav added a comment to T2100: BGP route adverisement wih checks rib.

@jestabro Create it please.

Mar 27 2020, 1:25 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
Viacheslav added a comment to T2100: BGP route adverisement wih checks rib.

@jestabro I fixed commit to

Mar 27 2020, 12:33 PM · VyOS 1.3 Equuleus (1.3.0-epa1)

Mar 26 2020

Viacheslav changed the status of T2156: PIM op-mode commands, a subtask of T1729: PIM (Protocol Independent Multicast) implementation, from In progress to Needs testing.
Mar 26 2020, 4:10 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
Viacheslav changed the status of T2156: PIM op-mode commands from In progress to Needs testing.

Add show commands for multicast/igmp/pim

Mar 26 2020, 4:10 PM · VyOS 1.3 Equuleus (1.3.0)

Mar 24 2020

Viacheslav added a comment to T2141: Static ARP is not applied on boot.
Mar 24 2020, 3:05 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T1729: PIM (Protocol Independent Multicast) implementation.
Mar 24 2020, 1:29 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)

Mar 16 2020

Viacheslav added a comment to T118: Native Zabbix Support.

Template VyOS for Zabbix 4.x version with SNMPv2 checks.
No need to install any additional programs.

Mar 16 2020, 12:40 PM · Restricted Project, VyOS 1.4 Sagitta

Mar 14 2020

Viacheslav added a comment to T1083: Implement persistent/random address and port mapping options for NAT rules.

Can we add checks?

Mar 14 2020, 3:07 PM · VyOS 1.2 Crux (VyOS 1.2.9), VyOS 1.3 Equuleus (1.3.0), test, VyOS 1.4 Sagitta
Viacheslav awarded T439: local PBR support a Like token.
Mar 14 2020, 10:49 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T439: local PBR support.

@dmbaturin Can you put it back on the rolling? We periodically have many appeals on this issue.

Mar 14 2020, 10:32 AM · VyOS 1.4 Sagitta

Mar 10 2020

Viacheslav added a comment to T1035: SNMP BGP 32 bit AS number fail.

Max positive value for Integer32 = 2147483647
Max negative value = -2147483648

Mar 10 2020, 12:04 PM · VyOS 1.4 Sagitta (1.4.0)

Mar 5 2020

Viacheslav created T2103: Abnormal interface names if VIF present.
Mar 5 2020, 6:55 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T118: Native Zabbix Support.

Template for zabbix-server on base zabbix-agent checks (without SNMP).
Dynamically creates items and some graphs for:

  • CPU
  • Memory
  • Cpu Cores
  • Interfaces rate bps/pps
  • Interfaces drops/errors
  • State some services (OpenVPN/VRRP)
  • Conntrack entries (used for nat)
Mar 5 2020, 6:23 PM · Restricted Project, VyOS 1.4 Sagitta
Viacheslav claimed T2100: BGP route adverisement wih checks rib.
Mar 5 2020, 11:04 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
Viacheslav added a comment to T2100: BGP route adverisement wih checks rib.

PR https://github.com/vyos/vyatta-cfg-quagga/pull/44

Mar 5 2020, 11:03 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
Viacheslav added a comment to T2100: BGP route adverisement wih checks rib.

We have this feature but with wrong logic.
https://github.com/vyos/vyatta-cfg-quagga/blob/current/scripts/bgp/vyatta-bgp.pl#L723

Mar 5 2020, 8:41 AM · VyOS 1.3 Equuleus (1.3.0-epa1)

Mar 4 2020

Viacheslav created T2100: BGP route adverisement wih checks rib.
Mar 4 2020, 8:22 PM · VyOS 1.3 Equuleus (1.3.0-epa1)

Mar 2 2020

Viacheslav added a comment to T118: Native Zabbix Support.

@syncer One thing to consider. If dynamic interfaces are used and there are several thousand of them (ipoe/ppp), this will kill the server, if we try to pull this data.

Mar 2 2020, 8:55 AM · Restricted Project, VyOS 1.4 Sagitta

Feb 28 2020

Viacheslav added a comment to T2044: RPKI doesn't boot properly.

I can confirm this bug also with VyOS 1.2.4

Feb 28 2020, 9:47 AM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Feb 13 2020

Viacheslav added a comment to T2032: Monitor bandwidth bits.

PR # 219

Feb 13 2020, 11:53 AM · VyOS 1.2 Crux (VyOS 1.2.5)
Viacheslav created T2032: Monitor bandwidth bits.
Feb 13 2020, 9:12 AM · VyOS 1.2 Crux (VyOS 1.2.5)

Feb 5 2020

Viacheslav added a comment to T1970: Correct adding interfaces on boot.

Thanks @runar . It worked for me.
Libvirtd +6 interfaces.

Feb 5 2020, 6:31 PM · VyOS 1.2 Crux (VyOS 1.2.5)

Feb 2 2020

Viacheslav added a comment to T1266: Put management traffic in separate routing table .

Ability to use Local PBR ref T439

Feb 2 2020, 4:42 PM · VyOS 1.2 Crux ( VyOS 1.2.0-EPA)
Viacheslav added a comment to T118: Native Zabbix Support.

To install the zabbix-agent (for rolling) you need:

Feb 2 2020, 10:27 AM · Restricted Project, VyOS 1.4 Sagitta

Feb 1 2020

Viacheslav added a comment to T1965: VyOS-1.3: ping no longer supports specifying interface or source .

VyOS on 'Buster' don't have flag "-I" for select specific interface for command ping.

root@vyos:/home/vyos#  dpkg-query -l | grep ping
ii  inetutils-ping                    2:1.9.4-7                                    amd64        ICMP echo tool
ii  iputils-arping                    3:20180629-2                                 amd64        Tool to send ICMP echo requests to an ARP address
Feb 1 2020, 2:42 PM · VyOS 1.3 Equuleus (1.3.0)

Jan 29 2020

Viacheslav added a comment to T915: MPLS Support.

I’ll mark it here for the future. "ldpd 100% CPU utilization"
ref_cpu_utilization

Jan 29 2020, 8:57 AM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta

Jan 24 2020

Viacheslav added a comment to T1900: Enable SNMP for VRRP..

SNMP with VRRP work

# snmpwalk -v2c -c public 10.0.0.1  VRRP-MIB:vrrpOperations
VRRP-MIB::vrrpNodeVersion.0 = INTEGER: 2
VRRP-MIB::vrrpNotificationCntl.0 = INTEGER: disabled(2)
VRRP-MIB::vrrpOperVrId.3.10 = INTEGER: 10
VRRP-MIB::vrrpOperVirtualMacAddr.3.10 = STRING: 52:54:0:1d:4:4e
VRRP-MIB::vrrpOperState.3.10 = INTEGER: backup(2)
VRRP-MIB::vrrpOperAdminState.3.10 = INTEGER: up(1)
VRRP-MIB::vrrpOperPriority.3.10 = INTEGER: 50
VRRP-MIB::vrrpOperIpAddrCount.3.10 = INTEGER: 1
VRRP-MIB::vrrpOperMasterIpAddr.3.10 = IpAddress: 10.0.0.2
VRRP-MIB::vrrpOperPrimaryIpAddr.3.10 = IpAddress: 10.0.0.1
VRRP-MIB::vrrpOperAuthType.3.10 = INTEGER: noAuthentication(1)
VRRP-MIB::vrrpOperAdvertisementInterval.3.10 = INTEGER: 1 seconds
VRRP-MIB::vrrpOperPreemptMode.3.10 = INTEGER: true(1)
VRRP-MIB::vrrpOperVirtualRouterUpTime.3.10 = Timeticks: (2) 0:00:00.02
VRRP-MIB::vrrpOperProtocol.3.10 = INTEGER: ip(1)
VRRP-MIB::vrrpOperRowStatus.3.10 = INTEGER: active(1)
VRRP-MIB::vrrpAssoIpAddr.3.10.10.0.0.254 = IpAddress: 10.0.0.254
VRRP-MIB::vrrpAssoIpAddrRowStatus.3.10.10.0.0.254 = INTEGER: active(1)
Jan 24 2020, 11:30 AM · VyOS 1.2 Crux (VyOS 1.2.5)

Jan 20 2020

Viacheslav added a comment to T915: MPLS Support.

@bbs2web you can try use sysctl params from set

Jan 20 2020, 3:32 PM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta

Jan 13 2020

Viacheslav added a comment to T915: MPLS Support.

Xml for interface-definitions for commands set protocol mpls
https://github.com/sever-sever/vyos-1x/blob/current/interface-definitions/protocols-mpls.xml.in

Jan 13 2020, 9:45 PM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta

Jan 12 2020

Viacheslav added a comment to T997: BGP crash.

I think we can close this task.
Nothing like that has happened in the last few months.

Jan 12 2020, 10:44 AM · VyOS-1.2.0-GA
Viacheslav added a comment to T1808: add package nftables.

@elbuit

vyos@mpls# sudo nft list table nat
table ip nat {
	chain PREROUTING {
		type nat hook prerouting priority -100; policy accept;
		counter packets 0 bytes 0 jump VYATTA_PRE_DNAT_HOOK
	}
Jan 12 2020, 10:25 AM · VyOS 1.3 Equuleus (1.3.0)

Jan 11 2020

Viacheslav added a comment to T1808: add package nftables.

@elbuit
Rolling is support nft now.

vyos@mpls:~$ sudo nft -v
nftables v0.9.0 (Fearless Fosdick)
Jan 11 2020, 11:58 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T915: MPLS Support.

PR https://github.com/vyos/vyos-1x/pull/203
Adding commands for show mpls

Jan 11 2020, 11:11 AM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta

Jan 10 2020

Viacheslav added a comment to T1953: DDNS service name validation rejects valid service names.

Service custom don't support 2 ddns entries now.
It overwrite login/pass to (login02) for each custom service

Jan 10 2020, 8:52 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)

Jan 9 2020

Viacheslav updated the task description for T1953: DDNS service name validation rejects valid service names.
Jan 9 2020, 12:59 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
Viacheslav added a comment to T915: MPLS Support.

First tests for MPLS.
Latest rolling releases is supported it.

Jan 9 2020, 10:11 AM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta

Jan 8 2020

Viacheslav added a comment to T1947: Cannot delete flow-accounting interfaces.

Update
The problem was resolved by manually removing the interfaces from the file /config/config.boot (section flow-accounting)

Jan 8 2020, 4:11 PM · Rejected
Viacheslav created T1953: DDNS service name validation rejects valid service names.
Jan 8 2020, 2:27 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)

Jan 6 2020

Viacheslav added a comment to T1944: FRR: Invalid route in BGP causes update storm, memory leak, and failure of Zebra.

@bbabich If router A and router B connected via iBGP you need use nexthop-self

Jan 6 2020, 9:41 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav added a comment to T1945: FRR: Committing large number of peers in configuration results in temporarily incomplete config resulting in route leaks.

Hi @bbabich
How we can reproduce this bug?
I tested with 55 bgp-sessions. Each with its own unique filter. All filters applied as needed.
Without filters I announced 111 routes.
With filters per session I export 1 route to each peer.

Jan 6 2020, 8:34 PM · VyOS 1.3 Equuleus (1.3.0)

Dec 27 2019

Viacheslav added a comment to T1908: Add zone option for Cloudflare DDNS.

@wcktklwn Can you provide vyos config for dynamic service and config ddclient.conf
Which lines do you add manually?

Dec 27 2019, 9:36 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T611: Static route syntax should reflect `ip` command routing capabilities, if possible..

It fixed in 1.3 version. With "next-hop-interface "

Dec 27 2019, 9:27 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
Viacheslav created T1909: Incorrect behaviour of static routes with overlapping networks.
Dec 27 2019, 8:41 AM · VyOS 1.2 Crux (VyOS 1.2.5), vyos-frr

Dec 26 2019

Viacheslav created T1907: Traceback on a non-existent interface..
Dec 26 2019, 8:37 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T1794: Interface description can't contain a colon.

In the latest VyOS 1.3-rolling-201912261106 all work fine.

Dec 26 2019, 4:21 PM · VyOS 1.3 Equuleus (1.3.0)

Dec 25 2019

Viacheslav added a project to T1900: Enable SNMP for VRRP.: VyOS 1.3 Equuleus.
Dec 25 2019, 10:58 AM · VyOS 1.2 Crux (VyOS 1.2.5)

Dec 24 2019

Viacheslav updated the task description for T1900: Enable SNMP for VRRP..
Dec 24 2019, 7:08 PM · VyOS 1.2 Crux (VyOS 1.2.5)
Viacheslav created T1902: Add redistribute non main table in bgp.
Dec 24 2019, 8:17 AM · VyOS 1.2 Crux (VyOS 1.2.5)

Dec 23 2019

Viacheslav created T1900: Enable SNMP for VRRP..
Dec 23 2019, 5:18 PM · VyOS 1.2 Crux (VyOS 1.2.5)

Dec 17 2019

Viacheslav added a comment to T915: MPLS Support.

MPLS requires Linux Kernel 4.5 or higher (LDPcan be built, but may have limited use without MPLS).
Ref https://readthedocs.org/projects/frrouting-developers-guide/downloads/pdf/latest/

Dec 17 2019, 7:37 PM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta
Viacheslav added a comment to T832: `show monitoring protocols bgp` doesn't work with frr.

PR https://github.com/vyos/vyatta-op/pull/32
Fix "show monitoring" command.

Dec 17 2019, 5:25 PM · VyOS 1.2 Crux (VyOS 1.2.3), vyos-frr
Viacheslav added a comment to T1881: Execute permissions are removed from custom SNMP scripts at commit time.

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

Dec 17 2019, 11:50 AM · VyOS 1.2 Crux (VyOS 1.2.5)
Viacheslav added a comment to T1881: Execute permissions are removed from custom SNMP scripts at commit time.

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

Dec 17 2019, 8:41 AM · VyOS 1.2 Crux (VyOS 1.2.5)

Dec 16 2019

Viacheslav added a comment to T832: `show monitoring protocols bgp` doesn't work with frr.

PR https://github.com/vyos/vyatta-op-quagga/pull/4/commits/7659873869d92c9ec6b363db7e06d2ba5b41e5f6
New syntax for commands "monitor protocol bgp enable", "monitor protocol bgp disable"

Dec 16 2019, 9:47 AM · VyOS 1.2 Crux (VyOS 1.2.3), vyos-frr

Dec 14 2019

Viacheslav added a comment to T832: `show monitoring protocols bgp` doesn't work with frr.

It looks like the VyOS has the old command syntax.

Dec 14 2019, 11:22 AM · VyOS 1.2 Crux (VyOS 1.2.3), vyos-frr
Viacheslav added a comment to T1874: FRR crashing triggered by RPKI.

Similar bug with FRR ref https://github.com/FRRouting/frr/pull/5450

Dec 14 2019, 10:08 AM · VyOS 1.2 Crux (VyOS 1.2.5)
Viacheslav added a comment to T1874: FRR crashing triggered by RPKI.

Hi @MrXermon
Can you describe how we can reproduce this bug?
Can you show share your configuration?

Dec 14 2019, 9:50 AM · VyOS 1.2 Crux (VyOS 1.2.5)

Dec 13 2019

Viacheslav added a comment to T1518: Removing full OSPF protocol is not possible.

@c-po
I get other result.
After set from your example I see correct area
FRR

Dec 13 2019, 5:42 PM · VyOS 1.3 Equuleus (1.3.3)

Dec 10 2019

Viacheslav added a comment to T1130: Deleting BGP communities from prefix does not work.

I check it in latest rolling releases and it work fine (ipv4 and ipv6).

Dec 10 2019, 7:19 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
Viacheslav added a comment to T1137: 'sh ip bgp sum' being truncated.

In the VyOS 1.2-rolling-201912090217 and VyOS 1.3-rolling-201912090242 all work fine

Dec 10 2019, 4:55 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
Viacheslav added a comment to T1017: 1.2.0-rc7 duplex auto (autogenerated config) setting not accepted.

Over the past 3 months of rolling releases, I haven't seen this problem in KVM with virtio.

Dec 10 2019, 1:52 PM · VyOS-1.2.0-GA
Viacheslav added a comment to T1037: BGP exchanged prefixes are shown as inactive.

@hagbard An inactive route in this case can be resolved using the command "ebgp-multihop 10".

Dec 10 2019, 1:31 PM · Invalid
Viacheslav added a comment to T1121: Can't search for prefixes by community: Community malformed: AA:NN.

In the latest rolling VyOS 1.3-rolling-201912090242 it work fine.
R1 advertise ipv6 routes with community 65001:666
R2 receives these routes.

Dec 10 2019, 11:32 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
Viacheslav added a comment to T1166: Flow-accounting not working with PPPoE interfaces.

Similar task https://phabricator.vyos.net/T1838

Dec 10 2019, 10:16 AM · Bugs, VyOS 1.3 Equuleus (1.3.8), test

Dec 9 2019

Viacheslav added a comment to T1241: Remove of policy route throws CLI error.

/opt/vyatta/sbin/vyatta-firewall.pl contains lines

Dec 9 2019, 8:02 PM · VyOS 1.2 Crux (VyOS 1.2.6)
Viacheslav added a comment to T1829: Install Image script does not respect size of partition greater than 2G but less than disk size.

Hi @systo
Can you describe step by step what you did not succeed?
The example below is just an example.

Dec 9 2019, 6:11 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T1861: hosts lost after modified static-host-mapping.

Confirm the problem on edit level.

Dec 9 2019, 3:36 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T1861: hosts lost after modified static-host-mapping.

I don't see this bug in the latest versions of the VyOS (VyOS 1.2-rolling-201912090217 and VyOS 1.3-rolling-201912090242).

Dec 9 2019, 8:33 AM · VyOS 1.3 Equuleus (1.3.0)

Dec 6 2019

Viacheslav added a comment to T1854: Dynamic DNS configuration cannot be deleted.

@zsdc Maybe Incorrect file location. "ddclient.pid"

Dec 6 2019, 8:29 AM · VyOS 1.3 Equuleus (1.3.0)

Dec 5 2019

Viacheslav added a comment to T1826: Misleading message on "reboot at" command.

Wrong logic.
Need to return line 108 code

print (cmd.decode (). split (",", 1) [0])
Dec 5 2019, 11:30 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T1826: Misleading message on "reboot at" command.

Bug in latest rolling

Dec 5 2019, 10:50 AM · VyOS 1.3 Equuleus (1.3.0)

Dec 4 2019

Viacheslav added a comment to T586: Cannot add ethernet vif-s vif-c interface to bridge-group.

@christopher.crews07
In you example some mistake (2 times vif-s)

Dec 4 2019, 8:43 PM · VyOS 1.3 Equuleus (1.3.0-epa1)