Page MenuHomeVyOS Platform
Feed Search

Apr 12 2020

Unknown Object (User) created T2275: flow-accounting broken in rolling.
Apr 12 2020, 6:29 AM · VyOS 1.3 Equuleus (1.3.0)

Apr 11 2020

Unknown Object (User) edited projects for T2272: Set system flow-accounting disable-imt has syntax error, added: VyOS 1.2 Crux (VyOS 1.2.5); removed VyOS 1.2 Crux.
Apr 11 2020, 6:33 PM · VyOS 1.2 Crux (VyOS 1.2.5)
Unknown Object (User) changed the status of T2272: Set system flow-accounting disable-imt has syntax error from In progress to Needs testing.

PR https://github.com/vyos/vyatta-netflow/pull/5

Apr 11 2020, 6:28 PM · VyOS 1.2 Crux (VyOS 1.2.5)
Unknown Object (User) changed the status of T2272: Set system flow-accounting disable-imt has syntax error from Open to In progress.
Apr 11 2020, 6:02 PM · VyOS 1.2 Crux (VyOS 1.2.5)
Unknown Object (User) added a comment to T2272: Set system flow-accounting disable-imt has syntax error.

@blackmetal provide, please flow accounting configuration show configuration commands | strip-private | match flow for reproducing

Apr 11 2020, 5:40 PM · VyOS 1.2 Crux (VyOS 1.2.5)
Unknown Object (User) changed the status of T2263: Reset feature for SSTP sessions from In progress to Needs testing.
Apr 11 2020, 7:00 AM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) changed the status of T2262: Broken reset commands for pptp and l2tp from In progress to Needs testing.
Apr 11 2020, 6:59 AM · VyOS 1.3 Equuleus (1.3.0)

Apr 10 2020

Unknown Object (User) changed the status of T2269: SSTP specify tunnels names from Open to In progress.

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

Apr 10 2020, 10:17 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) created T2269: SSTP specify tunnels names.
Apr 10 2020, 10:13 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) changed the status of T2263: Reset feature for SSTP sessions from Open to In progress.

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

Apr 10 2020, 9:59 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) added a comment to T2262: Broken reset commands for pptp and l2tp.

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

Apr 10 2020, 6:18 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) created T2263: Reset feature for SSTP sessions.
Apr 10 2020, 12:28 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) changed the status of T2262: Broken reset commands for pptp and l2tp from Open to In progress.
Apr 10 2020, 12:23 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) claimed T2262: Broken reset commands for pptp and l2tp.
Apr 10 2020, 12:23 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) updated the task description for T2262: Broken reset commands for pptp and l2tp.
Apr 10 2020, 12:23 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) created T2262: Broken reset commands for pptp and l2tp.
Apr 10 2020, 12:23 PM · VyOS 1.3 Equuleus (1.3.0)

Apr 8 2020

Unknown Object (User) changed the status of T2236: DMVPN broken after tunnel rewrite to XML/Python from Open to Needs testing.
Apr 8 2020, 1:37 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) added a comment to T2236: DMVPN broken after tunnel rewrite to XML/Python.

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

Apr 8 2020, 1:37 PM · VyOS 1.3 Equuleus (1.3.0)

Apr 7 2020

Unknown Object (User) renamed T2237: l2tp, pptp, pppoe wrong chap-secrets file from l2tp wrong chap-secrets file to l2tp, pptp, pppoe wrong chap-secrets file.
Apr 7 2020, 1:24 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) changed the subtype of T2237: l2tp, pptp, pppoe wrong chap-secrets file from "Task" to "Bug".
Apr 7 2020, 10:29 AM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) changed the status of T2237: l2tp, pptp, pppoe wrong chap-secrets file from Open to In progress.
Apr 7 2020, 10:29 AM · VyOS 1.3 Equuleus (1.3.0)

Apr 6 2020

Unknown Object (User) updated subscribers of T2236: DMVPN broken after tunnel rewrite to XML/Python.

@UnicronNL

vyos@R3# run show version all | match strongswan
ii  strongswan                       5.7.2-1                             all          IPsec VPN solution metapackage

But in this case, we have an issue with command

vyos@R3# sudo ip link add tun0 type gretap local 0.0.0.0
RTNETLINK answers: File exists

In old scripts, tunnels were created by following commands

ip tunnel add tun0 local 0.0.0.0 mode gre key 1 ttl 255 tos inherit
ip link set tun0 multicast on allmulticast on up
ip addr add 10.0.0.4/24 broadcast + dev tun0
ip tunnel cha tun0 local 0.0.0.0
Apr 6 2020, 10:12 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) added a comment to T2236: DMVPN broken after tunnel rewrite to XML/Python.

The main reason for this issue - we can't create properly tunnel

set interfaces tunnel tun0 address 10.0.0.3/24
set interfaces tunnel tun0 encapsulation gre
set interfaces tunnel tun0 local-ip 0.0.0.0
set interfaces tunnel tun0 multicast enable
set interfaces tunnel tun0 parameters ip key 1
Apr 6 2020, 9:52 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) claimed T2236: DMVPN broken after tunnel rewrite to XML/Python.

@c-po let me reproduce this locally, I will find an answer.

Apr 6 2020, 8:31 PM · VyOS 1.3 Equuleus (1.3.0)

Apr 5 2020

Unknown Object (User) added a comment to T915: MPLS Support.
vyos@R7# run show configuration commands | match "mpls|address|ospf"
set interfaces dummy dum0 address '1.1.1.1/32'
set interfaces ethernet eth1 address '10.0.0.1/24'
set protocols mpls ldp discovery transport-ipv4-address '1.1.1.1'
set protocols mpls ldp interface 'eth1'
set protocols mpls ldp router-id '1.1.1.1'
set protocols ospf area 0 network '0.0.0.0/0'
set protocols ospf parameters abr-type 'cisco'
set protocols ospf parameters router-id '1.1.1.1'
set interfaces dummy dum0 address '2.2.2.2/32'
set interfaces ethernet eth1 address '10.0.0.2/24'
set interfaces ethernet eth2 address '10.0.255.1/24'
set protocols mpls ldp discovery transport-ipv4-address '2.2.2.2'
set protocols mpls ldp interface 'eth1'
set protocols mpls ldp interface 'eth2'
set protocols mpls ldp router-id '2.2.2.2'
set protocols ospf area 0 network '0.0.0.0/0'
set protocols ospf parameters abr-type 'cisco'
set protocols ospf parameters router-id '2.2.2.2'
set interfaces dummy dum0 address '3.3.3.3/32'
set interfaces ethernet eth1 address '10.0.255.2/24'
set protocols mpls ldp discovery transport-ipv4-address '3.3.3.3'
set protocols mpls ldp interface 'eth1'
set protocols mpls ldp router-id '3.3.3.3'
set protocols ospf area 0 network '0.0.0.0/0'
set protocols ospf parameters abr-type 'cisco'
set protocols ospf parameters router-id '3.3.3.3'
Apr 5 2020, 7:31 AM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta
Unknown Object (User) created T2227: MPLS documentation.
Apr 5 2020, 7:17 AM · VyOS 1.3 Equuleus (1.3.0), Restricted Project

Apr 4 2020

Unknown Object (User) placed T2225: PIM/IGMP documentation up for grabs.
Apr 4 2020, 8:59 PM · VyOS 1.3 Equuleus (1.3.0), Restricted Project
Unknown Object (User) triaged T2225: PIM/IGMP documentation as Wishlist priority.
Apr 4 2020, 8:59 PM · VyOS 1.3 Equuleus (1.3.0), Restricted Project
Unknown Object (User) added a comment to T1729: PIM (Protocol Independent Multicast) implementation.

Add support PIM dr-priority (Designated Router Election Priority) and IGMP join
https://github.com/vyos/vyos-1x/pull/304

Apr 4 2020, 8:54 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
Unknown Object (User) changed the status of T2197: Cant add vif-s interface into a bridge from Open to In progress.

1.3 rolling does not affect.
PR for CRUX https://github.com/vyos/vyatta-cfg-system/pull/122

Apr 4 2020, 1:05 PM · VyOS 1.2 Crux (VyOS 1.2.5)

Apr 1 2020

Unknown Object (User) added a comment to T2196: Dynamic ipv4 interface list hairpin.

Ok, as a workaround you can you.

set nat destination rule 102 source address !192.168.68.0/24
Apr 1 2020, 4:36 PM · VyOS Rolling
Unknown Object (User) added a comment to T2196: Dynamic ipv4 interface list hairpin.

One question, I don't understand why we can't use only port 80 without this dynamic WAN IP address. In any case, you have inbound interface and port, I think this will be enough.

Apr 1 2020, 4:04 PM · VyOS Rolling
Unknown Object (User) closed T1563: DNAT configuration issue as Invalid.
Apr 1 2020, 1:22 PM · Invalid

Mar 31 2020

Unknown Object (User) closed T2069: PPPoE-client does not works with service-name option as Resolved.

Successfully tested on 1.2.5-epa2 and 1.3-rolling-202003310117

Mar 31 2020, 4:10 PM · VyOS 1.2 Crux (VyOS 1.2.5)
Unknown Object (User) added a comment to T2000: strongSwan does not install routes to table 220 in certain cases.

Without source ip address from local prefix strongswan can't create route in table 220. I'm not sure that we need to check and decline a commit. But we can show warning message.
Interfaces on boot have more priority and it can guarantee that if in router exist ip address from local prefix, strongswan will create the route,
When interface configured after IPSec, need run restart vpn for add routes.
I propose to add the following code to https://github.com/vyos/vyatta-cfg-vpn/blob/current/scripts/vpn-config.pl#L670

my $check_local_route = qx(ip route show table 254 $ocalsubnet_object);
if (!$check_local_route){
    print "Warning: local prefix $localsubnet_object specified for peer \"$peer\"\n";
    print "is not configured on any interfaces\n";
}
Mar 31 2020, 2:40 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
Unknown Object (User) added a comment to T1876: IPSec VTI tunnels are deleted after rekey and dangling around as A/D.

@c-po do you have any updates?

Mar 31 2020, 2:20 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) closed T2166: Broken proxy-arp on vif as Resolved.
Mar 31 2020, 6:48 AM · VyOS 1.3 Equuleus (1.3.0)

Mar 30 2020

Unknown Object (User) changed the status of T2166: Broken proxy-arp on vif from In progress to Needs testing.
Mar 30 2020, 3:21 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) changed the status of T2166: Broken proxy-arp on vif from Open to In progress.

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

Mar 30 2020, 2:10 PM · VyOS 1.3 Equuleus (1.3.0)

Mar 28 2020

Unknown Object (User) added a comment to T1957: PPPoE server: maintenance mode.

@c-po this is operation commands, as I understand you propose to write py script with return_effective_ , correct?

Mar 28 2020, 12:13 PM · VyOS 1.2 Crux (VyOS 1.2.7)

Mar 27 2020

Unknown Object (User) created T2166: Broken proxy-arp on vif.
Mar 27 2020, 2:55 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) changed the status of T1729: PIM (Protocol Independent Multicast) implementation from In progress to Needs testing.
Mar 27 2020, 9:34 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)

Mar 26 2020

Unknown Object (User) added a comment to T1729: PIM (Protocol Independent Multicast) implementation.

PR for this task
https://github.com/vyos/vyos-build/pull/97
https://github.com/vyos/vyos-1x/pull/274

Mar 26 2020, 6:10 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)

Mar 24 2020

Unknown Object (User) reassigned T2156: PIM op-mode commands from Unknown Object (User) to Viacheslav.
Mar 24 2020, 1:49 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) changed the status of T2156: PIM op-mode commands from Open to In progress.
Mar 24 2020, 1:48 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) changed the status of T1729: PIM (Protocol Independent Multicast) implementation from Open to In progress.
Mar 24 2020, 7:37 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)

Mar 22 2020

Unknown Object (User) updated subscribers of T1884: Keeping VRRP transition-script native behaviour and adding stop-script.

@dmbaturin can you look 2 PR for implement option with ignore old transaction-script states?
https://github.com/vyos/vyos-1x/pull/255
https://github.com/vyos/vyos-replace/pull/7
Can we add this in 1.2.6?

Mar 22 2020, 2:55 PM · VyOS 1.2 Crux (VyOS 1.2.5)

Mar 21 2020

Unknown Object (User) added a comment to T1982: Increase rotation for atop.acct.

Following script more appreciated

/run/atop/atop.acct {
	rotate 0
	nomissingok
	size 100M
	postrotate
		PIDFILE=/run/atop.pid
		if [ -e $PIDFILE ] && \
			ps -p `cat $PIDFILE` | grep 'atop$' > /dev/null
		then
			kill -15 `cat $PIDFILE`
			rm $PIDFILE
		fi
		sleep 1
		/etc/init.d/atop restart
	endscript
}
Mar 21 2020, 10:35 AM · VyOS 1.2 Crux (VyOS 1.2.6)
Unknown Object (User) added a comment to T1982: Increase rotation for atop.acct.

Sometimes we use this for detecting memleak and some clients issues with high CPU load. When we get users /var/log/atop* then we can reproduce locally and find wrong process, memleaking etc.

Mar 21 2020, 10:32 AM · VyOS 1.2 Crux (VyOS 1.2.6)

Mar 20 2020

Unknown Object (User) changed the status of T1982: Increase rotation for atop.acct from Open to In progress.

Thanks @syncer and @c-po . As I understand logrotate run once per day. I hope this will be enough

vyos@vyos:~# ls /etc/cron.daily/ | grep logro
logrotate
vyos@vyos:~# cat /etc/crontab | grep daily
25 6	* * *	root	test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )

So, now I have logrotate script for atop on my test router

cat /etc/logrotate.d/atop 
/run/atop/atop.acct {
	rotate 0
	nomissingok
	size 50M
	postrotate
		/etc/init.d/atop restart
	endscript
}

With manually run, seems all works

logrotate /etc/logrotate.d/atop --verbose
reading config file /etc/logrotate.d/atop
Mar 20 2020, 9:33 PM · VyOS 1.2 Crux (VyOS 1.2.6)

Mar 19 2020

Unknown Object (User) changed the status of T915: MPLS Support from Open to Needs testing.
Mar 19 2020, 12:58 PM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta

Mar 18 2020

Unknown Object (User) added a comment to T915: MPLS Support.

Some tests results

Screenshot 2020-03-19 at 01.52.58.png (265×659 px, 29 KB)

vyos@R8:~$ show configuration commands | match mpls
set protocols mpls ldp discovery transport-ipv4-address '2.2.2.2'
set protocols mpls ldp interface 'eth1'
set protocols mpls ldp interface 'eth2'
set protocols mpls ldp router-id '2.2.2.2'
vyos@R8:~$ show mpls ldp neighbor 
AF   ID              State       Remote Address    Uptime
ipv4 10.0.0.1        OPERATIONAL 10.0.0.1        00:00:22
ipv4 3.3.3.3         OPERATIONAL 10.0.255.2      00:00:33
vyos@R8:~$ show mpls ldp interface 
AF   Interface   State  Uptime   Hello Timers  ac
ipv4 eth1        ACTIVE 00:00:51 5/15           1
ipv4 eth2        ACTIVE 00:00:52 5/15           1
Mar 18 2020, 10:56 PM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta
Unknown Object (User) added a comment to T915: MPLS Support.

2 PR for basic MPLS implementation
https://github.com/vyos/vyos-build/pull/90
https://github.com/vyos/vyos-1x/pull/247

Mar 18 2020, 10:44 PM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta

Mar 15 2020

Unknown Object (User) changed the status of T1462: Upgrade path errors 1.1.8 to 1.2.1-S2 from Open to In progress.
Mar 15 2020, 9:53 AM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) added a comment to T1462: Upgrade path errors 1.1.8 to 1.2.1-S2.

PR for CRUX https://github.com/vyos/vyatta-wireless/pull/14
Tested on 1.2.5-epa1 own build ISO.

sudo cat /var/log/vyatta/vyatta-commit.log 
[ interfaces wireless wlan0 ]
Warning! system : missing regulatory domain country code
Mar 15 2020, 9:53 AM · VyOS 1.3 Equuleus (1.3.0)

Mar 13 2020

Unknown Object (User) changed the status of T1821: "authentication mode radius" has no effect for PPPoE server from Unknown Status to Resolved.
Mar 13 2020, 4:20 PM · VyOS 1.2 Crux (VyOS 1.2.5)
Unknown Object (User) closed T1837: PPPoE unrecognized option 'replacedefaultroute' as Resolved.

Successfully tested on VyOS 1.2.5-epa1

Mar 13 2020, 3:29 PM · VyOS 1.2 Crux (VyOS 1.2.5)
Unknown Object (User) closed T1935: NIC identification and usage problem in Hyper-V environments as Resolved.
Mar 13 2020, 3:07 PM · VyOS 1.2 Crux (VyOS 1.2.5)
Unknown Object (User) added a comment to T1933: Changes in /config/scripts/vyos-postconfig-bootup.script got lost during upgrade to 1.2.4.

@rherold do you have any additional info how I can reproduce this issue?

Mar 13 2020, 3:02 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) closed T1960: pppoe-server framed-routes not deleted from routing table as Resolved.

Works properly on VyOS 1.2.5-epa1 (FRRouting 7.2-20200121-02-g031c58) and 1.3-rolling-202003130217(FRRouting 7.3)

Mar 13 2020, 9:25 AM · VyOS 1.2 Crux

Mar 12 2020

Unknown Object (User) changed the status of T2115: VyOS cannot load configs when running in a container from Open to In progress.

Thanks @jestabro , works well with this change. After passing all the tests, I will write docs about VyOS in container.

Mar 12 2020, 10:13 AM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) changed the status of T1703: Macvlan PPPoE support from Invalid to Resolved.

Works correct on the latest rolling.

Mar 12 2020, 8:53 AM · VyOS 1.3 Equuleus (1.3.0)

Mar 9 2020

Unknown Object (User) updated the task description for T2115: VyOS cannot load configs when running in a container.
Mar 9 2020, 5:43 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) created T2115: VyOS cannot load configs when running in a container.
Mar 9 2020, 5:42 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) closed T2112: Ping arguments not working outside of configure mode as Invalid.

Hi @SteveP , VyOS has own CLI for ping command, use ping and <TAB>

vyos@R1:~$ ping 1.1.1.1 
Possible completions:
  <Enter>       Execute the current command
  adaptive      Ping options
  allow-broadcast
  audible
  bypass-route
  count
  deadline
  flood
  interface
  interval
  mark
  no-loopback
  numeric
  pattern
  quiet
  record-route
  size
  timestamp
  tos
  ttl
  verbose
Mar 9 2020, 9:27 AM

Mar 6 2020

Unknown Object (User) created T2106: Wrong interface states after reboot.
Mar 6 2020, 9:03 AM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) changed the status of T2105: wireless: not possible to disabled wlan0 from Open to In progress.

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

Mar 6 2020, 8:56 AM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) claimed T2105: wireless: not possible to disabled wlan0.
Mar 6 2020, 8:33 AM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) created T2105: wireless: not possible to disabled wlan0.
Mar 6 2020, 8:33 AM · VyOS 1.3 Equuleus (1.3.0)

Mar 5 2020

Unknown Object (User) closed T2074: VyOS docker container: Cannot configure ethernet interface as Resolved.
Mar 5 2020, 8:01 AM · VyOS 1.3 Equuleus (1.3.0)

Mar 3 2020

Unknown Object (User) changed the status of T2074: VyOS docker container: Cannot configure ethernet interface from In progress to Needs testing.
Mar 3 2020, 5:05 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) updated subscribers of T2074: VyOS docker container: Cannot configure ethernet interface.

@c-po can you look https://github.com/vyos/vyos-1x/pull/236

Mar 3 2020, 3:44 PM · VyOS 1.3 Equuleus (1.3.0)

Feb 28 2020

Unknown Object (User) created T2081: Support Ethernet over IP (EoIP) .
Feb 28 2020, 1:19 PM · VyOS 1.5 Circinus

Feb 27 2020

Unknown Object (User) changed the status of T2074: VyOS docker container: Cannot configure ethernet interface from Open to In progress.
Feb 27 2020, 12:38 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) created T2074: VyOS docker container: Cannot configure ethernet interface.
Feb 27 2020, 12:38 PM · VyOS 1.3 Equuleus (1.3.0)

Feb 24 2020

Unknown Object (User) changed the status of T2069: PPPoE-client does not works with service-name option from In progress to Needs testing.
Feb 24 2020, 8:35 PM · VyOS 1.2 Crux (VyOS 1.2.5)
Unknown Object (User) added a comment to T2069: PPPoE-client does not works with service-name option.

PR for 1.3-rolling https://github.com/vyos/vyos-1x/pull/228

Feb 24 2020, 1:14 PM · VyOS 1.2 Crux (VyOS 1.2.5)
Unknown Object (User) changed the status of T2069: PPPoE-client does not works with service-name option from Open to In progress.

PR for CRUX https://github.com/vyos/vyatta-cfg-op-pppoe/pull/9

Feb 24 2020, 12:37 PM · VyOS 1.2 Crux (VyOS 1.2.5)
Unknown Object (User) claimed T2069: PPPoE-client does not works with service-name option.
Feb 24 2020, 11:06 AM · VyOS 1.2 Crux (VyOS 1.2.5)
Unknown Object (User) added a comment to T2067: pppoe-server: Add possibility set multiple service-name.

@hagbard thanks, works as expected. I think this might be backport candidate to 1.2.X

Feb 24 2020, 10:34 AM · VyOS 1.3 Equuleus (1.3.0), Ready for Crux (1.2.x)
Unknown Object (User) created T2069: PPPoE-client does not works with service-name option.
Feb 24 2020, 10:31 AM · VyOS 1.2 Crux (VyOS 1.2.5)

Feb 23 2020

Unknown Object (User) created T2067: pppoe-server: Add possibility set multiple service-name.
Feb 23 2020, 5:50 PM · VyOS 1.3 Equuleus (1.3.0), Ready for Crux (1.2.x)

Feb 14 2020

Unknown Object (User) created T2039: Wrong system type displayed in show version.
Feb 14 2020, 11:33 AM · VyOS 1.3 Equuleus (1.3.0)

Feb 12 2020

Unknown Object (User) changed the status of T2030: Bond doesn't survive reboot from Open to Confirmed.
Feb 12 2020, 10:38 PM · VyOS 1.3 Equuleus (1.3.0)

Feb 4 2020

Unknown Object (User) created T2016: Cluster for l2tp/pptp won't work.
Feb 4 2020, 3:04 PM · VyOS 1.3 Equuleus (1.3.4)

Feb 2 2020

Unknown Object (User) committed rVYOSONEX9e619702c407: pppoe-server: T1985: Enable ipv6 modules if ipv6 not denied.
Feb 2 2020, 2:23 AM

Feb 1 2020

Unknown Object (User) added a comment to T2010: Reboot at reports wrong time or missing timezone.

Related with https://phabricator.vyos.net/T1842 I think we need pytz

Feb 1 2020, 7:38 PM · VyOS 1.3 Equuleus (1.3.0)

Jan 30 2020

Unknown Object (User) edited projects for T1956: PPPoE server: support PADO-delay, added: VyOS 1.2 Crux (VyOS 1.2.6); removed VyOS 1.2 Crux (VyOS 1.2.5).
Jan 30 2020, 9:52 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
Unknown Object (User) edited projects for T2001: Error when router reboot, added: VyOS 1.2 Crux (VyOS 1.2.5); removed VyOS 1.2 Crux (VyOS 1.2.6).
Jan 30 2020, 9:51 PM · VyOS 1.2 Crux (VyOS 1.2.5)
Unknown Object (User) edited projects for T2001: Error when router reboot, added: VyOS 1.2 Crux (VyOS 1.2.6); removed VyOS 1.2 Crux (VyOS 1.2.5).
Jan 30 2020, 9:50 PM · VyOS 1.2 Crux (VyOS 1.2.5)
Unknown Object (User) added a project to T2001: Error when router reboot: VyOS 1.3 Equuleus.
Jan 30 2020, 9:48 PM · VyOS 1.2 Crux (VyOS 1.2.5)
Unknown Object (User) changed the status of T2001: Error when router reboot from Invalid to Unknown Status.

Fixed for current branch but not for crux. Need cherry-pick this.

Jan 30 2020, 9:38 PM · VyOS 1.2 Crux (VyOS 1.2.5)
Unknown Object (User) closed T2001: Error when router reboot as Invalid.

Hm, already fixed https://github.com/vyos/vyatta-cfg/commit/8fa0ba1fd39145368f04576323ab3a29f42a508d#diff-fd7ed59d9a74789ca3e1298b38cf4027

Jan 30 2020, 9:33 PM · VyOS 1.2 Crux (VyOS 1.2.5)
Unknown Object (User) created T2001: Error when router reboot.
Jan 30 2020, 9:21 PM · VyOS 1.2 Crux (VyOS 1.2.5)

Jan 28 2020

Unknown Object (User) created T1993: Extended pppoe rate-limiter .
Jan 28 2020, 10:11 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.3)

Jan 27 2020

Unknown Object (User) added a comment to T1956: PPPoE server: support PADO-delay.

@hagbard, thank you! This feature works properly, last value define how many sessions server can to serve

Jan 27 2020, 7:03 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
Unknown Object (User) closed T1985: pppoe: Enable ipv6 modules without configured ipv6 pools as Unknown Status.

works as expected on 1.3-rolling-202001270217

Jan 27 2020, 6:13 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)

Jan 24 2020

Unknown Object (User) changed the status of T1985: pppoe: Enable ipv6 modules without configured ipv6 pools from In progress to Needs testing.
Jan 24 2020, 6:38 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
Unknown Object (User) added a comment to T1985: pppoe: Enable ipv6 modules without configured ipv6 pools.

PR https://github.com/vyos/vyos-1x/pull/209
also added missing completion help values.

Jan 24 2020, 6:25 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)
Unknown Object (User) changed the status of T1985: pppoe: Enable ipv6 modules without configured ipv6 pools from Open to In progress.
Jan 24 2020, 12:41 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux (VyOS 1.2.6)