Page MenuHomeVyOS Platform
Feed Search

Jan 13 2020

jestabro added a parent task for T1962: Add syntax version to schema: T1950: Store VyOS configuration syntax version data in JSON file.
Jan 13 2020, 5:01 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro triaged T1962: Add syntax version to schema as Normal priority.
Jan 13 2020, 5:00 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro renamed T1950: Store VyOS configuration syntax version data in JSON file from Store VyOS configuration syntax version data in JSON file, with support for third-party components to Store VyOS configuration syntax version data in JSON file.
Jan 13 2020, 4:57 PM · VyOS 1.3 Equuleus (1.3.0), test, VyOS 1.4 Sagitta
rps added a comment to T1940: EFI Fresh Install fails to boot, 4K Sector Drives Fail to boot EFI.

Also reported in T1830

Jan 13 2020, 3:54 PM · VyOS 1.3 Equuleus (1.3.0)
zsdc closed T1909: Incorrect behaviour of static routes with overlapping networks as Resolved.

In FRR 7.0.1 (VyOS 1.2.3) was some bug, due to which static routes were not updated (maybe, not in all cases or environments) after the next-hop state change. In VyOS 1.2.4 we use stable FRR 7.2, which processes this situation without problems. An example (key point from FRR debug log):
FRR 7.0.1:

Jan 13 15:29:51 vyos zebra[1041]: 0:10.230.230.0/30: Adding route rn 0x5612ea69d1f0, re 0x5612ea69d370 (type 2)
Jan 13 15:29:51 vyos zebra[1041]: 0:10.230.230.0/30: Redist update re 0x5612ea69d370 (type 2), old (nil) (type -1)
Jan 13 15:29:51 vyos zebra[1041]: 0:10.230.230.0/30: Adding route rn 0x5612ea69d490, re 0x5612ea69e110 (type 2)
Jan 13 15:29:51 vyos zebra[1041]: 0:10.230.230.0/30: Redist update re 0x5612ea69e110 (type 2), old (nil) (type -1)
Jan 13 15:29:51 vyos zebra[1041]: NHT processing check for zvrf default
Jan 13 15:29:51 vyos zebra[1041]: 0:10.230.230.1/32: Evaluate RNH, type 0
Jan 13 15:29:51 vyos zebra[1041]: 0:10.230.230.1/32: NH resolved over route 10.230.230.0/30
Jan 13 15:29:51 vyos zebra[1041]: 0:10.230.230.1/32: Notifying client static about NH
Jan 13 15:29:51 vyos zebra[1041]: 0:192.168.20.1/32: Evaluate RNH, type 0

FRR 7.2:

Jan 13 15:33:23 vyos zebra[1042]: 0:10.230.230.0/30: Adding route rn 0x5574620a18b0, re 0x5574620a1930 (connected)
Jan 13 15:33:23 vyos zebra[1042]: 0:10.230.230.0/30: Adding route rn 0x5574620a29b0, re 0x5574620a1850 (connected)
Jan 13 15:33:23 vyos zebra[1042]: 0:10.230.230.0/30 update_from_ctx(): no fib nhg
Jan 13 15:33:23 vyos zebra[1042]: 0:10.230.230.0/30 update_from_ctx(): rib nhg matched, changed 'true'
Jan 13 15:33:23 vyos zebra[1042]: 0:10.230.230.0/30: Redist update re 0x5574620a1930 (connected), old 0x0 (None)
Jan 13 15:33:23 vyos zebra[1042]: 0:10.230.230.1/32: Evaluate RNH, type Nexthop
Jan 13 15:33:23 vyos zebra[1042]: 0:10.230.230.1/32: NH resolved over route 10.230.230.0/30
Jan 13 15:33:23 vyos zebra[1042]: 0:10.230.230.1/32: Notifying client static about NH
Jan 13 15:33:23 vyos zebra[1042]: rib_add_multipath: 0:10.0.0.0/8: Inserting route rn 0x5574620a1b10, re 0x5574620a1a30 (static) existing (nil)
Jan 13 15:33:23 vyos zebra[1042]: 0:10.0.0.0/8: Adding route rn 0x5574620a1b10, re 0x5574620a1a30 (static)
Jan 13 15:33:23 vyos zebra[1042]: netlink_route_multipath(): RTM_NEWROUTE 10.0.0.0/8 vrf 0(254)
Jan 13 15:33:23 vyos zebra[1042]: netlink_route_multipath() (single-path): nexthop via 10.230.230.1  if 3(0)
Jan 13 15:33:23 vyos zebra[1042]: netlink_talk: netlink-dp (NS 0) type RTM_NEWROUTE(24), len=60 seq=10 flags 0x501
Jan 13 15:33:23 vyos zebra[1042]: 0:10.0.0.0/8 update_from_ctx(): no fib nhg
Jan 13 15:33:23 vyos zebra[1042]: 0:10.0.0.0/8 update_from_ctx(): rib nhg matched, changed 'true'
Jan 13 15:33:23 vyos zebra[1042]: 0:10.0.0.0/8: Redist update re 0x5574620a1a30 (static), old 0x0 (None)

So, configured static routes updating properly.

Jan 13 2020, 3:46 PM · VyOS 1.2 Crux (VyOS 1.2.5), vyos-frr
c-po added a comment to T1961: VXLAN - fails to commit due to non-existent variable, broken MTU.

Dou can try to play around withe the node.def and interfaces-vxlan.py file and lower the limits to see if it works at all.

Jan 13 2020, 7:13 AM · VyOS 1.3 Equuleus (1.3.0)

Jan 12 2020

kroy created T1961: VXLAN - fails to commit due to non-existent variable, broken MTU.
Jan 12 2020, 8:43 PM · VyOS 1.3 Equuleus (1.3.0)
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

elbuit added a comment to T1808: add package nftables.

Thanks @Viacheslav, I've build a custom vyos 1.2.4 with nftables package because I want to add custom rules in nftables mode.

Jan 11 2020, 8:00 PM · VyOS 1.3 Equuleus (1.3.0)
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

syncer assigned T1959: Error message when adding IPSec VPN to zsdc.
Jan 10 2020, 11:46 AM · VyOS 1.3 Equuleus (1.3.0)
Merijn created T1959: Error message when adding IPSec VPN.
Jan 10 2020, 9:51 AM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) added a comment to T1842: Equuleus: "reboot at 04:00" command not working.

All works, but seems we need works with timezone for correct converting USEC to "date time" format

Jan 10 2020, 9:29 AM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T915: MPLS Support.

Very Nice!

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

Jan 9 2020

hagbard closed T1955: snmp - cli config val_help missing as Resolved.

https://github.com/vyos/vyos-1x/commit/b69d20277b9625167b9d332775d8c7498dd8dd22

Jan 9 2020, 6:14 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard triaged T1955: snmp - cli config val_help missing as Low priority.
Jan 9 2020, 6:11 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard claimed T1955: snmp - cli config val_help missing.
Jan 9 2020, 6:02 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard closed T1813: error in generated /etc/hosts file as Resolved.

Has been fixed already.

Jan 9 2020, 5:21 PM · VyOS 1.3 Equuleus (1.3.0)
UnicronNL added a comment to T1935: NIC identification and usage problem in Hyper-V environments.

Created new Azure image

Jan 9 2020, 2:28 PM · VyOS 1.2 Crux (VyOS 1.2.5)
panachoi added a comment to T1230: Improving Boot Time for Large Firewall Configurations.

I'm also affected by this, but even with a relatively "small" configuration (2662 lines, at present, where more than half are firewall rules, 5 interfaces).

Jan 9 2020, 2:03 PM · VyOS 1.3 Equuleus (1.3.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
Unknown Object (User) changed the status of T1842: Equuleus: "reboot at 04:00" command not working from In progress to Needs testing.

In this case we can use /run/systemd/shutdown/scheduled file for detecting powertrl scheduler
PR for this task https://github.com/vyos/vyos-1x/pull/201

Jan 9 2020, 8:25 AM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) changed the status of T1842: Equuleus: "reboot at 04:00" command not working from Open to In progress.
Jan 9 2020, 8:18 AM · VyOS 1.3 Equuleus (1.3.0)

Jan 8 2020

hagbard created T1955: snmp - cli config val_help missing.
Jan 8 2020, 7:14 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard added a comment to T1931: Enabling SNMP commit error.

Hang on, I see the error in syslog (only syslog), so at least I can reproduce it now.

Jan 8 2020, 5:59 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard added a comment to T1931: Enabling SNMP commit error.

@Merijn I tested with the latest rolling and can't reproduce the issue. From your error message yesterday it looks like your snmpd.conf has an issue. Can you copy that content as well?

Jan 8 2020, 5:50 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard changed the status of T1880: "A stop job is running for live-tools - System Support Scripts" hangs, times out when shutting down equuleus live iso from In progress to Needs testing.

@jjakob https://downloads.vyos.io/rolling/current/amd64/vyos-1.3-rolling-202001081700-amd64.iso and later should address that issue.

Jan 8 2020, 5:45 PM · VyOS 1.3 Equuleus (1.3.0)
Merijn added a comment to T1931: Enabling SNMP commit error.

@hagbard

set service snmp community dummycomm authorization 'ro'
set service snmp community dummycomm client '8.8.8.8'
set service snmp community dummycomm client '8.8.4.4'
set service snmp contact '[email protected]'
set service snmp location 'Datacenter, City, Country'
Jan 8 2020, 5:30 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard triaged T1880: "A stop job is running for live-tools - System Support Scripts" hangs, times out when shutting down equuleus live iso as Normal priority.
Jan 8 2020, 5:02 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard changed the status of T1880: "A stop job is running for live-tools - System Support Scripts" hangs, times out when shutting down equuleus live iso from Open to In progress.
Jan 8 2020, 5:01 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard claimed T1880: "A stop job is running for live-tools - System Support Scripts" hangs, times out when shutting down equuleus live iso.
Jan 8 2020, 4:50 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard closed T1938: syslog doesn't start automatically as Resolved.
Jan 8 2020, 4:27 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
syncer changed the status of T1935: NIC identification and usage problem in Hyper-V environments from Needs testing to In progress.
Jan 8 2020, 3:32 PM · VyOS 1.2 Crux (VyOS 1.2.5)
kroy created T1954: Having `system login radius` configured causes exponentially long boot times.
Jan 8 2020, 2:35 PM · VyOS 1.3 Equuleus (1.3.0)
syncer moved T1952: Add google fluentd to GCP image from Need Triage to Backlog on the VyOS 1.3 Equuleus board.
Jan 8 2020, 12:38 PM · Rejected
syncer triaged T1952: Add google fluentd to GCP image as Normal priority.
Jan 8 2020, 12:38 PM · Rejected
syncer assigned T1952: Add google fluentd to GCP image to UnicronNL.
Jan 8 2020, 12:38 PM · Rejected
syncer created T1952: Add google fluentd to GCP image.
Jan 8 2020, 12:37 PM · Rejected
Unknown Object (User) closed T1946: Recovery ifname for PPtP remote-access as Resolved.

Successfully tested on latest rolling 1.3-rolling-202001080217

Jan 8 2020, 12:32 PM · VyOS 1.3 Equuleus (1.3.0)
kroy added a comment to T1938: syslog doesn't start automatically.

Confirmed fix with that commit.

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

Jan 7 2020

hagbard moved T1938: syslog doesn't start automatically from Need Triage to In Progress on the VyOS 1.3 Equuleus board.
Jan 7 2020, 9:53 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
hagbard triaged T1938: syslog doesn't start automatically as Normal priority.
Jan 7 2020, 9:51 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
hagbard changed the status of T1938: syslog doesn't start automatically from Open to Needs testing.

https://github.com/vyos/vyos-1x/commit/3863e5dc24a622090f52c13f8aa04e5c9f00341a should fix it.
(http://dev.packages.vyos.net/repositories/current/pool/main/v/vyos-1x/vyos-1x_1.3.0-16_all.deb if you want to manually install and test or wait for tomorrows iso).

Jan 7 2020, 9:50 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
hagbard added a comment to T1938: syslog doesn't start automatically.

systemctl renamed it to syslog, so it won't be restarted correctly and the conf script won't generate the files correctly. It is correctly named within init.d.

Jan 7 2020, 9:35 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
kroy added a comment to T1938: syslog doesn't start automatically.

It definitely remains in my config:

Jan 7 2020, 9:34 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
hagbard added a comment to T1938: syslog doesn't start automatically.

looks like service syslog did disappear from the default config.

Jan 7 2020, 9:23 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
hagbard claimed T1938: syslog doesn't start automatically.
Jan 7 2020, 9:00 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
hagbard changed the status of T1931: Enabling SNMP commit error from Needs testing to In progress.
Jan 7 2020, 8:08 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard added a comment to T1931: Enabling SNMP commit error.

@Merijn Can you please share the snmp part from your config?

Jan 7 2020, 8:08 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard added a comment to T1940: EFI Fresh Install fails to boot, 4K Sector Drives Fail to boot EFI.

I only have a workaround right now, it appears that grub.cfg can't be found. To boot at least the installed system do the following within the grub shell:

configfile /EFI/VyOS/grub.cfg
Jan 7 2020, 7:02 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro added a comment to T1950: Store VyOS configuration syntax version data in JSON file.
Jan 7 2020, 4:06 PM · VyOS 1.3 Equuleus (1.3.0), test, VyOS 1.4 Sagitta
jestabro changed the status of T1950: Store VyOS configuration syntax version data in JSON file from In progress to Needs testing.

Move to 'Needs testing'; repo linked below. Add example of third-party package, and test, before PR.

Jan 7 2020, 3:50 PM · VyOS 1.3 Equuleus (1.3.0), test, VyOS 1.4 Sagitta
jestabro changed the status of T1950: Store VyOS configuration syntax version data in JSON file from Open to In progress.
Jan 7 2020, 3:38 PM · VyOS 1.3 Equuleus (1.3.0), test, VyOS 1.4 Sagitta
bmhughes added a comment to T1949: Multihop IPv6 BFD is unconfigurable.

Seems to be a simple fix so i've submitted a PR: https://github.com/vyos/vyos-1x/pull/199

Jan 7 2020, 2:52 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
syncer changed the status of T1949: Multihop IPv6 BFD is unconfigurable from Open to Needs testing.
Jan 7 2020, 1:43 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
Merijn added a comment to T1931: Enabling SNMP commit error.

@hagbard i tried testing by installing the package.
The service is running but not working correctly.
The following is shown:
Jan 07 10:25:54 server snmpd[9979]: /etc/snmp/snmpd.conf: line 10: Warning: Unknown token: smuxpeer.
Jan 07 10:25:54 server snmpd[9979]: /etc/snmp/snmpd.conf: line 11: Warning: Unknown token: smuxpeer.
Jan 07 10:25:54 server snmpd[9979]: /etc/snmp/snmpd.conf: line 12: Warning: Unknown token: smuxsocket.
Jan 07 10:25:54 server snmpd[9979]: notificationEvent OID: linkUp
Jan 07 10:25:54 server snmpd[9979]: /etc/snmp/snmpd.conf: line 21: Error: unknown notification OID
Jan 07 10:25:54 server snmpd[9979]: notificationEvent OID: linkDown
Jan 07 10:25:54 server snmpd[9979]: /etc/snmp/snmpd.conf: line 22: Error: unknown notification OID
Jan 07 10:25:54 server snmpd[9979]: /etc/snmp/snmpd.conf: line 23: Warning: Unknown token: monitor.
Jan 07 10:25:54 server snmpd[9979]: /etc/snmp/snmpd.conf: line 24: Warning: Unknown token: monitor.
Jan 07 10:25:54 server snmpd[9979]: net-snmp: 2 error(s) in config file(s)

Jan 7 2020, 9:30 AM · VyOS 1.3 Equuleus (1.3.0)

Jan 6 2020

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)
hagbard changed the status of T1882: OpenVPN certificate not found warning from In progress to On hold.

Sure thing, let me know the result.

Jan 6 2020, 7:50 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard moved T1931: Enabling SNMP commit error from Need Triage to In Progress on the VyOS 1.3 Equuleus board.
Jan 6 2020, 7:48 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard changed the status of T1931: Enabling SNMP commit error from Confirmed to Needs testing.

@Merijn https://github.com/vyos/vyos-1x/commit/78df0c46865b3af89d6bc327b4c1d08cc4450aff or tomorrows rolling, as you seem to compile it yourself is should now work out of the box when you install the new vyos-1x package.
(http://dev.packages.vyos.net/repositories/current/pool/main/v/vyos-1x/vyos-1x_1.3.0-16_all.deb)

Jan 6 2020, 7:46 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard triaged T1931: Enabling SNMP commit error as Normal priority.
Jan 6 2020, 7:14 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard changed the status of T1931: Enabling SNMP commit error from Open to Confirmed.

Debian default snmp user is called Debian-snmp while the script tries to get the uid of the user snmp. Looks like that is the entire issue.

Jan 6 2020, 7:13 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard claimed T1931: Enabling SNMP commit error.
Jan 6 2020, 7:07 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard placed T1831: Denest IPv6 router-advert from Interfaces to general service up for grabs.
Jan 6 2020, 5:23 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) changed the status of T1946: Recovery ifname for PPtP remote-access from Open to Needs testing.

PR for this task https://github.com/vyos/vyos-1x/pull/198

Jan 6 2020, 3:26 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) claimed T1946: Recovery ifname for PPtP remote-access.
Jan 6 2020, 3:15 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) created T1946: Recovery ifname for PPtP remote-access.
Jan 6 2020, 3:15 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) added a comment to T1837: PPPoE unrecognized option 'replacedefaultroute'.

In 1.3 default-route 'force' works as expected, for 1.2.x (crux) we need merge patch which was proposed by @hagbard

Jan 6 2020, 1:31 PM · VyOS 1.2 Crux (VyOS 1.2.5)
max1e6 added a comment to T1882: OpenVPN certificate not found warning.

This was tested on a different VyOS install, so I will test again and confirm.

Jan 6 2020, 1:30 PM · VyOS 1.3 Equuleus (1.3.0)
max1e6 added a comment to T1882: OpenVPN certificate not found warning.

I just did a build of Crux 1.2.4. The issue that appeared in 1.2.3 did not occur in 1.2.4.

Jan 6 2020, 1:29 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) added a comment to T1933: Changes in /config/scripts/vyos-postconfig-bootup.script got lost during upgrade to 1.2.4.

Hi @rherold , I can't create this behaviour in LAB.
I have clear vyos-1.2.3 installed and do next steps:

  1. sudo nano /config/scripts/vyos-postconfig-bootup.script
#!/bin/sh
# This script is executed at boot time after VyOS configuration is fully applie$
# Any modifications required to work around unfixed bugs
# or use services not available through the VyOS CLI system can be placed here.
/config/scripts/rcs/rcs-mgnt-vlan.sh 2>/dev/null 1>/dev/null
  1. sudo mkdir /config/scripts/rcs/
  2. Create file sudo nano /config/scripts/rcs/rcs-mgnt-vlan.sh with following commands
#!/bin/bash
Jan 6 2020, 8:39 AM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) closed T1936: pppoe-server CLI control features as Unknown Status.

Tested successfully on VyOS 1.3-rolling-202001060217

Jan 6 2020, 7:46 AM · VyOS 1.2 Crux (VyOS 1.2.5)
hagbard changed the status of T1882: OpenVPN certificate not found warning from Open to In progress.

Hi @max1e6 , can you please share the relevant openvpn config, so I can try to reproduce the issue? Thx.

Jan 6 2020, 2:20 AM · VyOS 1.3 Equuleus (1.3.0)
syncer moved T1670: OpenVPN option for tls-auth from Needs Triage to Backlog on the VyOS 1.2 Crux (VyOS 1.2.5) board.
Jan 6 2020, 2:16 AM · VyOS 1.3 Equuleus (1.3.0)
syncer removed a project from T1729: PIM (Protocol Independent Multicast) implementation: VyOS 1.2 Crux (VyOS 1.2.5).
Jan 6 2020, 2:16 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
syncer changed the status of T1837: PPPoE unrecognized option 'replacedefaultroute' from Open to In progress.
Jan 6 2020, 2:15 AM · VyOS 1.2 Crux (VyOS 1.2.5)
syncer triaged T1837: PPPoE unrecognized option 'replacedefaultroute' as Normal priority.
Jan 6 2020, 2:15 AM · VyOS 1.2 Crux (VyOS 1.2.5)
syncer changed the status of T1909: Incorrect behaviour of static routes with overlapping networks from Open to In progress.
Jan 6 2020, 12:52 AM · VyOS 1.2 Crux (VyOS 1.2.5), vyos-frr
syncer triaged T1936: pppoe-server CLI control features as Normal priority.
Jan 6 2020, 12:52 AM · VyOS 1.2 Crux (VyOS 1.2.5)
syncer moved T1936: pppoe-server CLI control features from Need Triage to In Progress on the VyOS 1.3 Equuleus board.
Jan 6 2020, 12:41 AM · VyOS 1.2 Crux (VyOS 1.2.5)
syncer assigned T1943: Error in commit causes hung 'sudo write' threads to dmbaturin.
Jan 6 2020, 12:40 AM
syncer edited projects for T1933: Changes in /config/scripts/vyos-postconfig-bootup.script got lost during upgrade to 1.2.4, added: VyOS 1.3 Equuleus, VyOS 1.2 Crux (VyOS 1.2.5); removed VyOS 1.2 Crux.
Jan 6 2020, 12:26 AM · VyOS 1.3 Equuleus (1.3.0)
syncer changed the status of T1945: FRR: Committing large number of peers in configuration results in temporarily incomplete config resulting in route leaks from Open to Needs testing.
Jan 6 2020, 12:25 AM · VyOS 1.3 Equuleus (1.3.0)

Jan 4 2020

hagbard closed T1891: Router announcements broken on boot as Resolved.

@kroy thx for testing, glad it is working for you since I'm not really satified with it.

Jan 4 2020, 11:30 PM · VyOS 1.2 Crux (VyOS 1.2.5)
kroy added a comment to T1891: Router announcements broken on boot.

@hagbard Confirmed your hack takes care of the issue.

Jan 4 2020, 8:44 PM · VyOS 1.2 Crux (VyOS 1.2.5)
syncer assigned T1942: hardware info collector to Unknown Object (User).
Jan 4 2020, 8:12 PM · VyOS Rolling
syncer created T1942: hardware info collector .
Jan 4 2020, 8:12 PM · VyOS Rolling
syncer updated subscribers of T936: Reimplementation of tech-support diagnostic file generation.
Jan 4 2020, 7:23 PM · test, VyOS 1.4 Sagitta
syncer updated the task description for T936: Reimplementation of tech-support diagnostic file generation.
Jan 4 2020, 5:13 PM · test, VyOS 1.4 Sagitta
kevinrausch added a watcher for VyOS 1.3 Equuleus: kevinrausch.
Jan 4 2020, 2:31 AM

Jan 3 2020

hagbard added a comment to T1891: Router announcements broken on boot.

Yup, https://phabricator.vyos.net/T1831 is pending. FRR RAs will fix the issue entirely or going with set service ipv6-ra interface... would fix that too regardless what daemin is being used at the backend which would also make it interchangeable.

Jan 3 2020, 11:19 PM · VyOS 1.2 Crux (VyOS 1.2.5)
kroy updated subscribers of T1940: EFI Fresh Install fails to boot, 4K Sector Drives Fail to boot EFI.

I was hoping you have some input here.

Jan 3 2020, 10:20 PM · VyOS 1.3 Equuleus (1.3.0)
kroy claimed T1940: EFI Fresh Install fails to boot, 4K Sector Drives Fail to boot EFI.
Jan 3 2020, 8:51 PM · VyOS 1.3 Equuleus (1.3.0)
kroy changed the status of T1940: EFI Fresh Install fails to boot, 4K Sector Drives Fail to boot EFI from Open to Confirmed.
Jan 3 2020, 8:51 PM · VyOS 1.3 Equuleus (1.3.0)
kroy created T1940: EFI Fresh Install fails to boot, 4K Sector Drives Fail to boot EFI.
Jan 3 2020, 8:50 PM · VyOS 1.3 Equuleus (1.3.0)
syncer assigned T1902: Add redistribute non main table in bgp to c-po.
Jan 3 2020, 8:10 PM · VyOS 1.2 Crux (VyOS 1.2.5)
c-po added a comment to T1891: Router announcements broken on boot.

As I can remember there is no objection about FRR for RAs - its only the CLI structure.

Jan 3 2020, 5:50 PM · VyOS 1.2 Crux (VyOS 1.2.5)
jjakob added a comment to T1891: Router announcements broken on boot.

I actually suggested using reload/SIGHUP. The problem is the very rapid reloads sent by the vyos script to systemd. start-stop-daemon is handled by systemd in Debian Buster, in Jessie it was still handled by sysvinit so it didn't have any limits. I suppose it uses some default restart limits/timeouts that can otherwise be adjusted in unit/service files. I suppose it could be converted to a native systemd service so the limits can be set if there is a corresponding setting that would fix the issue. Otherwise it'd be better if we don't use systemd to send SIGHUP at all and send the signal direclty to the daemon w/ pid read from pid file. Or switch to using frr for RAs - what's the progress on that?

Jan 3 2020, 5:46 PM · VyOS 1.2 Crux (VyOS 1.2.5)
hagbard added a comment to T1891: Router announcements broken on boot.

That's what it does but using the init script.

Jan 3 2020, 5:37 PM · VyOS 1.2 Crux (VyOS 1.2.5)