Page MenuHomeVyOS Platform
Feed Search

Jun 23 2019

c-po closed T1474: Update WireGuard to 0.0.20190601 as Resolved.
Jun 23 2019, 11:14 AM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po closed T1474: Update WireGuard to 0.0.20190601, a subtask of T1473: Update Kernel from 4.19.52 to 4.19.54, as Resolved.
Jun 23 2019, 11:14 AM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po added a comment to T1474: Update WireGuard to 0.0.20190601.

https://github.com/vyos/vyos-wireguard/commit/7f686a8632ca81ba80813a92ed50fc0c6f1f04d8

Jun 23 2019, 11:14 AM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po added a comment to T1473: Update Kernel from 4.19.52 to 4.19.54.

https://github.com/vyos/vyos-kernel/commit/49c9ce28558f7d0ffa9f9f7985accf95890a298c

Jun 23 2019, 11:13 AM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po claimed T1473: Update Kernel from 4.19.52 to 4.19.54.
Jun 23 2019, 11:09 AM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po claimed T1474: Update WireGuard to 0.0.20190601.
Jun 23 2019, 11:08 AM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po created T1474: Update WireGuard to 0.0.20190601.
Jun 23 2019, 11:08 AM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po added a subtask for T1473: Update Kernel from 4.19.52 to 4.19.54: T1455: Update Intel i40e driver to 2.9.21.
Jun 23 2019, 11:08 AM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po added a parent task for T1455: Update Intel i40e driver to 2.9.21: T1473: Update Kernel from 4.19.52 to 4.19.54.
Jun 23 2019, 11:08 AM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po created T1473: Update Kernel from 4.19.52 to 4.19.54.
Jun 23 2019, 11:07 AM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po moved T1464: FRR: Set explicit OSPFv3 network type for specified interface from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Jun 23 2019, 10:40 AM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po closed T1464: FRR: Set explicit OSPFv3 network type for specified interface as Unknown Status.
Jun 23 2019, 10:40 AM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po added a comment to T1183: BFD Support via FRR.

Next rolling will come with preliminary FRR BFD (FRR BFD manual http://docs.frrouting.org/en/latest/bfd.html) support.

Jun 23 2019, 10:27 AM · VyOS 1.2 Crux (VyOS 1.2.4)
c-po moved T1471: Wireguard interfaces have no firewall subtree from Needs Triage to Finished on the VyOS 1.2 Crux (VyOS 1.2.2) board.
Jun 23 2019, 8:28 AM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po closed T1471: Wireguard interfaces have no firewall subtree as Unknown Status.
Jun 23 2019, 8:28 AM · VyOS 1.2 Crux (VyOS 1.2.2)

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
runar added a comment to T1467: Loopback interface naming and dummy devices.

with my last post in mind, here are the workings of a cisco IOS loopback:

router(config)#int loop 123
router(config-if)#ip addr 1.4.4.1 255.255.255.0
router(config-if)#exit
router(config)#exit
Jun 22 2019, 8:32 PM
runar added a comment to T1467: Loopback interface naming and dummy devices.

@zsdc Thanks for your comments!

Jun 22 2019, 8:12 PM
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
c-po changed the status of T1433: "show dhcpv6 server leases" shows leases from wrong file from Unknown Status to Resolved.
Jun 22 2019, 4:50 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po moved T1433: "show dhcpv6 server leases" shows leases from wrong file from In Progress to Finished on the VyOS 1.2 Crux (VyOS 1.2.2) board.
Jun 22 2019, 4:49 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po added a comment to T1433: "show dhcpv6 server leases" shows leases from wrong file.

backported into 1.2.2

Jun 22 2019, 4:48 PM · VyOS 1.2 Crux (VyOS 1.2.2)
jjakob added a comment to T1470: improve output of "show dhcpv6 server leases".

https://kb.isc.org/docs/isc-dhcp-44-manual-pages-dhcpdleases#the-dhcpv6-lease-ia-declaration
isc-dhcpd can store IANA_DUID either as octal string (default) or hex, as set by lease-id-format parameter.
python-isc-dhcp-leases currently only supports string type, so it internally parses it into hex. We need to parse it again to add colons to unify with isc-dhcp hex format.
If python-isc-dhcp-leases were improved to add hex type support, we could set lease-id-format to hex and do away with all this parsing.

Jun 22 2019, 4:17 PM · VyOS 1.2 Crux (VyOS 1.2.4)
jjakob updated the task description for T1470: improve output of "show dhcpv6 server leases".
Jun 22 2019, 4:02 PM · VyOS 1.2 Crux (VyOS 1.2.4)
jjakob changed the subtype of T1470: improve output of "show dhcpv6 server leases" from "Task" to "Enhancement".
Jun 22 2019, 3:16 PM · VyOS 1.2 Crux (VyOS 1.2.4)
jjakob changed the status of T1470: improve output of "show dhcpv6 server leases" from Open to In progress.
Jun 22 2019, 3:15 PM · VyOS 1.2 Crux (VyOS 1.2.4)
jjakob added a comment to T1433: "show dhcpv6 server leases" shows leases from wrong file.

With https://github.com/vyos/vyos-1x/pull/74 tested working on crux.

Jun 22 2019, 2:59 PM · VyOS 1.2 Crux (VyOS 1.2.2)
runar added a comment to T1467: Loopback interface naming and dummy devices.

Thanks for quick reply! :)

Jun 22 2019, 12:32 PM
dmbaturin added a comment to T1467: Loopback interface naming and dummy devices.

I think it may be a good idea.

Jun 22 2019, 12:08 PM
dmbaturin added projects to T1428: Wireguard: fwmark setting is not honored: VyOS 1.2 Crux (VyOS 1.2.2), VyOS 1.3 Equuleus.
Jun 22 2019, 11:56 AM · VyOS 1.2 Crux (VyOS 1.2.3)
dmbaturin edited a custom field on T1350: VRRP transition script will be executed once only.
Jun 22 2019, 11:50 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
dmbaturin closed T1313: Add support for reusable build flavours as Resolved.
Jun 22 2019, 11:27 AM · VyOS 1.3 Equuleus (1.3.0)
dmbaturin added projects to T1286: DHCP hostfile-update isn't removing hostfile entries on expiry.: VyOS 1.2 Crux, VyOS 1.3 Equuleus.
Jun 22 2019, 11:26 AM · VyOS 1.3 Equuleus (1.3.0)
dmbaturin closed T1202: Add `hvinfo` to the packages directory as Resolved.
Jun 22 2019, 11:15 AM · VyOS 1.3 Equuleus (1.3.0-epa1), vyos-build

Jun 21 2019

c-po added a comment to T1467: Loopback interface naming and dummy devices.

+1

Jun 21 2019, 10:57 PM
runar updated the task description for T1467: Loopback interface naming and dummy devices.
Jun 21 2019, 9:34 PM
runar added a comment to T1443: New "service https" implementation.

When were talking web-interface (not the api itself) it needs to have the functionality to "stage" multiple changes before commit'ing everything in one go, just like in the cli

Jun 21 2019, 9:33 PM · VyOS 1.2 Crux (VyOS 1.2.3)
runar added a project to T1467: Loopback interface naming and dummy devices: VyOS 1.3 Equuleus.
Jun 21 2019, 7:46 PM
c-po added a comment to T1183: BFD Support via FRR.

What will be the desireded CLI syntax?

Jun 21 2019, 5:36 PM · VyOS 1.2 Crux (VyOS 1.2.4)

Jun 20 2019

hagbard closed T1413: equuleus: buster: vyos-xe-guest-utilities is not installable and breaks live-build, a subtask of T476: Update the base system to Debian 10 (Buster), as Resolved.
Jun 20 2019, 6:18 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
hagbard closed T1413: equuleus: buster: vyos-xe-guest-utilities is not installable and breaks live-build as Resolved.

installation succeeds.

Jun 20 2019, 6:18 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard closed T1412: equuleus: buster: vyos-netplug is not installable and breaks live-build, a subtask of T476: Update the base system to Debian 10 (Buster), as Resolved.
Jun 20 2019, 6:16 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
hagbard closed T1412: equuleus: buster: vyos-netplug is not installable and breaks live-build as Resolved.

installation succeeds.

Jun 20 2019, 6:16 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard triaged T1459: [equuleus]: buster: vyos-netplug receives events but doesn't trigger scripts as Normal priority.
Jun 20 2019, 6:12 PM · VyOS 1.3 Equuleus (1.3.0)

Jun 19 2019

hagbard closed T1447: Python subprocess called without import in host_name.py as Resolved.

fixed by @UnicronNL

Jun 19 2019, 6:35 PM · VyOS 1.2 Crux (VyOS 1.2.4)
hagbard closed T1452: accel-pppoe - add vendor option to shaper as Resolved.

tested successfully with VyOS 1.2.0-rolling+201906191432

Jun 19 2019, 5:11 PM · VyOS 1.2 Crux (VyOS 1.2.5)
c-po added a comment to T1327: Set the serial console speed to 115200 by default.

Verified working on APU2 board and updated documentation https://github.com/vyos/vyos-documentation/commit/a15862af900efd2b766c0d369d0748f2e140dd2f

Jun 19 2019, 2:46 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro closed T1334: Migration script runner rewrite as Resolved.
Jun 19 2019, 2:00 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro closed T1327: Set the serial console speed to 115200 by default as Resolved.
Jun 19 2019, 2:00 PM · VyOS 1.3 Equuleus (1.3.0)
c-po claimed T1455: Update Intel i40e driver to 2.9.21.
Jun 19 2019, 12:34 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po created T1455: Update Intel i40e driver to 2.9.21.
Jun 19 2019, 12:34 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po changed the status of T1454: Reading deprecated /etc/frr/daemons.conf from Unknown Status to Resolved.
Jun 19 2019, 12:17 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po changed the status of T1453: Warning: nss-myhostname is not installed from Unknown Status to Resolved.
Jun 19 2019, 12:17 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po moved T1453: Warning: nss-myhostname is not installed from Needs Triage to Finished on the VyOS 1.2 Crux (VyOS 1.2.2) board.
Jun 19 2019, 12:16 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po edited projects for T1453: Warning: nss-myhostname is not installed, added: VyOS 1.2 Crux (VyOS 1.2.2); removed VyOS 1.2 Crux.
Jun 19 2019, 12:16 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po moved T1454: Reading deprecated /etc/frr/daemons.conf from Needs Triage to Finished on the VyOS 1.2 Crux (VyOS 1.2.2) board.
Jun 19 2019, 12:16 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po edited projects for T1454: Reading deprecated /etc/frr/daemons.conf, added: VyOS 1.2 Crux (VyOS 1.2.2); removed VyOS 1.2 Crux.
Jun 19 2019, 12:16 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po moved T1454: Reading deprecated /etc/frr/daemons.conf from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Jun 19 2019, 11:33 AM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po added a project to T1454: Reading deprecated /etc/frr/daemons.conf: VyOS 1.3 Equuleus.
Jun 19 2019, 11:33 AM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po added a comment to T1453: Warning: nss-myhostname is not installed.
[email protected]:~$ show version
Version:          VyOS 1.2.0-rolling+201906191227
Built by:         [email protected]
Built on:         Wed 19 Jun 2019 12:27 UTC
Build UUID:       1e70dc13-fc6a-4bf3-acd7-db557493e1d1
Build Commit ID:  70366de29543a5
Jun 19 2019, 11:02 AM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po added a comment to T1453: Warning: nss-myhostname is not installed.
vyos@vyos:~# grep -r nss-myhostname /var/log
/var/log/messages:Jun 19 05:35:44 localhost systemd-hostnamed[1323]: Warning: nss-myhostname is not installed. Changing the local hostname might make it unresolveable. Please install nss-myhostname!
Jun 19 2019, 10:45 AM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po moved T1453: Warning: nss-myhostname is not installed from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Jun 19 2019, 10:27 AM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po closed T1453: Warning: nss-myhostname is not installed as Unknown Status.
Jun 19 2019, 10:27 AM · VyOS 1.2 Crux (VyOS 1.2.2)

Jun 18 2019

hagbard added a comment to T1452: accel-pppoe - add vendor option to shaper .

Should be available in the next rolling release.
https://github.com/vyos/vyos-1x/commit/85c9e0200a4619f0388b7fd7ba9a03f4be933ef5

Jun 18 2019, 10:25 PM · VyOS 1.2 Crux (VyOS 1.2.5)
hagbard moved T1452: accel-pppoe - add vendor option to shaper from Need Triage to In Progress on the VyOS 1.3 Equuleus board.
Jun 18 2019, 10:02 PM · VyOS 1.2 Crux (VyOS 1.2.5)
hagbard changed the status of T1452: accel-pppoe - add vendor option to shaper from Open to In progress.
Jun 18 2019, 9:49 PM · VyOS 1.2 Crux (VyOS 1.2.5)
hagbard claimed T1452: accel-pppoe - add vendor option to shaper .
Jun 18 2019, 9:48 PM · VyOS 1.2 Crux (VyOS 1.2.5)
hagbard created T1452: accel-pppoe - add vendor option to shaper .
Jun 18 2019, 9:48 PM · VyOS 1.2 Crux (VyOS 1.2.5)
hagbard moved T1413: equuleus: buster: vyos-xe-guest-utilities is not installable and breaks live-build from Need Triage to In Progress on the VyOS 1.3 Equuleus board.
Jun 18 2019, 9:08 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard moved T1412: equuleus: buster: vyos-netplug is not installable and breaks live-build from Need Triage to In Progress on the VyOS 1.3 Equuleus board.
Jun 18 2019, 9:07 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard changed the status of T1412: equuleus: buster: vyos-netplug is not installable and breaks live-build, a subtask of T476: Update the base system to Debian 10 (Buster), from Open to Needs testing.
Jun 18 2019, 9:04 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
hagbard changed the status of T1412: equuleus: buster: vyos-netplug is not installable and breaks live-build from Open to Needs testing.

fixed in https://github.com/vyos/vyos-netplug/tree/equuleus

Jun 18 2019, 9:04 PM · VyOS 1.3 Equuleus (1.3.0)
c-po placed T1416: 2 dhcp server run in failover mode can't sync hostname with each other up for grabs.
Jun 18 2019, 8:41 PM · VyOS 1.2 Crux (VyOS 1.2.5)
c-po moved T1444: Update Linux Kernel to v4.19.52 from Backlog to Finished on the VyOS 1.2 Crux (VyOS 1.2.2) board.
Jun 18 2019, 8:41 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po changed the status of T1444: Update Linux Kernel to v4.19.52 from Unknown Status to Resolved.
Jun 18 2019, 8:41 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po updated the task description for T1451: Intel e1000e driver missing in lates rolling release.
Jun 18 2019, 8:41 PM · VyOS 1.3 Equuleus (1.3.0)
c-po moved T1451: Intel e1000e driver missing in lates rolling release from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Jun 18 2019, 8:40 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T1451: Intel e1000e driver missing in lates rolling release as Resolved.
Jun 18 2019, 8:39 PM · VyOS 1.3 Equuleus (1.3.0)
c-po created T1451: Intel e1000e driver missing in lates rolling release.
Jun 18 2019, 8:38 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard changed the status of T1413: equuleus: buster: vyos-xe-guest-utilities is not installable and breaks live-build, a subtask of T476: Update the base system to Debian 10 (Buster), from In progress to Needs testing.
Jun 18 2019, 8:04 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
hagbard changed the status of T1413: equuleus: buster: vyos-xe-guest-utilities is not installable and breaks live-build from In progress to Needs testing.
Jun 18 2019, 8:04 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard added a comment to T1413: equuleus: buster: vyos-xe-guest-utilities is not installable and breaks live-build.

@runar https://github.com/vyos/vyos-xe-guest-utilities/tree/equuleus should fix that issue. Let me know how it goes.

Jun 18 2019, 7:55 PM · VyOS 1.3 Equuleus (1.3.0)
runar added a comment to T1450: crux: ping * flood is not working.

this is also the case for ping 127.0.0.1 count 100 flood

Jun 18 2019, 6:23 PM · VyOS 1.2 Crux (VyOS 1.2.3)
runar created T1450: crux: ping * flood is not working in the S1 VyOS Public space.
Jun 18 2019, 6:21 PM · VyOS 1.2 Crux (VyOS 1.2.3)
hagbard changed the status of T1413: equuleus: buster: vyos-xe-guest-utilities is not installable and breaks live-build, a subtask of T476: Update the base system to Debian 10 (Buster), from Open to In progress.
Jun 18 2019, 5:53 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
hagbard changed the status of T1413: equuleus: buster: vyos-xe-guest-utilities is not installable and breaks live-build from Open to In progress.
Jun 18 2019, 5:53 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard claimed T1412: equuleus: buster: vyos-netplug is not installable and breaks live-build.
Jun 18 2019, 5:12 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard claimed T1413: equuleus: buster: vyos-xe-guest-utilities is not installable and breaks live-build.
Jun 18 2019, 5:12 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro added a comment to T1327: Set the serial console speed to 115200 by default.

I had initially not planned to drop the explicit set_value for console speed in migrate/system/3-to-4, as this was legacy for the system@4 component definition; however, (1) the file is soon to be removed when we drop config compatibility pre-6.5, (2) it is now redundant/wrong in the /opt/vyatta/etc/config/config.boot, as pointed out by c-po above. I will remove the add_console call from vyatta-config-migrate/migrate/system/3-to-4.

Jun 18 2019, 4:46 PM · VyOS 1.3 Equuleus (1.3.0)
dmbaturin assigned T1443: New "service https" implementation to jestabro.
Jun 18 2019, 3:18 PM · VyOS 1.2 Crux (VyOS 1.2.3)
UnicronNL created T1447: Python subprocess called without import in host_name.py.
Jun 18 2019, 2:03 PM · VyOS 1.2 Crux (VyOS 1.2.4)
c-po moved T1444: Update Linux Kernel to v4.19.52 from Needs Triage to Backlog on the VyOS 1.2 Crux (VyOS 1.2.2) board.
Jun 18 2019, 6:06 AM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po added a project to T1444: Update Linux Kernel to v4.19.52: VyOS 1.2 Crux (VyOS 1.2.2).
Jun 18 2019, 6:06 AM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po changed the status of T1444: Update Linux Kernel to v4.19.52 from Resolved to Unknown Status.
Jun 18 2019, 6:05 AM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po closed T1444: Update Linux Kernel to v4.19.52 as Resolved.
Jun 18 2019, 6:04 AM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po moved T1444: Update Linux Kernel to v4.19.52 from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Jun 18 2019, 6:04 AM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po changed the status of T1444: Update Linux Kernel to v4.19.52 from Open to In progress.
Jun 18 2019, 6:01 AM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po created T1444: Update Linux Kernel to v4.19.52.
Jun 18 2019, 6:00 AM · VyOS 1.2 Crux (VyOS 1.2.2)

Jun 17 2019

c-po closed T1390: Extend bgp config for bestpath as-path multipath-relax as Resolved.
Jun 17 2019, 8:18 PM · VyOS 1.2 Crux (VyOS 1.2.2)
c-po moved T1390: Extend bgp config for bestpath as-path multipath-relax from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Jun 17 2019, 8:18 PM · VyOS 1.2 Crux (VyOS 1.2.2)