Page MenuHomeVyOS Platform
Feed Advanced Search

Nov 12 2019

zsdc changed the status of T1786: disable-dhcp-nameservers is missed in current host_name.py implementation from Confirmed to In progress.

Fix for the problem:
https://github.com/vyos/vyos-1x/pull/160
https://github.com/vyos/vyos-replace/pull/4

Nov 12 2019, 4:35 PM · VyOS 1.2 Crux (VyOS 1.2.4)

Nov 2 2019

zsdc changed the status of T1786: disable-dhcp-nameservers is missed in current host_name.py implementation from Open to Confirmed.
Nov 2 2019, 6:30 PM · VyOS 1.2 Crux (VyOS 1.2.4)
zsdc created T1786: disable-dhcp-nameservers is missed in current host_name.py implementation.
Nov 2 2019, 6:29 PM · VyOS 1.2 Crux (VyOS 1.2.4)
zsdc changed the status of T1784: DMVPN with IPSec does not work in HUB mode from Open to Confirmed.
Nov 2 2019, 5:10 PM · VyOS 1.3 Equuleus (1.3.0)
zsdc created T1784: DMVPN with IPSec does not work in HUB mode.
Nov 2 2019, 5:09 PM · VyOS 1.3 Equuleus (1.3.0)

Oct 25 2019

zsdc created T1772: <regex> constraints in XML are partially broken.
Oct 25 2019, 8:25 PM · VyOS 1.2 Crux (VyOS 1.2.4)

Oct 21 2019

zsdc assigned T1560: "set load-balancing wan rule 0" causes segfault and prevents load balancing from starting to Unknown Object (User).
Oct 21 2019, 1:07 PM · VyOS 1.2 Crux (VyOS 1.2.4)

Oct 8 2019

zsdc changed the status of T1490: BGP configuration (is lost|not applied) when updating 1.1.8 -> 1.2.1 from Confirmed to In progress.

BGP scan-time parameter is unneeded in current FRRouting and VyOS - there are used modern next-hop tracking instead. You must avoid using this option. I have prepared PR to delete this option and migrate the old configuration, where it exists:
https://github.com/vyos/vyatta-cfg-quagga/pull/36
https://github.com/vyos/vyos-1x/pull/145

Oct 8 2019, 4:59 PM · VyOS 1.2 Crux (VyOS 1.2.5)

Sep 24 2019

zsdc assigned T1212: IPSec Tunnel to Cisco ASA drops reliably after 4.2GB transferred to Unknown Object (User).
Sep 24 2019, 10:17 AM · VyOS 1.3 Equuleus (1.3.0-epa1)

Sep 16 2019

zsdc added a comment to T239: Improve documentation for the firewall all-ping setting.

@s.lorente, could you please add details about this option to the https://github.com/vyos/vyos-documentation?

Sep 16 2019, 11:29 AM · VyOS 1.3 Equuleus (1.3.0-epa1)

Sep 11 2019

zsdc changed the status of T1654: sFlow: multiple "sflow server" not work, and "disable-imt" could break configuration from Open to Confirmed.
Sep 11 2019, 4:07 PM · VyOS 1.3 Equuleus (1.3.0)
zsdc created T1654: sFlow: multiple "sflow server" not work, and "disable-imt" could break configuration.
Sep 11 2019, 4:06 PM · VyOS 1.3 Equuleus (1.3.0)

Sep 4 2019

zsdc changed the status of T1593: Support ip6gre from Open to Needs testing.

Hello, @kruisdraad!
IP6GRE tunnels are supported in 1.2-rolling-201909041703. You are welcome to test.

Sep 4 2019, 7:31 PM · VyOS 1.2 Crux (VyOS 1.2.4)

Aug 27 2019

zsdc added a comment to T1613: IPv6 traffic is not captured by NetFlow sensor (pmacct/NFLOG).

Pull request for fixing this problem: https://github.com/vyos/vyatta-netflow/pull/4

Aug 27 2019, 6:49 PM · VyOS 1.2 Crux (VyOS 1.2.3)

Aug 26 2019

zsdc changed the status of T1613: IPv6 traffic is not captured by NetFlow sensor (pmacct/NFLOG) from Open to In progress.
Aug 26 2019, 5:45 PM · VyOS 1.2 Crux (VyOS 1.2.3)
zsdc created T1613: IPv6 traffic is not captured by NetFlow sensor (pmacct/NFLOG).
Aug 26 2019, 5:45 PM · VyOS 1.2 Crux (VyOS 1.2.3)

Aug 21 2019

zsdc changed the status of T1361: VRRP Starts After FRR, Creating Inconsistent Routes - from Open to Confirmed.

The problem is in FRRouting itself. It can be reproduced in 7.0.1-20190820-04-g047efd6, 7.1-20190820-02-g1ed807a. But in 7.2-dev-20190820-03-g9316c82 everything work as expected.
We should try to find which changes fixed this problem and reapply it to one of the current stable FRR versions or wait for the next stable.

Aug 21 2019, 4:27 PM · VyOS 1.2 Crux (VyOS 1.2.4)

Aug 9 2019

zsdc added a comment to T1183: BFD Support via FRR.

I have added two PRs with some fixes and new features. The most valuable changes:

  • Fixed the bug, which prevents to change or delete BFD peers with custom options. For example, when any of source address/interface, multihop was used, such peers could not be deleted or changed.
  • Added configuration checks, which should prevent adding BFD option to BGP neighbors or peer-groups without corresponding peers configuration in protocols bfd. If BGP and BFD configurations are out of sync, BGP sessions could be very unstable.
  • Added configuration check, which should prevent to delete peers from protocols bfd if they are still used in BGP.
  • Some other small fixes and changes.

Also, was added several new options:
BFD configuration:

set protocols bfd peer IP echo-mode
set protocols bfd peer IP interval echo-interval

BGP configuration:

set protocols bgp ASN neighbor IP bfd check-control-plane-failure
Aug 9 2019, 3:56 PM · VyOS 1.2 Crux (VyOS 1.2.4)

Aug 1 2019

zsdc added a comment to T1497: "set system name-server" generates invalid/incorrect resolv.conf.

@mb300sd. create please a new one task with detailed description for BGP, if there are still some problems with it.

Aug 1 2019, 1:43 PM · VyOS 1.3 Equuleus (1.3.0)
zsdc added a comment to T1416: 2 dhcp server run in failover mode can't sync hostname with each other.

@thinkl33t, recommended way is using dynamic-dns-update, all other ways are not recommended to use at this moment.

Aug 1 2019, 10:03 AM · VyOS 1.2 Crux (VyOS 1.2.5)
zsdc reopened T1472: Impossible to recreate group in rfc3768-compatibility mode as "Backport candidate".
Aug 1 2019, 9:52 AM · VyOS 1.2 Crux (VyOS 1.2.3)
zsdc closed T1472: Impossible to recreate group in rfc3768-compatibility mode as Resolved.

@dmbaturin
Confirmed: the problem is not reproducible anymore in 1.2.0-rolling+201908010337 with keepalived 1:2.0.17+vyos1.2.

Aug 1 2019, 9:52 AM · VyOS 1.2 Crux (VyOS 1.2.3)
zsdc added a comment to T1500: Slow boot/load and CLI response times.

@ekim, we have never met with such a problem and cannot reproduce it in our environments. The better way to continue investigation would be getting access to this installation. If this would be possible, we could continue debugging.

Aug 1 2019, 9:38 AM · VyOS 1.3 Equuleus (1.3.6)

Jul 18 2019

zsdc added a comment to T1458: Regression in 1.2.1-S2 hostname & logging.

@mb300sd, yes - nothing newer yet. Just test, please, when a new build will be available. :)

Jul 18 2019, 6:52 PM
zsdc closed T1497: "set system name-server" generates invalid/incorrect resolv.conf as Resolved.

The problem, which leads to the malformed hostname in Hostname Capability was fixed in T1531. I am marking this as "Resolved", because the problem with DNS servers was resolved also, according to feedback.

Jul 18 2019, 3:37 PM · VyOS 1.3 Equuleus (1.3.0)
zsdc added a comment to T1500: Slow boot/load and CLI response times.

Thank you, @ekim!
What exactly you were doing at the moment of this log record? I see a lot of scripts, which are almost permanently do something in the system. Is it possible that this system contains some custom scripts (in /config/scripts folder, for example)?
If yes, you should check the schedule of execution, and requirements of modification for 1.2 version command syntax.

Jul 18 2019, 2:56 PM · VyOS 1.3 Equuleus (1.3.6)
zsdc added a comment to T1458: Regression in 1.2.1-S2 hostname & logging.

@bmtauer, @mb300sd, the proper fix was applied. You can check again with any rolling release after 2019-07-17. Write back, please, if the problem will be still there.

Jul 18 2019, 12:46 PM

Jul 16 2019

zsdc changed the status of T1531: Several bugs in cluster configuration from Open to In progress.
Jul 16 2019, 8:51 PM · VyOS 1.2 Crux (VyOS 1.2.3)
zsdc created T1531: Several bugs in cluster configuration.
Jul 16 2019, 8:50 PM · VyOS 1.2 Crux (VyOS 1.2.3)

Jul 13 2019

zsdc added a comment to T1500: Slow boot/load and CLI response times.

Hello, @ekim! I see now. This is more looks like the waiting due to I/O. Do, please, the next:

  1. Run sudo atop -w /tmp/atop-mon.log -a 5 60 in dedicated terminal.
  2. Try to work several minutes in the terminal. It must freezing at this moment, otherwise, collected test data will be wrong.
  3. Wait until atop finish its work (~ 5 min from the start).
  4. Copy the file /tmp/atop-mon.log from the router and send to us for analysis.
Jul 13 2019, 8:53 AM · VyOS 1.3 Equuleus (1.3.6)

Jul 10 2019

zsdc raised the priority of T1381: Enable DHCP option 121 processing from Normal to High.
Jul 10 2019, 2:33 PM · VyOS 1.3 Equuleus (1.3.0)
zsdc added a comment to T1500: Slow boot/load and CLI response times.

@ekim, could you make a screen record with this CLI delay?

Jul 10 2019, 2:09 PM · VyOS 1.3 Equuleus (1.3.6)
zsdc reassigned T1185: Firewall rulesets are ignored in RFC-compliant VRRP setups from Merijn to dmbaturin.

Hello, all!
I have prepared the pull requests for fixing this bug. They add hooks for two situations:

  • if VRRP configuration changed;
  • if firewall settings for interface changed.
Jul 10 2019, 1:39 PM · VyOS 1.3 Equuleus (1.3.7)

Jul 8 2019

zsdc added a comment to T1500: Slow boot/load and CLI response times.

Hello, @ekim!
Such a significant increase of boot time with the same configuration is very strange, but still possible - even small changes can easily cause such behavior if you have a huge or some specific configuration. But what is more strange - CLI response time. Regardless of configuration, CLI should work without visible delays, except for autocompleting or commit operations.
Could you check the current load of the host at that moment, when CLI is slow? We must be sure that the system is not overloaded.

Jul 8 2019, 9:15 AM · VyOS 1.3 Equuleus (1.3.6)

Jun 28 2019

zsdc reassigned T1472: Impossible to recreate group in rfc3768-compatibility mode from zsdc to dmbaturin.

I am confirming that the problem is not reproducing in the 2.0.17. We should upgrade keepalived distribution.

Jun 28 2019, 3:28 PM · VyOS 1.2 Crux (VyOS 1.2.3)

Jun 26 2019

zsdc changed the status of T1416: 2 dhcp server run in failover mode can't sync hostname with each other from Backport candidate to Blocked.

I have checked behavior in 4.3.5 and 4.4.1 versions. The information about hostname is still not synced from primary to secondary.
As I see from the information in the Debian bug report, it is about the other bug - when hostname not rewritten after offering lease. From the ISC-DHCP changelog:

Jun 26 2019, 7:57 PM · VyOS 1.2 Crux (VyOS 1.2.5)
zsdc added a comment to T1376: Incorrect DHCP lease counting.

Seem like static counting still not right

image.png (170×517 px, 66 KB)

@dongjunbo, show please the configuration of this router so we could check why gcdomestic pool does not count correctly.

Jun 26 2019, 3:26 PM · VyOS 1.2 Crux (VyOS 1.2.5)

Jun 24 2019

zsdc changed the status of T1392: Large firewall rulesets cause the system to lose configuration and crash at startup from Open to Needs testing.

Provided configuration from the first message was successfully loaded in 1.2.0-rolling+201906240337.
@csalcedo, could you test new rolling to check if the problem is solved for you too?

Jun 24 2019, 5:50 PM · VyOS 1.2 Crux (VyOS 1.2.5)
zsdc added a comment to T1416: 2 dhcp server run in failover mode can't sync hostname with each other.

Hello, @dongjunbo!
Have you tried current rolling releases to check if leases information view work correctly now?

Jun 24 2019, 3:24 PM · VyOS 1.2 Crux (VyOS 1.2.5)
zsdc claimed T1472: Impossible to recreate group in rfc3768-compatibility mode.

The safest solution will be waiting for 2.0.17, test compatibility with VyOS again, and then update keepalived package inside the VyOS.

Jun 24 2019, 3:08 PM · VyOS 1.2 Crux (VyOS 1.2.3)
zsdc added a comment to T1350: VRRP transition script will be executed once only.

As I see, from current VyOS scripts, keepalived restart only at router startup or if all VRRP groups were deleted. In case of configuration change we use reload, which is correct.
This means that we get nothing from the keeping state in case of the restart - there is no sense to keep states of deleted groups, and we have nothing to keep at first startup.

Jun 24 2019, 3:02 PM · VyOS 1.3 Equuleus (1.3.0-epa1)

Jun 23 2019

zsdc changed the status of T1472: Impossible to recreate group in rfc3768-compatibility mode from Open to Confirmed.
Jun 23 2019, 10:54 AM · VyOS 1.2 Crux (VyOS 1.2.3)
zsdc created T1472: Impossible to recreate group in rfc3768-compatibility mode.
Jun 23 2019, 10:54 AM · VyOS 1.2 Crux (VyOS 1.2.3)

Jun 22 2019

zsdc added a comment to T1467: Loopback interface naming and dummy devices.

I agree with you on many arguments. I just wanted to say my point of view.
There are many differences between vendors: in terminology, in behavior, in technologies. This is a normal situation. The same applying to engineers - we are very diversified, and this is beautiful :).

Jun 22 2019, 9:17 PM · VyOS 1.5 Circinus
zsdc added a comment to T1467: Loopback interface naming and dummy devices.

I strongly disagree about mixing dummy/loopback at any of level (CLI or under the hood). Now we have two different types of interfaces: dummy and loopback with the according to names. And they are equal only if you use a dummy for the /32 addresses. In general situation:

  • Loopback interface will be used to reach any of the address inside the configured network;
  • If the IP address assigned to a dummy interface, the system will respond only to this address, not for the whole network.

Example, to be more precise:

set interfaces loopback lo address 192.168.8.1/24
set interfaces dummy dum1 address 192.168.9.1/24
Jun 22 2019, 6:37 PM · VyOS 1.5 Circinus

Jun 21 2019

zsdc closed T1460: "show firewall ...." doesn't support counters with more than eight digits as Resolved.

Fixed in https://phabricator.vyos.net/R27:e6bff7fd27e74bf25737fa22aed6a5a60b7f03bd.

Jun 21 2019, 9:51 AM · VyOS 1.2 Crux (VyOS 1.2.3)

Jun 20 2019

zsdc added a comment to T1460: "show firewall ...." doesn't support counters with more than eight digits.

Example of the output when value is below 10000000:

vyos@test-06:~$ show firewall name TESTFW rule 50
Jun 20 2019, 8:57 PM · VyOS 1.2 Crux (VyOS 1.2.3)
zsdc changed the status of T1460: "show firewall ...." doesn't support counters with more than eight digits from Open to In progress.
Jun 20 2019, 7:28 PM · VyOS 1.2 Crux (VyOS 1.2.3)
zsdc created T1460: "show firewall ...." doesn't support counters with more than eight digits.
Jun 20 2019, 7:28 PM · VyOS 1.2 Crux (VyOS 1.2.3)
zsdc closed T1456: Port group cannot be configured if the same port is configured as standalone and inside a range as Resolved.

The problem was fixed in https://phabricator.vyos.net/R6:97c5ad3dca756635e83eb3bf667f742457d85d74.

Jun 20 2019, 7:15 PM · VyOS 1.3 Equuleus (1.3.0)

Jun 19 2019

zsdc claimed T1456: Port group cannot be configured if the same port is configured as standalone and inside a range.
Jun 19 2019, 7:09 PM · VyOS 1.3 Equuleus (1.3.0)
zsdc created T1456: Port group cannot be configured if the same port is configured as standalone and inside a range.
Jun 19 2019, 7:09 PM · VyOS 1.3 Equuleus (1.3.0)

Jun 5 2019

zsdc changed the status of T1350: VRRP transition script will be executed once only from Open to Confirmed.
Jun 5 2019, 1:27 PM · VyOS 1.3 Equuleus (1.3.0-epa1)

Jun 4 2019

zsdc added a comment to T1376: Incorrect DHCP lease counting.

This bug must be fixed in current rolling, because of T1416. @dongjunbo, check this, please.

Jun 4 2019, 12:38 PM · VyOS 1.2 Crux (VyOS 1.2.5)

May 30 2019

zsdc added a comment to T1416: 2 dhcp server run in failover mode can't sync hostname with each other.

Problems with DHCP server status viewing can be fixed with the next patch for show_dhcp.py :

--- orig/show_dhcp.py	2019-05-30 22:45:01.625708032 +0300
+++ T1416/show_dhcp.py	2019-05-30 22:40:33.302777881 +0300
@@ -55,15 +55,28 @@
     return data
May 30 2019, 7:52 PM · VyOS 1.2 Crux (VyOS 1.2.5)

May 22 2019

zsdc changed the status of T1395: Improve boot time for instances with a big count of DHCP servers from Open to In progress.
May 22 2019, 12:17 PM · VyOS 1.3 Equuleus (1.3.7)
zsdc created T1395: Improve boot time for instances with a big count of DHCP servers.
May 22 2019, 12:16 PM · VyOS 1.3 Equuleus (1.3.7)

May 16 2019

zsdc closed T1148: epa2 BGP peers initiate before config is fully loaded, routes leak. as Resolved.

The solution was tested and fully worked.

May 16 2019, 5:17 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
zsdc closed T1267: FRR: Add interface name for static routes as Resolved.

@hagbard, everything works fine now. Thank you!

May 16 2019, 1:13 PM · VyOS 1.3 Equuleus (1.3.0)

May 15 2019

zsdc added a comment to T1379: Deprecated functions in /sbin/dhclient-script.

@hagbard @UnicronNL, please make a new one PR. This is correct patch:

diff -Naur origin/dhclient-script pull2/dhclient-script
--- origin/dhclient-script	2019-05-15 19:32:59.001598203 +0300
+++ pull2/dhclient-script	2019-05-15 19:33:47.533181873 +0300
@@ -39,7 +39,6 @@
         echo " " > $new_resolv_conf
     fi
May 15 2019, 4:36 PM · VyOS 1.2 Crux (VyOS 1.2.2)

May 14 2019

zsdc added a comment to T1267: FRR: Add interface name for static routes.

This is not the same.

set protocols static table 100 interface-route 10.100.100.0/24 next-hop-interface eth1

generate:

test-06# show running-config staticd 
Building configuration...
May 14 2019, 5:46 PM · VyOS 1.3 Equuleus (1.3.0)
zsdc changed the status of T1381: Enable DHCP option 121 processing from Open to Confirmed.
May 14 2019, 5:14 PM · VyOS 1.3 Equuleus (1.3.0)
zsdc created T1381: Enable DHCP option 121 processing.
May 14 2019, 5:10 PM · VyOS 1.3 Equuleus (1.3.0)
zsdc renamed T1379: Deprecated functions in /sbin/dhclient-script from Deprecated function in /sbin/dhclient-script to Deprecated functions in /sbin/dhclient-script.
May 14 2019, 2:16 PM · VyOS 1.2 Crux (VyOS 1.2.2)
zsdc changed the status of T1379: Deprecated functions in /sbin/dhclient-script from Open to Confirmed.
May 14 2019, 12:20 AM · VyOS 1.2 Crux (VyOS 1.2.2)
zsdc created T1379: Deprecated functions in /sbin/dhclient-script.
May 14 2019, 12:17 AM · VyOS 1.2 Crux (VyOS 1.2.2)

May 13 2019

zsdc reassigned T1267: FRR: Add interface name for static routes from zsdc to hagbard.

@hagbard solution works. Please, add it also to the stable branch and to the set protocols static table section.

May 13 2019, 1:19 PM · VyOS 1.3 Equuleus (1.3.0)

May 3 2019

zsdc reassigned T941: BGP neighbours with IPv6 link-local addresses from zsdc to matt.webb.
May 3 2019, 11:47 AM · VyOS 1.3 Equuleus (1.3.7), test
zsdc reassigned T1319: 'show vpn ipsec sa' throws errors from zsdc to matt.webb.
May 3 2019, 11:45 AM
zsdc reassigned T1169: LLDP potentially broken from zsdc to matt.webb.
May 3 2019, 11:40 AM · VyOS 1.3 Equuleus (1.3.0-epa1)

Apr 18 2019

zsdc added a comment to T1325: GRE tunnel to Cisco router fails in 1.2.0 - works in 1.1.8.

Unfortunately, current Linux GRE and network stack implementations don't support Cisco-style of GRE keepalives (GRE inside GRE, with spoofed IP addresses). From the Linux point of view, those packets look like martians, and the kernel drop them, information about what you can see inside a log.
Try to disable the keepalive at the Cisco side, after this tunnel must be fully functional.

Apr 18 2019, 9:46 PM · VyOS 1.3 Equuleus (1.3.0)

Apr 5 2019

zsdc reopened T1322: Wrong configuration generated for DHCPv6 Relay as "Confirmed".

Sorry, I must reopen this task. Absolutely the same situation with multiple "lower" interfaces:

OPTIONS="-6 -l ::%eth1.100-l ::%eth1.102 -u 2001:db8:0:feed::2%eth2.88 -u 2001:db8:0:feed::3%eth2.88 "
                         ^^
                         here
Apr 5 2019, 2:06 PM · VyOS 1.2 Crux (VyOS 1.2.1)

Apr 3 2019

zsdc created T1322: Wrong configuration generated for DHCPv6 Relay.
Apr 3 2019, 9:12 AM · VyOS 1.2 Crux (VyOS 1.2.1)

Mar 21 2019

zsdc created T1311: WAN load-balancing can't flush connections when conntrack-sync is enabled.
Mar 21 2019, 5:22 PM · VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project, VyOS 1.3 Equuleus (1.3.7), test

Mar 12 2019

zsdc updated the task description for T1297: Add GARP settings to VRRP/keepalived.
Mar 12 2019, 7:08 PM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.4 Sagitta
zsdc created T1297: Add GARP settings to VRRP/keepalived.
Mar 12 2019, 7:03 PM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.4 Sagitta

Mar 6 2019

zsdc added a comment to T927: IPv6 GRE packets not being forwarded.

Thank you! This was made the situation much more apparent. Provide, please, an output of the next command:

sudo ipset list
Mar 6 2019, 4:47 PM · VyOS 1.3 Equuleus (1.3.6), test

Mar 4 2019

zsdc created T1279: ACPI power event don't work.
Mar 4 2019, 9:38 AM · VyOS 1.2 Crux (VyOS 1.2.1)

Feb 28 2019

zsdc assigned T1274: Update QLogic firmware files to c-po.
Feb 28 2019, 1:46 PM · VyOS 1.2 Crux (VyOS 1.2.2)
zsdc created T1274: Update QLogic firmware files.
Feb 28 2019, 1:46 PM · VyOS 1.2 Crux (VyOS 1.2.2)

Feb 27 2019

zsdc added a comment to T927: IPv6 GRE packets not being forwarded.

Can you disable this GRE tunnel and make a dump of a moment when a tunnel being established?
Also, send output of:

sudo ip6tables -t raw -L -n -v
sudo ip6tables -t filter -L -n -v
sudo ip6tables -t mangle -L -n -v
sudo ip6tables -t nat -L -n -v
Feb 27 2019, 4:22 PM · VyOS 1.3 Equuleus (1.3.6), test
zsdc added a comment to T1267: FRR: Add interface name for static routes.

Unfortunately, this works only for default route, but not for any other.

Feb 27 2019, 12:20 PM · VyOS 1.3 Equuleus (1.3.0)

Feb 26 2019

zsdc added a comment to T927: IPv6 GRE packets not being forwarded.

@jjcordon can you provide the full configuration and test again with a latest rolling version?
In our test with 1.2.0-rolling+201902250337 everything works fine:

routing table:
C>* 2001:XXXX:YYYY:11::/64 is directly connected, eth1, 00:27:06
C>* 2001:XXXX:YYYY:12::/64 is directly connected, eth2, 00:14:28
Feb 26 2019, 4:19 PM · VyOS 1.3 Equuleus (1.3.6), test
zsdc reassigned T732: Netflow: generate ASNs from the uacctd BGP thread. from zsdc to dmbaturin.

According to pmacct configuration, this looks good. We need to check code, and if all is correct I propose to merge this into rolling for testing.
Just the one nuance. Currently, VyOS CLI doesn't allow to set a BGP neighbor to the local IP address. If we accept this patch, then it will be good to remove this restriction.

Feb 26 2019, 3:21 PM · VyOS 1.3 Equuleus (1.3.7), test
zsdc closed T485: iBGP recursive route via OSPF-learned loopback next-hop selects (wrong) interface next-hop as Invalid.

I'm closing this ticket, because we don't have feedback from author for a long time nor configuration for reproducing this by ourselves.
If someone will meet with this bug with FRRouting-based versions of VyOS, please reopen.

Feb 26 2019, 2:09 PM · Invalid
zsdc changed the status of T681: Traffic-policy (shaper), returns: 'lowdelay unknown DSCP value' from Needs testing to Confirmed.

Hello!
Bug confirmed in 1.2.0-rolling+201902250337. Current way of checking values accept only that names, which is returned by cat /etc/iproute2/rt_dsfield (source). Currently with kernel 4.19.20-amd64-vyos this is:

# Differentiated field values
# These include the DSCP and unused bits
0x0	default
# Newer RFC2597 values
0x28	AF11
0x30	AF12
0x38	AF13
0x48	AF21
0x50	AF22
0x58	AF23
0x68	AF31
0x70	AF32
0x78	AF33
0x88	AF41
0x90	AF42
0x98	AF43
# Older values RFC2474
0x20	CS1
0x40	CS2
0x60	CS3
0x80	CS4
0xA0	CS5
0xC0	CS6
0xE0	CS7
# RFC 2598
0xB8	EF
Feb 26 2019, 1:57 PM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.4 Sagitta, test

Feb 25 2019

zsdc changed the status of T577: Unconfigured Ethernet interface discovery partial failure on boot from Needs testing to Confirmed.

Confirmed in 1.2.0-rolling+201902250337. A hw-id is assigned to only one of interfaces per boot.
If this will not lead to a race condition situation, maybe try to implement the solution from T577#12637 proposed by @rps?

Feb 25 2019, 5:31 PM · VyOS 1.3 Equuleus (1.3.7)
zsdc changed the status of T469: Problem after commit with errors from Needs testing to Confirmed.

Confirmed in 1.2.0-rolling+201902250337.
I think we must allow adding overlapped networks/address into the same set, as ipset allows to do this. Maybe situations, where this will be necessary, are rare (for example, resizing network size defined in set), but there is no clear reason to deny such combinations.

Feb 25 2019, 5:18 PM · VyOS 1.3 Equuleus (1.3.4), test
zsdc created T1267: FRR: Add interface name for static routes.
Feb 25 2019, 1:44 PM · VyOS 1.3 Equuleus (1.3.0)

Feb 14 2019

zsdc created T1247: WAN load-balancing fail when !<x.x.x.x/x> configured in rules.
Feb 14 2019, 9:26 PM · VyOS 1.2 Crux (VyOS 1.2.1)
zsdc added a comment to T258: Can not configure wan load-balancing on vyos-1.2.

With new package all works fine.

Feb 14 2019, 9:18 PM · VyOS 1.2 Crux (VyOS 1.2.4)

Feb 13 2019

zsdc added a comment to T258: Can not configure wan load-balancing on vyos-1.2.

Need to reopen this task.
Version: 1.2.0-LTS.
Running configuration:

vyos@test-01# show 
 interfaces {
     ethernet eth0 {
         address 192.168.55.18/30
         duplex auto
         hw-id 08:00:27:95:bb:f6
         smp-affinity auto
         speed auto
     }
     ethernet eth1 {
         address 192.168.56.3/24
         duplex auto
         hw-id 08:00:27:8e:d6:fb
         smp-affinity auto
         speed auto
     }
     ethernet eth2 {
         duplex auto
         hw-id 08:00:27:8c:27:04
         smp-affinity auto
         speed auto
     }
     loopback lo {
     }
 }
 service {
     ssh {
     }
 }
 system {
     config-management {
         commit-revisions 100
     }
     console {
         device ttyS0 {
             speed 9600
         }
     }
     host-name test-01
     login {
         user vyos {
             authentication {
                 encrypted-password $6$7X4XbQJ2xVMZ8$NmISPmyC1f88cIfcKig01pkjePNTVeeWwULrHgich6wB0A1TH/b31Jywpsde8Mv4/B8Qa5CxFM.rlXmfOQT0Z0
                 plaintext-password ""
             }
             level admin
         }
     }
     name-server 1.1.1.1
     ntp {
         server 0.pool.ntp.org {
         }
         server 1.pool.ntp.org {
         }
         server 2.pool.ntp.org {
         }
     }
     syslog {
         global {
             facility all {
                 level info
             }
             facility protocols {
                 level debug
             }
         }
     }
     time-zone UTC
 }
Feb 13 2019, 6:02 PM · VyOS 1.2 Crux (VyOS 1.2.4)

Feb 12 2019

zsdc created T1243: BGP local-as accept wrong values.
Feb 12 2019, 5:15 PM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta

Feb 8 2019

zsdc closed T173: Static routes ignored with DHCP received gateway as Resolved.

This bug can't be reproduced in 1.2.0-LTS and 1.2.0-rolling+201902080337, so seems that it was fixed in some of previous releases. Closing ticket.
Feel free to reopen it if the the same behavior will be spotted in one of current releases.

Feb 8 2019, 1:23 PM · VyOS 1.2 Crux (VyOS 1.2.0-GA)
zsdc created T1235: "show | commands" don't work from config mode.
Feb 8 2019, 12:36 PM · VyOS 1.2 Crux (VyOS 1.2.1)
zsdc added a comment to T1148: epa2 BGP peers initiate before config is fully loaded, routes leak..

@danhusan , you can send the configuration to [email protected] with the theme "Phabricator T1148". Also, please check if a remote side of BGP peering run in active or passive mode?

Feb 8 2019, 12:10 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
zsdc created T1234: DHCP relay relay-agents-packets is dysfunctional.
Feb 8 2019, 11:43 AM · VyOS 1.2 Crux (VyOS 1.2.1)

Feb 7 2019

zsdc added a comment to T1148: epa2 BGP peers initiate before config is fully loaded, routes leak..

Hello @danhusan!
How big is your configuration at all? Can you provide depersonalized config? Which hardware or virtual machine using for VyOS? Can you provide full log of booting?
We can't confidently reproduce this bug. Looks like configuration can't load quickly enough or something like this.

Feb 7 2019, 8:21 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
zsdc changed the status of T1227: rip PW can't be set at interface config from Open to Confirmed.

Bug confirmed. The problem is in FRRouting CLI (FRRouting 7.1-dev).
Will see what we can do with this.

Feb 7 2019, 8:05 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
zsdc changed the status of T1209: OSPF max-metric values over 100 cause commit errors from In progress to Confirmed.

Hello, @adestis!
You can use values from 5 to 100. 600 is unsupported in current FRRouting.

Feb 7 2019, 5:54 PM · VyOS 1.2 Crux (VyOS 1.2.3)