Page MenuHomeVyOS Platform
Feed Advanced Search

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
hagbard closed T1262: dhcp requested WAN ip address doesn't get search parameter in /etc/resolv.conf in 1.2.0-rolling+201902210337 as Resolved.

That should be already in there for a few days now.

Feb 27 2019, 4:07 PM · VyOS 1.3 Equuleus (1.3.8), VyOS 1.2 Crux (VyOS 1.2.9), test
fromport added a comment to T1262: dhcp requested WAN ip address doesn't get search parameter in /etc/resolv.conf in 1.2.0-rolling+201902210337.

@fromport does the new pkg solve the issue you are seeing? It did during all my tests.

Feb 27 2019, 3:44 PM · VyOS 1.3 Equuleus (1.3.8), VyOS 1.2 Crux (VyOS 1.2.9), test
hagbard added a comment to T1262: dhcp requested WAN ip address doesn't get search parameter in /etc/resolv.conf in 1.2.0-rolling+201902210337.

@fromport does the new pkg solve the issue you are seeing? It did during all my tests.

Feb 27 2019, 3:33 PM · VyOS 1.3 Equuleus (1.3.8), VyOS 1.2 Crux (VyOS 1.2.9), test
syncer changed the status of T1267: FRR: Add interface name for static routes from Open to Confirmed.
Feb 27 2019, 12:34 PM · VyOS 1.3 Equuleus (1.3.0)
jjcordon added a comment to T927: IPv6 GRE packets not being forwarded.

just tested, still same behaviour.

GRE packet is entering on "LAN" interface (eth3) but is not being forwarded to uplink (eth1, route to ::/0)
Any firewall on eth3 has been removed during testing.
Feb 27 2019, 11:19 AM · VyOS 1.3 Equuleus (1.3.6), test
jjcordon added a comment to T927: IPv6 GRE packets not being forwarded.

let me check that with latest rolling version.

Will update.
Feb 27 2019, 8:21 AM · VyOS 1.3 Equuleus (1.3.6), test
hlmtre added a comment to T421: Add Pv6 prefix delegation support.

Oh, and one final question: you don't have a static IPv4 address, do you? Just trying to sort out any possibilities.

Feb 27 2019, 6:13 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
hlmtre added a comment to T421: Add Pv6 prefix delegation support.

I haven't made any 'Apply changes' to the modem and unfortunately it still won't forward my IPv6 traffic. You don't happen to have a firewall rule handy for being extremely permissive with IPv6 outgoing traffic, do you?

Feb 27 2019, 5:05 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
gadams added a comment to T421: Add Pv6 prefix delegation support.

Ah, interesting. I'll see if I can reproduce the address dhcpv6 problem.

Feb 27 2019, 4:37 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
hlmtre added a comment to T421: Add Pv6 prefix delegation support.

The commit failed and had to be ctrl+C'd. However, delete interfaces ethernet eth1 address dhcpv6; commit; then a second commit making the dhcpv6-pd changes work. So instead of the single step working, it had to be broken into two.

Feb 27 2019, 1:33 AM · VyOS 1.3 Equuleus (1.3.0-epa1)

Feb 26 2019

gadams added a comment to T421: Add Pv6 prefix delegation support.

Yeah, I still have a bit of debug output in there. Easy enough to remove.

Feb 26 2019, 6:43 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
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.8), test
hlmtre added a comment to T421: Add Pv6 prefix delegation support.

Rebooted the router and configured following your instructions and got assigned an IPv6 address on my LAN interface! I'd never managed to get this far with pfSense (I could only get it to assign me addresses on the external interface) or on EdgeOS (probably over a year ago). Thanks so much!

Feb 26 2019, 3:17 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
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.8), VyOS 1.4 Sagitta (1.4.0-GA), test
gadams added a comment to T421: Add Pv6 prefix delegation support.

Great! The one I built last night is still available here: http://www.avernus.com/~gadams/vyos-crux.201902250834.dhcpv6pd-amd64.iso

Feb 26 2019, 8:20 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po added a comment to T421: Add Pv6 prefix delegation support.

I‘m on Telekom FTTH (Germany) and could test an ISO, too.

Feb 26 2019, 7:17 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
gadams added a comment to T421: Add Pv6 prefix delegation support.

Indeed, this is on Comcast Business. At least they're consistent in their oddity, eh?

Feb 26 2019, 6:37 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
hlmtre added a comment to T421: Add Pv6 prefix delegation support.

You wouldn't happen to be on Comcast, would you? The supposed-/56 that's offered when instead it's a /60 is a behavior I'm familiar with on Comcast.

Feb 26 2019, 4:47 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
gadams added a comment to T421: Add Pv6 prefix delegation support.

Great! I'll look forward to hearing how it works for you.

Feb 26 2019, 4:34 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
hlmtre added a comment to T421: Add Pv6 prefix delegation support.
In T421#33183, @gadams wrote:

I've learned a lot about building ISO images over the past couple weeks. I have a first version of my change ready; it's in two commits currently:

https://github.com/gsadams/vyos-1x/commit/9dc320b026d29e1c6e290346b8be53a6f5a74a11
and
https://github.com/gsadams/vyatta-cfg-system/commit/5c1900015fe5f0c65810bdbbefa0c61cd118cc6d

and also likely requires the fix I proposed in T1059 (which appears not to have been merged, yet), depending on your particular configuration.

If you'd like to test it, I have built an image from the latest Crux branch plus those three changes, here: http://www.avernus.com/~gadams/vyos-crux.201902250834.dhcpv6pd-amd64.iso

I'm currently running that image, myself. It'd be nice if anyone who wants to get DHCPv6-PD working could give it a try and let me know whether it works for you, what you think of the config syntax, or anything glaring that it's missing. The configuration syntax is basically what I described up above. You'll need to enable the DHCPv6 client on the appropriate interface (the one connected to your ISP, presumably), and specify how you want the delegated prefix farmed out to other interfaces.

One known limitation is that the DHCPv6-PD configuration can currently only be applied to an ethernet interface. That's not because of any technical limitation; it's just that applying it to other interfaces will require copying a bunch of files, so I thought I'd try to get it right in one place, first.

Feb 26 2019, 3:16 AM · VyOS 1.3 Equuleus (1.3.0-epa1)

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.8)
c-po closed T1234: DHCP relay relay-agents-packets is dysfunctional as Resolved.
Feb 25 2019, 5:26 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po added a comment to T1234: DHCP relay relay-agents-packets is dysfunctional.

No further complaints - seems to be resolved.

Feb 25 2019, 5:26 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po moved T1234: DHCP relay relay-agents-packets is dysfunctional from Needs Triage to Finished on the VyOS 1.2 Crux (VyOS 1.2.1) board.
Feb 25 2019, 5:25 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po edited projects for T1234: DHCP relay relay-agents-packets is dysfunctional, added: VyOS 1.2 Crux (VyOS 1.2.1); removed VyOS 1.2 Crux.
Feb 25 2019, 5:25 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po moved T1234: DHCP relay relay-agents-packets is dysfunctional from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Feb 25 2019, 5:25 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po added a project to T1234: DHCP relay relay-agents-packets is dysfunctional: VyOS 1.2 Crux.
Feb 25 2019, 5:25 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po closed T1261: TFTP-Server only listen on 127.0.0.1 as Resolved.
Feb 25 2019, 5:23 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po moved T1261: TFTP-Server only listen on 127.0.0.1 from Needs Triage to Finished on the VyOS 1.2 Crux (VyOS 1.2.1) board.
Feb 25 2019, 5:23 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po edited projects for T1261: TFTP-Server only listen on 127.0.0.1, added: VyOS 1.2 Crux (VyOS 1.2.1); removed VyOS 1.2 Crux.
Feb 25 2019, 5:23 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po moved T1261: TFTP-Server only listen on 127.0.0.1 from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Feb 25 2019, 5:23 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po added a project to T1261: TFTP-Server only listen on 127.0.0.1: VyOS 1.3 Equuleus.
Feb 25 2019, 5:23 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po closed T1211: Blank hostnames from dhcpd are able to bring down DNS as Resolved.
Feb 25 2019, 5:22 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po moved T1211: Blank hostnames from dhcpd are able to bring down DNS from Needs Triage to Finished on the VyOS 1.2 Crux (VyOS 1.2.1) board.
Feb 25 2019, 5:21 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po reopened T1211: Blank hostnames from dhcpd are able to bring down DNS as "Open".
Feb 25 2019, 5:21 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po closed T1211: Blank hostnames from dhcpd are able to bring down DNS as Resolved.
Feb 25 2019, 5:18 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po added a comment to T1211: Blank hostnames from dhcpd are able to bring down DNS.

okay - then I kindly close this one.

Feb 25 2019, 5:18 PM · VyOS 1.2 Crux (VyOS 1.2.1)
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
hagbard closed T1247: WAN load-balancing fail when !<x.x.x.x/x> configured in rules as Resolved.

Awesome, thx.

Feb 25 2019, 5:08 PM · VyOS 1.2 Crux (VyOS 1.2.1)
thinkl33t added a comment to T1211: Blank hostnames from dhcpd are able to bring down DNS.

We've not had this issue since i applied the patch.

Feb 25 2019, 3:21 PM · VyOS 1.2 Crux (VyOS 1.2.1)
gadams added a comment to T421: Add Pv6 prefix delegation support.

I've learned a lot about building ISO images over the past couple weeks. I have a first version of my change ready; it's in two commits currently:

Feb 25 2019, 9:27 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
oleksandr.ovsiannikov added a comment to T1247: WAN load-balancing fail when !<x.x.x.x/x> configured in rules.

@hagbard last rolling has no issue.
everything works as expected

Feb 25 2019, 8:55 AM · VyOS 1.2 Crux (VyOS 1.2.1)

Feb 24 2019

c-po added a comment to T1211: Blank hostnames from dhcpd are able to bring down DNS.

@thinkl33t any updates?

Feb 24 2019, 12:09 PM · VyOS 1.2 Crux (VyOS 1.2.1)

Feb 23 2019

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

@danhusan IPv6 should not be affected. Workaround for IPv4:

Feb 23 2019, 11:20 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
hagbard moved T1262: dhcp requested WAN ip address doesn't get search parameter in /etc/resolv.conf in 1.2.0-rolling+201902210337 from Need Triage to In Progress on the VyOS 1.3 Equuleus board.
Feb 23 2019, 5:50 PM · VyOS 1.3 Equuleus (1.3.8), VyOS 1.2 Crux (VyOS 1.2.9), test
dmbaturin edited projects for T1148: epa2 BGP peers initiate before config is fully loaded, routes leak., added: VyOS 1.3 Equuleus; removed VyOS 1.2 Crux (VyOS 1.2.2).
Feb 23 2019, 10:13 AM · VyOS 1.3 Equuleus (1.3.0-epa1)

Feb 22 2019

hagbard added a comment to T1247: WAN load-balancing fail when !<x.x.x.x/x> configured in rules.

@oleksandr.ovsiannikov any updates?

Feb 22 2019, 9:14 PM · VyOS 1.2 Crux (VyOS 1.2.1)
hagbard claimed T1264: /usr/libexec/vyos/conf_mode/host_name.py improvments.
Feb 22 2019, 9:13 PM · VyOS 1.2 Crux (VyOS 1.2.3)
hagbard created T1264: /usr/libexec/vyos/conf_mode/host_name.py improvments.
Feb 22 2019, 9:12 PM · VyOS 1.2 Crux (VyOS 1.2.3)
hagbard edited projects for T1262: dhcp requested WAN ip address doesn't get search parameter in /etc/resolv.conf in 1.2.0-rolling+201902210337, added: VyOS 1.3 Equuleus; removed VyOS 1.2 Crux (VyOS 1.2.2).
Feb 22 2019, 8:46 PM · VyOS 1.3 Equuleus (1.3.8), VyOS 1.2 Crux (VyOS 1.2.9), test
hagbard added a comment to T405: Add binaries for lcdproc.

binaries (lcdproc, lcdproc-extra-drivers) added to rolling releases.

Feb 22 2019, 8:30 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
hagbard changed the status of T405: Add binaries for lcdproc from Open to In progress.
Feb 22 2019, 8:29 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
hagbard claimed T405: Add binaries for lcdproc.
Feb 22 2019, 8:17 PM · VyOS 1.3 Equuleus (1.3.0-epa1)

Feb 21 2019

dmbaturin created T1260: VICI-based implementation of "run show vpn ipsec sa".
Feb 21 2019, 9:50 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T1214: Add `ipaddrcheck` to the packages directory as Resolved.
Feb 21 2019, 6:16 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po moved T1214: Add `ipaddrcheck` to the packages directory from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Feb 21 2019, 6:16 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po moved T1211: Blank hostnames from dhcpd are able to bring down DNS from Need Triage to In Progress on the VyOS 1.3 Equuleus board.
Feb 21 2019, 6:16 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po added a project to T1211: Blank hostnames from dhcpd are able to bring down DNS: VyOS 1.2 Crux (VyOS 1.2.1).
Feb 21 2019, 6:15 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po changed the status of T1211: Blank hostnames from dhcpd are able to bring down DNS from Open to In progress.
Feb 21 2019, 6:15 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po added a comment to T1211: Blank hostnames from dhcpd are able to bring down DNS.

Added the above snipped to vyos-1x and the latest rolling releases

Feb 21 2019, 6:15 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po closed T1258: Add command to display connected NTP clients as Invalid.
Feb 21 2019, 5:41 PM · Rejected
c-po added a comment to T1258: Add command to display connected NTP clients.

Unfortunately this is not implemented in ntpqc. The reason it worked for me was my firewall blocking everything else.

Feb 21 2019, 5:40 PM · Rejected
c-po changed the status of T1258: Add command to display connected NTP clients from Open to In progress.
Feb 21 2019, 5:15 PM · Rejected
c-po created T1258: Add command to display connected NTP clients.
Feb 21 2019, 5:15 PM · Rejected
c-po closed T986: Please update the i40e driver as Resolved.
Feb 21 2019, 4:41 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po closed T986: Please update the i40e driver, a subtask of T1252: Extend vyos-ci Kernel Pipeline to build Intel native drivers, as Resolved.
Feb 21 2019, 4:41 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po closed T1252: Extend vyos-ci Kernel Pipeline to build Intel native drivers as Resolved.
Feb 21 2019, 4:41 PM · VyOS 1.2 Crux (VyOS 1.2.1)
hagbard closed T1004: ISO + System Boot with Serial Console for APU2 and Embedded Devices as Resolved.
Feb 21 2019, 4:32 PM · VyOS 1.2 Crux (VyOS 1.2.1)
SteveP added a comment to T1066: Missing NICs.

It didn’t cure it I’m afraid. It has, however, changed the error message to:

Feb 21 2019, 10:54 AM · VyOS 1.2 Crux (VyOS 1.2.1)
sokrates added a comment to T1004: ISO + System Boot with Serial Console for APU2 and Embedded Devices.

and thanks for the help hagbard ...

Feb 21 2019, 9:47 AM · VyOS 1.2 Crux (VyOS 1.2.1)
sokrates added a comment to T1004: ISO + System Boot with Serial Console for APU2 and Embedded Devices.

So i have test it and ... hmm the Problem is that the grub menu is ripped apart.

Feb 21 2019, 9:46 AM · VyOS 1.2 Crux (VyOS 1.2.1)

Feb 20 2019

c-po moved T1252: Extend vyos-ci Kernel Pipeline to build Intel native drivers from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Feb 20 2019, 10:02 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po moved T986: Please update the i40e driver from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Feb 20 2019, 10:02 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po changed the status of T986: Please update the i40e driver from Open to In progress.
Feb 20 2019, 10:02 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po changed the status of T986: Please update the i40e driver, a subtask of T1252: Extend vyos-ci Kernel Pipeline to build Intel native drivers, from Open to In progress.
Feb 20 2019, 10:02 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po added a comment to T1066: Missing NICs.

Please test with a rolling relase build date newer than 20120220 - Drivers have been replaced with the ones provided by Intel

Feb 20 2019, 10:01 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po updated subscribers of T1252: Extend vyos-ci Kernel Pipeline to build Intel native drivers.

@syncer

Feb 20 2019, 9:37 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po added a comment to T1252: Extend vyos-ci Kernel Pipeline to build Intel native drivers.
[  227.874683] dca service started, version 1.12.1
[  228.282193] ixgbe: loading out-of-tree module taints kernel.
[  228.288861] Intel(R) 10GbE PCI Express Linux Network Driver - version 5.5.3
[  228.288863] Copyright(c) 1999 - 2018 Intel Corporation.
[  295.462589] e1000e: Intel(R) PRO/1000 Network Driver - 3.4.2.1-NAPI
[  295.462592] e1000e: Copyright(c) 1999 - 2018 Intel Corporation.
[  299.685648] i40e: Intel(R) 40-10 Gigabit Ethernet Connection Network Driver - version 2.7.29
[  299.685651] i40e: Copyright(c) 2013 - 2018 Intel Corporation.
[  303.095404] i40evf: Intel(R) 40-10 Gigabit Virtual Function Network Driver - version 3.6.15
[  303.095406] Copyright(c) 2013 - 2018 Intel Corporation.
[  306.534477] Intel(R) Gigabit Ethernet Linux Driver - version 5.3.5.22
[  306.534480] Copyright(c) 2007 - 2018 Intel Corporation.
[  313.059333] ixgbevf: Intel(R) 10GbE PCI Express Virtual Function Driver - version 4.5.2
[  313.059336] Copyright(c) 1999 - 2019 Intel Corporation.
Feb 20 2019, 9:35 PM · VyOS 1.2 Crux (VyOS 1.2.1)

Feb 19 2019

hagbard added a comment to T1247: WAN load-balancing fail when !<x.x.x.x/x> configured in rules.

@hagbardIt fixes the issue with WANLOADBALANCE_PRE chain, but we still observe unexpected behavior.
I will write a little bit more letter.

Feb 19 2019, 4:22 PM · VyOS 1.2 Crux (VyOS 1.2.1)
syncer reopened T1247: WAN load-balancing fail when !<x.x.x.x/x> configured in rules as "In progress".
Feb 19 2019, 4:21 PM · VyOS 1.2 Crux (VyOS 1.2.1)
syncer moved T1247: WAN load-balancing fail when !<x.x.x.x/x> configured in rules from Needs Triage to In Progress on the VyOS 1.2 Crux (VyOS 1.2.1) board.
Feb 19 2019, 4:20 PM · VyOS 1.2 Crux (VyOS 1.2.1)
syncer moved T1247: WAN load-balancing fail when !<x.x.x.x/x> configured in rules from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Feb 19 2019, 4:20 PM · VyOS 1.2 Crux (VyOS 1.2.1)
syncer edited projects for T1247: WAN load-balancing fail when !<x.x.x.x/x> configured in rules, added: VyOS 1.2 Crux (VyOS 1.2.1), VyOS 1.3 Equuleus; removed VyOS 1.2 Crux.
Feb 19 2019, 4:20 PM · VyOS 1.2 Crux (VyOS 1.2.1)
adestis created T1253: Feature Request: FRR Flowspec.
Feb 19 2019, 8:39 AM · VyOS 1.5 Circinus

Feb 18 2019

c-po added subtasks for T1252: Extend vyos-ci Kernel Pipeline to build Intel native drivers: T986: Please update the i40e driver, T1066: Missing NICs.
Feb 18 2019, 7:32 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po added a parent task for T1066: Missing NICs: T1252: Extend vyos-ci Kernel Pipeline to build Intel native drivers.
Feb 18 2019, 7:32 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po changed the status of T1252: Extend vyos-ci Kernel Pipeline to build Intel native drivers from Open to In progress.
Feb 18 2019, 7:32 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po created T1252: Extend vyos-ci Kernel Pipeline to build Intel native drivers.
Feb 18 2019, 7:32 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po added a comment to T1211: Blank hostnames from dhcpd are able to bring down DNS.

/var/log/messages

Feb 18 2019, 2:06 PM · VyOS 1.2 Crux (VyOS 1.2.1)
thinkl33t added a comment to T1211: Blank hostnames from dhcpd are able to bring down DNS.

Brill, i've applied that patch and will keep an eye on it for a few days to see what happens.

Feb 18 2019, 1:59 PM · VyOS 1.2 Crux (VyOS 1.2.1)
c-po added a comment to T1211: Blank hostnames from dhcpd are able to bring down DNS.

can you edit /usr/libexec/vyos/system/on-dhcp-event.sh

Feb 18 2019, 1:47 PM · VyOS 1.2 Crux (VyOS 1.2.1)
thinkl33t added a comment to T1211: Blank hostnames from dhcpd are able to bring down DNS.

The line giving the error is:

Feb 18 2019, 1:32 PM · VyOS 1.2 Crux (VyOS 1.2.1)
rherold added a comment to T160: Support NAT64.

@TriJetScud please see :

Feb 18 2019, 10:59 AM · VyOS 1.4 Sagitta (1.4.0-epa1)
syncer triaged T1251: IKEv2 Agile VPN Support as Wishlist priority.

I think we have a much fresher strongman,
maybe someone picks it up to rewrite in python

Feb 18 2019, 10:12 AM · VyOS 1.3 Equuleus (1.3.0)
TriJetScud changed Difficulty level from unknown to easy on T1251: IKEv2 Agile VPN Support.
Feb 18 2019, 9:58 AM · VyOS 1.3 Equuleus (1.3.0)
TriJetScud created T1251: IKEv2 Agile VPN Support.
Feb 18 2019, 9:58 AM · VyOS 1.3 Equuleus (1.3.0)
TriJetScud added a comment to T160: Support NAT64.

To be fair, the things we're need to make this work is

Feb 18 2019, 9:45 AM · VyOS 1.4 Sagitta (1.4.0-epa1)