Page MenuHomeVyOS Platform
Feed All Stories

Sep 17 2019

Unknown Object (User) closed T239: Improve documentation for the firewall all-ping setting as Resolved.
Sep 17 2019, 4:03 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
Unknown Object (User) added a comment to T239: Improve documentation for the firewall all-ping setting.

PR merged.

Sep 17 2019, 4:03 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
dmbaturin created T1667: Add a tool for automatically importing old style command definitions into XML.
Sep 17 2019, 3:21 PM · VyOS 1.3 Equuleus (1.3.6)
Unknown Object (User) added a comment to T1421: OpenVPN client push-route stopped working, needs added quotes to fix.

This issue don't reproduces at 1.2.2 and 1.2.3-epa1. As for rolling release after T1548, seems all correct and works.

set interfaces openvpn vtun0 server push-route '100.64.0.0/24'
set interfaces openvpn vtun0 server push-route '172.16.41.0/24'
set interfaces openvpn vtun0 server push-route '172.16.42.0/24'
vyos@vyos# sudo cat /opt/vyatta/etc/openvpn/openvpn-vtun0.conf | grep push
push "route 100.64.0.0 255.255.255.0"
push "route 172.16.41.0 255.255.255.0"
push "route 172.16.42.0 255.255.255.0"

on client

vyos@vyos-rtr01# run show ip route | grep vtun0
S>* 10.23.0.0/16 [1/0] is directly connected, vtun0, 00:03:25
C>* 10.23.1.1/32 is directly connected, vtun0, 00:03:25
K>* 100.64.0.0/24 [0/0] via 10.23.1.1, vtun0, 00:03:25
K>* 172.16.41.0/24 [0/0] via 10.23.1.1, vtun0, 00:03:25
K>* 172.16.42.0/24 [0/0] via 10.23.1.1, vtun0, 00:03:25

@kronenpj can you try last rolling release for confirm this?

Sep 17 2019, 12:21 PM · VyOS 1.2 Crux (VyOS 1.2.4)
completeoptical00 updated completeoptical00.
Sep 17 2019, 10:22 AM
c-po closed T1525: OpenVPN server clients disconnected after 60 mins as Invalid.
Sep 17 2019, 3:41 AM · VyOS 1.3 Equuleus (1.3.0)

Sep 16 2019

Unknown Object (User) added a comment to T1525: OpenVPN server clients disconnected after 60 mins.

I have just sent a Pull Request to clarify on the manual how tricky openvpn-option --reneg-sec can be.

Sep 16 2019, 11:40 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard changed the status of T1664: Ipoe with bond per vlan don't work from In progress to Needs testing.
Sep 16 2019, 9:41 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard added a comment to T1664: Ipoe with bond per vlan don't work.

Tomorrows rolling ISO will have the patch applied.
Please test and let me know how it goes.

Sep 16 2019, 9:36 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard changed the status of T1664: Ipoe with bond per vlan don't work from Confirmed to In progress.

@sever Issue found and working on a patch.

ifname  | called-sid |    calling-sid    |     ip      | ip6 | ip6-dp | rate-limit | state  |  uptime  |        sid       
----------+------------+-------------------+-------------+-----+--------+------------+--------+----------+------------------
 bond0.51 | bond0.51   | 08:00:27:82:43:ae | 192.168.0.2 |     |        |            | active | 00:01:03 | d060220ce77252a9

Auto creation of vlans failed.

Sep 16 2019, 9:28 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard closed T1040: rc.local is executed too early as Resolved.

@rcit Lot's of development underway and since I wasn't able to reproduce it anymoe, I thought I ask, Feel free to reopen if the issue re-occurs.

Sep 16 2019, 6:08 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po claimed T1666: Deleting a bond will place member interfaces into A/D state.
Sep 16 2019, 5:55 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard changed the status of T1664: Ipoe with bond per vlan don't work from Open to Confirmed.
Sep 16 2019, 5:33 PM · VyOS 1.3 Equuleus (1.3.0)
LBegnaud added a comment to T628: StrongSwan requires configuration change for proper routing over VTI..

You are absolutely right. Was a stressful morning sorting this out, thanks for the response.

Sep 16 2019, 5:28 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
c-po added a comment to T628: StrongSwan requires configuration change for proper routing over VTI..

@LBegnaud if I read the source correct the command set vpn ipsec options disable-route-autoinstall is what you are looking for, it was implemented in T71.

Sep 16 2019, 5:27 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
LBegnaud added a comment to T628: StrongSwan requires configuration change for proper routing over VTI..

Yes definitely just ran into this myself. I think i had the opposite problem of OP. I have only ipsec VTI on the router, but whenever a reset vpn ipsec-peer command was run, the peer IP was being added as default route for table 220. Furthermore, this was being respected as the default route for the system (I'm not sure how route priority works with tables, but i'm guessing table 220 has preference over table main?)

Sep 16 2019, 5:09 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
c-po created T1666: Deleting a bond will place member interfaces into A/D state.
Sep 16 2019, 4:28 PM · VyOS 1.3 Equuleus (1.3.0)
sever added a comment to T1664: Ipoe with bond per vlan don't work.

@hagbard in first my message actual config for bond1 with client-subnet 10.3.0.0/23 and authentication mode "local".
I plan to use several vlan's for several services.
You use it without vlans.

Sep 16 2019, 4:19 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard added a comment to T1664: Ipoe with bond per vlan don't work.

everything works without issue as far a I see.

Sep 16 2019, 4:16 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard added a comment to T1664: Ipoe with bond per vlan don't work.

@sever Yeah, sorry about the typo. You need to define an IP pool and an authentication method if you are not using a RADIUS server for that.
(I have bond0 in my lab so you need to change that to bond1 if you copy).

Sep 16 2019, 4:09 PM · VyOS 1.3 Equuleus (1.3.0)
sever added a comment to T1664: Ipoe with bond per vlan don't work.

@hagbard bond0 - is WAN interface without vlans/tags. For DHCP listening I use bond1 interface, not PPP.
A try man https://vyos.readthedocs.io/en/latest/services/ipoe-server.html

Sep 16 2019, 3:54 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard added a comment to T1664: Ipoe with bond per vlan don't work.

@sever Can you please try: set service pppoe-server interface bond0 vlan-id 55. And have a look into /var/log/messages what accel is reporting there once the dhcp reply arrives. I'm going to lab up your config and test as well.
Also you need to define an IP pool a client can get an IP address from.
https://vyos.readthedocs.io/en/latest/services/ipoe-server.html
(btw: show config comands gives you a nicer config overview)

Sep 16 2019, 3:43 PM · VyOS 1.3 Equuleus (1.3.0)
rcit added a comment to T1040: rc.local is executed too early.

@hagbard I don't know if this is somehow relevant regarding VyOS 1.3, but i have tested it with VyOS 1.2.3-epa1 just today and it works perfectly.

Sep 16 2019, 3:43 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
sever added a comment to T1664: Ipoe with bond per vlan don't work.

@sever Can you please also share your pppoe-server config?

Sep 16 2019, 3:29 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard added a comment to T1664: Ipoe with bond per vlan don't work.

@sever Can you please also share your pppoe-server config?

Sep 16 2019, 3:12 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard claimed T1664: Ipoe with bond per vlan don't work.
Sep 16 2019, 3:10 PM · VyOS 1.3 Equuleus (1.3.0)
sever updated the task description for T1665: prefix-list and prefix-list6 rules incorrectly accept a host address where prefix is required.
Sep 16 2019, 2:36 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) added a comment to T239: Improve documentation for the firewall all-ping setting.

Thank you Taras. Pull request sent.
https://github.com/vyos/vyos-documentation/pull/103

Sep 16 2019, 2:33 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
sever created T1665: prefix-list and prefix-list6 rules incorrectly accept a host address where prefix is required.
Sep 16 2019, 1:59 PM · VyOS 1.3 Equuleus (1.3.0)
pomplumbing00 updated pomplumbing00.
Sep 16 2019, 11:33 AM
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)
sever created T1664: Ipoe with bond per vlan don't work.
Sep 16 2019, 8:03 AM · VyOS 1.3 Equuleus (1.3.0)
sever added a comment to T1660: Bonding dont’t work on VyOS 1.2-rolling-201909120338.
In T1660#43438, @c-po wrote:

Please test again with the rolling release from 2019-09-14. Thanks for reporting the issue.

Sep 16 2019, 7:02 AM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) claimed T239: Improve documentation for the firewall all-ping setting.

According to my findings, firewall all-pingaffects only to LOCAL. It does not affect to IN or OUT.

Sep 16 2019, 1:40 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
kroy added a comment to T1490: BGP configuration (is lost|not applied) when updating 1.1.8 -> 1.2.1.

There are a number of strange things going on here, and I suspect there are multiple bugs:

Sep 16 2019, 1:13 AM · VyOS 1.2 Crux (VyOS 1.2.5)
SquirePug added a comment to T1490: BGP configuration (is lost|not applied) when updating 1.1.8 -> 1.2.1.

[ protocols bgp 132394 ]
%BGP: No IPv4 Unicast peer configured
%BGP: No IPv6 Unicast peer configured
% Unknown command: bgp scan-time 5
Error configuring routing subsystem. See log for more detailed information

Sep 16 2019, 12:58 AM · VyOS 1.2 Crux (VyOS 1.2.5)
SquirePug added a comment to T1490: BGP configuration (is lost|not applied) when updating 1.1.8 -> 1.2.1.

We did an update from 1.2.1-S2 to 1.2.3-epa1.

Sep 16 2019, 12:30 AM · VyOS 1.2 Crux (VyOS 1.2.5)

Sep 15 2019

runar added a comment to T1663: T1656 equuleus: buster: arm64/aarch64: ipaddrcheck does not complete testing.

the error in the test-log is just the errorcode, but the real error message is a memory allocation error:

vyos_bld@dd27213bf7b5:/vyos/ipaddrcheck/src$ ./ipaddrcheck
Error: could not allocate memory!
Sep 15 2019, 5:53 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po added a comment to T1637: Rewrite ethernet interface in new style XML syntax.

This could be used as base for testing:

Sep 15 2019, 3:00 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T1630: OpenVPN after changing it from root to nobody (unprivileged user) cant add routes, a subtask of T1548: Rewrite OpenVPN interface/op-commands in new style XML/Python, as Resolved.
Sep 15 2019, 11:56 AM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T1630: OpenVPN after changing it from root to nobody (unprivileged user) cant add routes as Resolved.
Sep 15 2019, 11:56 AM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T1630: OpenVPN after changing it from root to nobody (unprivileged user) cant add routes.

No feedback received, considering this as resolved. please reopen if issue reappears.

Sep 15 2019, 11:56 AM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T1662: openvpn: 'show openvpn client' error as Resolved.
Sep 15 2019, 8:52 AM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T1661: openvpn: wrong checking for existence cert files as Resolved.
Sep 15 2019, 8:51 AM · VyOS 1.3 Equuleus (1.3.0)
runar added a comment to T1663: T1656 equuleus: buster: arm64/aarch64: ipaddrcheck does not complete testing.

The same build procedure is tested fine on x86_64 and armhf without this issue

Sep 15 2019, 7:26 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
runar triaged T1663: T1656 equuleus: buster: arm64/aarch64: ipaddrcheck does not complete testing as Normal priority.
Sep 15 2019, 7:22 AM · VyOS 1.3 Equuleus (1.3.0-epa1)

Sep 14 2019

Unknown Object (User) changed the status of T1661: openvpn: wrong checking for existence cert files from Open to In progress.
Sep 14 2019, 9:09 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) added a comment to T1662: openvpn: 'show openvpn client' error.

PR https://github.com/vyos/vyos-1x/pull/129 commit 02195d0

Sep 14 2019, 9:08 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) changed the status of T1662: openvpn: 'show openvpn client' error from Open to In progress.
Sep 14 2019, 8:51 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) added a comment to T1661: openvpn: wrong checking for existence cert files.

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

Sep 14 2019, 8:20 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) triaged T1661: openvpn: wrong checking for existence cert files as Normal priority.
Sep 14 2019, 7:53 PM · VyOS 1.3 Equuleus (1.3.0)
efficiosoft added a comment to T762: Include rulseset in firewall.

I'm very interested in this as well. Especially when you do lots of filtering based on ipsets that contain adresses from multiple zones, inclusion can save you a lot of redundancy.

Sep 14 2019, 11:22 AM · VyOS 1.4 Sagitta

Sep 13 2019

hagbard closed T1655: equuleus: buster: arm: vyos-accel-ppp build failes because of filename hardcoded as x86_64 in debian/rules, a subtask of T476: Update the base system to Debian 10 (Buster), as Resolved.
Sep 13 2019, 7:47 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
hagbard closed T1655: equuleus: buster: arm: vyos-accel-ppp build failes because of filename hardcoded as x86_64 in debian/rules as Resolved.
Sep 13 2019, 7:47 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T1660: Bonding dont’t work on VyOS 1.2-rolling-201909120338.

Please test again with the rolling release from 2019-09-14. Thanks for reporting the issue.

Sep 13 2019, 6:44 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a subtask for T1614: Rewrite bonding interface in new style XML syntax: T1660: Bonding dont’t work on VyOS 1.2-rolling-201909120338.
Sep 13 2019, 6:41 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a parent task for T1660: Bonding dont’t work on VyOS 1.2-rolling-201909120338: T1614: Rewrite bonding interface in new style XML syntax.
Sep 13 2019, 6:41 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T1660: Bonding dont’t work on VyOS 1.2-rolling-201909120338 as Resolved.
Sep 13 2019, 6:40 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard moved T1597: /usr/sbin/rsyslogd after deleting "system syslog" from In Progress to Finished on the VyOS 1.3 Equuleus board.
Sep 13 2019, 5:49 PM · VyOS 1.2 Crux (VyOS 1.2.4)
hagbard added a comment to T1655: equuleus: buster: arm: vyos-accel-ppp build failes because of filename hardcoded as x86_64 in debian/rules.

pushed to current too and rebuilt kernel in CI successfully.

Sep 13 2019, 5:48 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard reassigned T1660: Bonding dont’t work on VyOS 1.2-rolling-201909120338 from hagbard to Unknown Object (User).
Sep 13 2019, 4:06 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) added a comment to T1660: Bonding dont’t work on VyOS 1.2-rolling-201909120338.

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

Sep 13 2019, 4:02 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard claimed T1660: Bonding dont’t work on VyOS 1.2-rolling-201909120338.
Sep 13 2019, 3:49 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard changed the status of T1655: equuleus: buster: arm: vyos-accel-ppp build failes because of filename hardcoded as x86_64 in debian/rules, a subtask of T476: Update the base system to Debian 10 (Buster), from In progress to Needs testing.
Sep 13 2019, 3:44 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
hagbard changed the status of T1655: equuleus: buster: arm: vyos-accel-ppp build failes because of filename hardcoded as x86_64 in debian/rules from In progress to Needs testing.

@runar
I just cross compiled it successfully. CI uses a sed right now to correct it, all paths are now generic.
What I currently can't do is actually testing the binaries on a real device, I would appreciate it if you can do that.

Sep 13 2019, 3:44 PM · VyOS 1.3 Equuleus (1.3.0)
sever created T1660: Bonding dont’t work on VyOS 1.2-rolling-201909120338.
Sep 13 2019, 3:41 PM · VyOS 1.3 Equuleus (1.3.0)
dmbaturin updated subscribers of T1659: SPAM.
Sep 13 2019, 12:31 PM
dmbaturin renamed T1659: SPAM from Help me to activate McAfee from Www.Mcafee.Com/Activate to SPAM.
Sep 13 2019, 12:31 PM
Unknown Object (User) created T1659: SPAM.
Sep 13 2019, 12:25 PM
syncer closed T1657: Vyatta VC6.5R1 - BGP vs Default Route as Invalid.

This is a support request,
please use forum.vyos.io for such request

Sep 13 2019, 9:51 AM · Rejected
mondgame updated the task description for T1657: Vyatta VC6.5R1 - BGP vs Default Route.
Sep 13 2019, 5:20 AM · Rejected
mondgame created T1657: Vyatta VC6.5R1 - BGP vs Default Route.
Sep 13 2019, 4:44 AM · Rejected

Sep 12 2019

hagbard changed Difficulty level from unknown to normal on T1655: equuleus: buster: arm: vyos-accel-ppp build failes because of filename hardcoded as x86_64 in debian/rules.
Sep 12 2019, 9:11 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) added a comment to T834: New L2TP server implementation based on accel-ppp.

@drac , before implementation cli command for restarting l2tp I need explanation how to reproduce issue when daemon is died. Can you detailed explain this?

Sep 12 2019, 7:48 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
Unknown Object (User) added a comment to T834: New L2TP server implementation based on accel-ppp.

Implementation advanced ppp-options

vyos@vyos# set vpn l2tp remote-access ppp-options 
Possible completions:
   lcp-echo-failure
                Maximum number of Echo-Requests may be sent without valid reply
   lcp-echo-interval
                LCP echo-requests/sec

https://github.com/vyos/vyos-1x/pull/127

Sep 12 2019, 7:43 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
Unknown Object (User) added a comment to T834: New L2TP server implementation based on accel-ppp.

@drac, thank you for info.
reset commands migrated to vyos-1x, PR bellow
https://github.com/vyos/vyatta-ravpn/pull/13
https://github.com/vyos/vyos-1x/pull/126

Sep 12 2019, 3:51 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
artooro added a comment to T160: Support NAT64.

I'm thinking about trying to run either tayga or jool as a docker container inside of VyOS. Has anyone tried something like this? If I wrote a guide on how to do this I wonder if it would be an OK temporary solution until it's integrated into VyOS.

Sep 12 2019, 3:48 PM · VyOS 1.4 Sagitta (1.4.0-epa1)
hagbard changed the status of T1655: equuleus: buster: arm: vyos-accel-ppp build failes because of filename hardcoded as x86_64 in debian/rules, a subtask of T476: Update the base system to Debian 10 (Buster), from Open to In progress.
Sep 12 2019, 3:32 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
hagbard changed the status of T1655: equuleus: buster: arm: vyos-accel-ppp build failes because of filename hardcoded as x86_64 in debian/rules from Open to In progress.
Sep 12 2019, 3:32 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard closed T1572: Wireguard keyPair per interface as Resolved.
Sep 12 2019, 3:27 PM · VyOS 1.3 Equuleus (1.3.0)
hagbard claimed T1655: equuleus: buster: arm: vyos-accel-ppp build failes because of filename hardcoded as x86_64 in debian/rules.
Sep 12 2019, 3:26 PM · VyOS 1.3 Equuleus (1.3.0)
runar placed T1656: equuleus: buster: arm: iso creation failes because of intel drivers up for grabs.
Sep 12 2019, 12:10 PM · VyOS 1.3 Equuleus (1.3.0)
runar triaged T1656: equuleus: buster: arm: iso creation failes because of intel drivers as Normal priority.
Sep 12 2019, 12:10 PM · VyOS 1.3 Equuleus (1.3.0)
syncer closed T534: VPN/IPSEC/BGP/DPD - unknown bug, tunnel and interfaces up, but no traffic as Wontfix.

Ok, closing as wontfix

Sep 12 2019, 10:08 AM · Rejected
runar triaged T1655: equuleus: buster: arm: vyos-accel-ppp build failes because of filename hardcoded as x86_64 in debian/rules as Normal priority.
Sep 12 2019, 7:56 AM · VyOS 1.3 Equuleus (1.3.0)
c-po added a parent task for T1466: Add EAPOL login support: T1637: Rewrite ethernet interface in new style XML syntax.
Sep 12 2019, 6:44 AM · VyOS 1.3 Equuleus (1.3.0)
c-po added a subtask for T1637: Rewrite ethernet interface in new style XML syntax: T1466: Add EAPOL login support.
Sep 12 2019, 6:44 AM · VyOS 1.3 Equuleus (1.3.0)
mario added a comment to T534: VPN/IPSEC/BGP/DPD - unknown bug, tunnel and interfaces up, but no traffic.

No, we don't use vyos in production any more, so I can't tell.

Sep 12 2019, 6:34 AM · Rejected
MarcSim closed T1545: IPSEC vti issue as Resolved.

We have openned a ticket on VyOS support, and they have find the solution.
We had to add this configuration :

Sep 12 2019, 5:37 AM · VyOS 1.3 Equuleus (1.3.0)
syncer triaged T1654: sFlow: multiple "sflow server" not work, and "disable-imt" could break configuration as Low priority.
Sep 12 2019, 4:31 AM · VyOS 1.3 Equuleus (1.3.0)
syncer moved T1654: sFlow: multiple "sflow server" not work, and "disable-imt" could break configuration from Needs Triage to Backlog on the VyOS 1.2 Crux (VyOS 1.2.4) board.
Sep 12 2019, 4:30 AM · VyOS 1.3 Equuleus (1.3.0)
syncer moved T1654: sFlow: multiple "sflow server" not work, and "disable-imt" could break configuration from Need Triage to In Progress on the VyOS 1.3 Equuleus board.
Sep 12 2019, 4:30 AM · VyOS 1.3 Equuleus (1.3.0)
syncer edited projects for T1654: sFlow: multiple "sflow server" not work, and "disable-imt" could break configuration, added: VyOS 1.3 Equuleus, VyOS 1.2 Crux (VyOS 1.2.4); removed VyOS 1.2 Crux.
Sep 12 2019, 4:28 AM · VyOS 1.3 Equuleus (1.3.0)

Sep 11 2019

dmbaturin renamed T1460: "show firewall ...." doesn't support counters with more than eight digits from "show firewall ...." does not show information correctly in specific cases to "show firewall ...." doesn't support counters with more than eight digits.
Sep 11 2019, 10:34 PM · VyOS 1.2 Crux (VyOS 1.2.3)
dmbaturin renamed T1362: Incorrect handling of special characters in VRRP passwords from VRRP Auth Password Is Not Sanitized - to Incorrect handling of special characters in VRRP passwords.
Sep 11 2019, 10:31 PM · VyOS 1.2 Crux (VyOS 1.2.3)
hagbard added a comment to T1040: rc.local is executed too early.

@rcit Is that still a relevant issue?

Sep 11 2019, 10:29 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
hagbard closed T1652: vyos-xe-guestutilities sync upstream as Wontfix.

nothing added we would need.

Sep 11 2019, 10:27 PM · VyOS 1.3 Equuleus (1.3.0)
dmbaturin changed the status of T1642: BGP configuration error when using remove-private-as from Open to Needs testing.
Sep 11 2019, 10:11 PM · VyOS 1.2 Crux (VyOS 1.2.3)
drac added a comment to T834: New L2TP server implementation based on accel-ppp.

I have been trying this new feature out.

  1. I had configured an MTU value and I had some sessions connected, I realised I had set it incorrect so I modified it to the correct value. On commit I received an error (sorry I don't have it at present) but to the extent that accel-pppd was not running on localhost:2004.

I had to reboot the router to get it working again.

Sep 11 2019, 9:35 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
hagbard changed the status of T770: Bonded interfaces get updated with incorrect hw-id in config. from Confirmed to In progress.
Sep 11 2019, 5:16 PM · VyOS 1.3 Equuleus (1.3.0-epa1)