Page MenuHomeVyOS Platform
Feed All Stories

Aug 30 2023

csszep added a comment to T3509: No BCP38 for IPv6 on VyOS.

I tried on VyOS 1.4-rolling-202308300021 .

Aug 30 2023, 9:53 AM · VyOS 1.4 Sagitta
Viacheslav changed the status of T5524: Add config directory to liveCD from Open to In progress.
Aug 30 2023, 9:14 AM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
Viacheslav created T5524: Add config directory to liveCD.
Aug 30 2023, 9:13 AM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
Apachez added a comment to T5522: Add logging for which mksquashfs syntax is being used.

PR1 didnt seem to have any affect on this night build:

Aug 30 2023, 4:19 AM · VyOS 1.5 Circinus

Aug 29 2023

syncer assigned T5523: CVE-2023-38802 to v.huti.
Aug 29 2023, 10:08 PM · VyOS 1.3 Equuleus
syncer added a comment to T5523: CVE-2023-38802.

Fixed in https://github.com/FRRouting/frr/pull/14290

Aug 29 2023, 10:07 PM · VyOS 1.3 Equuleus
danhusan created T5523: CVE-2023-38802.
Aug 29 2023, 6:37 PM · VyOS 1.3 Equuleus
Viacheslav closed T4079: Source/Destination NAT GROUP as Invalid.

Duplicate
Available for 1.4

Aug 29 2023, 4:27 PM · VyOS 1.3 Equuleus (1.3.5)
Viacheslav moved T3577: Generating vpn x509 key pair fails with command not found from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.4) board.
Aug 29 2023, 4:25 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
Viacheslav closed T3577: Generating vpn x509 key pair fails with command not found as Resolved.
Aug 29 2023, 4:25 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
Viacheslav added a comment to T5261: Add AWS gateway load-balanceing tunnel handler (gwlbtun).

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

Aug 29 2023, 4:15 PM · VyOS 1.4 Sagitta
Viacheslav closed T3940: DHCP client does not remove IP address when stopped by the 02-vyos-stopdhclient hook as Resolved.

Fixed in https://vyos.dev/rVYOSONEX0c2384114e8abbd9c883a57729564c70c0a86eec

Aug 29 2023, 1:55 PM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta
Viacheslav closed T3713: Create a meta-package for user utilities as Resolved.

Done https://github.com/vyos/vyos-user-utils/tree/equuleus

Aug 29 2023, 1:51 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
Viacheslav removed a project from T3706: Add properly priorities for systemd daemons: VyOS 1.3 Equuleus (1.3.5).
Aug 29 2023, 1:50 PM · Restricted Project, VyOS 1.5 Circinus
Viacheslav added a comment to T3577: Generating vpn x509 key pair fails with command not found.

It's trying to find the template in /etc/, but it is located in /opt/vyatta/etc

vyos@r1:~$ generate vpn x509 key-pair testone
Can't open /etc/key-pair.template for reading, No such file or directory
140089191929024:error:02001002:system library:fopen:No such file or directory:../crypto/bio/bss_file.c:69:fopen('/etc/key-pair.template','r')
140089191929024:error:2006D080:BIO routines:BIO_new_file:no such file:../crypto/bio/bss_file.c:76:
vyos@r1:~$ cat /etc/key-pair.template
cat: /etc/key-pair.template: No such file or directory
vyos@r1:~$ 
vyos@r1:~$ sudo find / -name key-pair.template
/boot/rw/opt/vyatta/etc/key-pair.template
/opt/vyatta/etc/key-pair.template
Aug 29 2023, 1:29 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
Viacheslav closed T3390: Expansion of a range in an address-group doesn't include the new addresses after commit, a subtask of T2199: Rewrite firewall in new XML/Python style, as Wontfix.
Aug 29 2023, 12:15 PM · VyOS 1.4 Sagitta (1.4.0-epa2)
Viacheslav closed T3390: Expansion of a range in an address-group doesn't include the new addresses after commit as Wontfix.

Impossible to expand with the old firewal l backend
There is a warning that doesn't now you to do it.

vyos@r1#  set fire group address-group foo add 10.1.0.2-10.1.0.3
[edit]
vyos@r1#  set fire group address-group foo add 10.1.0.2-10.1.0.5
[edit]
vyos@r1# compare 
+firewall {
+    all-ping enable
+    broadcast-ping disable
+    config-trap disable
+    group {
+        address-group foo {
+            address 10.1.0.2-10.1.0.3
+            address 10.1.0.2-10.1.0.5
+        }
+    }
+    ipv6-receive-redirects disable
+    ipv6-src-route disable
+    ip-src-route disable
+    log-martians enable
+    receive-redirects disable
+    send-redirects enable
+    source-validation disable
+    syn-cookies enable
+    twa-hazards-protection disable
+}
[edit]
vyos@r1# commit
[ firewall group address-group foo ]
Address 10.1.0.2 exists in more than one configuration enrty
Aug 29 2023, 12:15 PM · VyOS 1.3 Equuleus (1.3.5)
Viacheslav closed T3339: Cloud-Init domain search setting not applied as Resolved.
Aug 29 2023, 12:11 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
Viacheslav moved T3339: Cloud-Init domain search setting not applied from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.4) board.
Aug 29 2023, 12:09 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
Viacheslav edited projects for T3339: Cloud-Init domain search setting not applied, added: VyOS 1.3 Equuleus (1.3.4); removed VyOS 1.3 Equuleus (1.3.5).

Already fixed https://github.com/vyos/vyos-cloud-init/blob/dac6d08b6ba40f9b39622e00a32974532cf03de4/cloudinit/config/cc_vyos.py#L309

Aug 29 2023, 12:09 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
Viacheslav edited projects for T3340: Add dhcp-helper package to replace ISC DHCP Relay, added: VyOS 1.4 Sagitta; removed VyOS 1.3 Equuleus (1.3.5), vyatta-cfg-dhcp-relay, VyConf.
Aug 29 2023, 11:52 AM · VyOS 1.5 Circinus
Viacheslav edited projects for T3209: Load balancing rules in firewall, added: VyOS 1.4 Sagitta; removed VyOS 1.3 Equuleus (1.3.5).
Aug 29 2023, 11:47 AM · VyOS 1.4 Sagitta
Viacheslav removed a project from T3264: Allow custom ACME provider for certbot: VyOS 1.3 Equuleus (1.3.5).
Aug 29 2023, 11:46 AM · VyOS 2.0.x
Viacheslav closed T3144: Support op-mode command to release DHCP leases as Resolved.

Already present VyOS 1.3-stable-202308240442

release dhcp interface eth1
Aug 29 2023, 11:43 AM · VyOS 1.3 Equuleus (1.3.4)
Viacheslav closed T3098: Cannot talk to rtnetlink: Message too long Command failed -:1 as Resolved N/A.

Looks like fixed VyOS 1.3-stable-202308240442

vyos@r1# run show conf com | match "traf|bon"
set interfaces bonding bond0 member interface 'eth1'
set interfaces bonding bond0 traffic-policy in 'BAND-IN'
set traffic-policy limiter BAND-IN class 1601 bandwidth '100mbit'
set traffic-policy limiter BAND-IN class 1601 match 16xx vif '1601'
set traffic-policy limiter BAND-IN default bandwidth '10gbit'
set traffic-policy shaper BAND-OUT class 1602 bandwidth '100mbit'
set traffic-policy shaper BAND-OUT class 1602 match 16xx vif '1602'
set traffic-policy shaper BAND-OUT default bandwidth '10gbit'
[edit]
vyos@r1# run show ver
Aug 29 2023, 11:15 AM · VyOS 1.3 Equuleus (1.3.4)
Viacheslav closed T3070: Firewall going OOM, possible related to nftables migration as Resolved N/A.
Aug 29 2023, 11:10 AM · VyOS 1.3 Equuleus (1.3.4)
Viacheslav closed T3058: Once T2971 is fixed: Document QoS & NAT for inbound and outbound traffic for Crux and 1.3, a subtask of T2971: Provide a CLI solution for Ingress Shaping when there is SNAT, as Invalid.
Aug 29 2023, 11:09 AM · Restricted Project, VyOS 1.5 Circinus
Viacheslav closed T3058: Once T2971 is fixed: Document QoS & NAT for inbound and outbound traffic for Crux and 1.3 as Invalid.
Aug 29 2023, 11:09 AM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.2 Crux
Viacheslav added a comment to T3039: Resize a root partition and filesystem automatically during deployment in virtual environments.

I think it is already implemented

set system option root-partition-auto-resize

@zsdc can we close it?

Aug 29 2023, 11:08 AM · VyOS 1.3 Equuleus (1.3.6)
Viacheslav closed T2983: Add support to DHCP server include an extended config as Wontfix.

We agree not to use RAW options for service configuration anymore.

Aug 29 2023, 11:00 AM · VyOS 1.3 Equuleus (1.3.4)
Viacheslav added a project to T2975: BFD default timers: VyOS 1.4 Sagitta.
Aug 29 2023, 10:59 AM · VyOS 1.4 Sagitta
Viacheslav added a project to T2840: "beep-if-fully-booted" beeps too early: VyOS 1.4 Sagitta.
Aug 29 2023, 10:58 AM · Restricted Project, VyOS 1.4 Sagitta (1.4.0-GA), VyOS 1.3 Equuleus (1.3.8), Restricted Project, VyOS 1.5 Circinus
Viacheslav added a comment to T2958: DHCP server doesn't work from a live CD.

PR for 1.4 https://github.com/vyos/vyos-1x/pull/2184

Aug 29 2023, 10:35 AM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
Viacheslav edited projects for T2697: MAC-Telnet Support, added: VyOS 1.4 Sagitta; removed VyOS 1.3 Equuleus (1.3.5).
Aug 29 2023, 8:09 AM · VyOS 1.5 Circinus
Viacheslav changed the status of T2908: VRF and bridge membership isn’t mutually exclusive from Resolved to Resolved N/A.
Aug 29 2023, 7:52 AM · VyOS 1.3 Equuleus (1.3.4)
Viacheslav closed T2908: VRF and bridge membership isn’t mutually exclusive as Resolved.

Fixed VyOS 1.3-stable-202308240442

vyos@r1# show interfaces ethernet eth2
 description LAN
 hw-id 52:54:00:6c:c7:ac
 vrf foo
[edit]
vyos@r1# compare 
[edit interfaces bridge br11]
+member {
+    interface eth2 {
+    }
+}
[edit]
vyos@r1# 
[edit]
vyos@r1# commit
[ interfaces bridge br11 ]
Can not add interface "eth2" to bridge, it has a VRF assigned!
Aug 29 2023, 7:52 AM · VyOS 1.3 Equuleus (1.3.4)
Viacheslav added a comment to T2911: new pppoe warnings recently.

Sep 21 09:31:58 home-r1 pppd[2827]: Unsupported protocol 'IPv6 Control Protocol' (0x8057) received

You can ignore it or configure ipv6

set interfaces pppoe pppoe2 ipv6
Aug 29 2023, 7:45 AM
Viacheslav added a project to T2958: DHCP server doesn't work from a live CD: VyOS 1.4 Sagitta.
Aug 29 2023, 7:37 AM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
Viacheslav added a project to T2881: Bug in weight calculation for failover mode: VyOS 1.4 Sagitta.
Aug 29 2023, 7:36 AM
Viacheslav added a comment to T2881: Bug in weight calculation for failover mode.

@banditos13 add please a PR to https://github.com/vyos/vyatta-wanloadbalance

Aug 29 2023, 7:36 AM
Viacheslav edited projects for T2971: Provide a CLI solution for Ingress Shaping when there is SNAT, added: VyOS 1.4 Sagitta; removed VyOS 1.3 Equuleus (1.3.5), VyOS 1.2 Crux.
Aug 29 2023, 7:32 AM · Restricted Project, VyOS 1.5 Circinus
Viacheslav edited projects for T2884: Upstream Kernel Patches from Semper Victus Linux Hardened Tree, added: VyOS 1.4 Sagitta; removed VyOS 1.3 Equuleus (1.3.5).
Aug 29 2023, 7:32 AM · VyOS 1.5 Circinus
Viacheslav added a comment to T2710: Many op mode "show interfaces $type" commands no longer work.

VyOS 1.3-stable-202308240442

Aug 29 2023, 7:30 AM · Restricted Project, VyOS 1.3 Equuleus (1.3.9)
Viacheslav closed T2640: Running VyOS inside Docker containers as Resolved.

Works, tested with this steps https://docs.vyos.io/en/latest/installation/virtual/docker.html

root@r14:/home/vyos# podman ps
CONTAINER ID  IMAGE                                   COMMAND     CREATED             STATUS                 PORTS       NAMES
d49f99e058d7  localhost/vyos:1.3-stable-202308240442  /sbin/init  About a minute ago  Up About a minute ago              vyos
root@r14:/home/vyos# 
root@r14:/home/vyos# 
root@r14:/home/vyos# sudo podman exec -ti vyos su - vyos
vyos@vyos:~$ 
vyos@vyos:~$ 
vyos@vyos:~$ show version
Aug 29 2023, 7:22 AM · VyOS 1.3 Equuleus (1.3.3)
Viacheslav closed T2862: xt_tls / SNI TLS filtering as Wontfix.

As we use nftables we won't use iptables modules anymore.
Create please a new one if you find something for nftables, I didn't find it for quick searching

Aug 29 2023, 6:58 AM · VyOS 1.3 Equuleus (1.3.5)
Viacheslav closed T2508: Enable user to configure a LUA script that modifies resolving in PowerDNS as Wontfix.

We should avoid raw options for configurations.
We agree don’t implement it anymore.

Aug 29 2023, 3:24 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.5)

Aug 28 2023

Apachez added a comment to T5522: Add logging for which mksquashfs syntax is being used.

PR created: https://github.com/vyos/vyos-live-build/pull/1

Aug 28 2023, 10:31 PM · VyOS 1.5 Circinus
Apachez claimed T5522: Add logging for which mksquashfs syntax is being used.
Aug 28 2023, 10:11 PM · VyOS 1.5 Circinus
Apachez created T5522: Add logging for which mksquashfs syntax is being used.
Aug 28 2023, 10:11 PM · VyOS 1.5 Circinus
c-po changed the status of T5521: Home owner directory changed to vyos for the user after reboot from Open to In progress.
Aug 28 2023, 5:58 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
jestabro added a comment to T5520: Likely source of corruption on system update exposed by change in coreutils for Bookworm.

PR:
https://github.com/vyos/vyatta-cfg-system/pull/204

Aug 28 2023, 5:44 PM · VyOS 1.4 Sagitta
Viacheslav closed T2772: BGP Route Distinguisher & Route Target Extended Community as Invalid.

The old backend doesn't allow it to do it for 1.3 Release.
Available for 1.4

Aug 28 2023, 4:55 PM · VyOS 1.3 Equuleus (1.3.5)
Viacheslav closed T2771: BGP VPNv4 & VPNv6 Address Family Support as Wontfix.

The old backend doesn't allow it to do it for 1.3 Release.

Aug 28 2023, 4:53 PM · VyOS 1.3 Equuleus (1.3.5)
Viacheslav added a comment to T2505: XCP-ng packet drops for small packets (e.g. icmp) under Xen and AWS.

@Sonicbx As I remember, HyperV is not affected.
But thanks anyway,

Aug 28 2023, 4:47 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
Viacheslav added a comment to T2754: PBR doesn't work with VRRP.

Could you provide your policy route?

Aug 28 2023, 4:43 PM · VyOS 1.3 Equuleus (1.3.6)
Viacheslav changed the status of T2710: Many op mode "show interfaces $type" commands no longer work from Open to Needs testing.
Aug 28 2023, 4:41 PM · Restricted Project, VyOS 1.3 Equuleus (1.3.9)
Viacheslav closed T2628: Make logs more user friendly. as Invalid.

Not sure that it is a good idea.
At least not for the LTS release.
I close it until we don't really need it and there are no use cases to do it.
Reopen it if required.

Aug 28 2023, 4:38 PM · VyOS 1.3 Equuleus (1.3.5)
Viacheslav closed T2611: Prefix list names are shared between ipv4 and ipv6 as Resolved.

@kroy What is wrong here?

set policy prefix-list foo rule 10 action 'permit'
set policy prefix-list foo rule 10 prefix '10.0.0.0/8'
Aug 28 2023, 4:33 PM · VyOS 1.3 Equuleus (1.3.4)
Viacheslav edited projects for T2549: repository restructuration suggestions, added: VyOS 2.0.x; removed VyOS 1.3 Equuleus (1.3.5).
Aug 28 2023, 4:18 PM · VyOS 2.0.x
Sonicbx added a comment to T2505: XCP-ng packet drops for small packets (e.g. icmp) under Xen and AWS.

@Sonicbx Is it an actual bug?

Aug 28 2023, 4:14 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
Viacheslav moved T5472: NAT redirect should not require port from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Aug 28 2023, 4:11 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T1311: WAN load-balancing can't flush connections when conntrack-sync is enabled.

@Viacheslav will you backport this to 1.3 ?

Aug 28 2023, 4:10 PM · VyOS 1.3 Equuleus (1.3.9), VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project, test
Viacheslav edited projects for T2296: Upgrade WALinux to 2.2.41, added: VyOS 1.3 Equuleus (1.3.4); removed VyOS 1.3 Equuleus (1.3.5), VyOS 1.2 Crux (VyOS 1.2.9).
Aug 28 2023, 4:07 PM · VyOS 1.3 Equuleus (1.3.4)
fernando closed T2296: Upgrade WALinux to 2.2.41 as Resolved.
Aug 28 2023, 3:38 PM · VyOS 1.3 Equuleus (1.3.4)
fernando added a comment to T2296: Upgrade WALinux to 2.2.41.

we have a version updated , this case should be closed:

azureuser@vyos-support:~$ sudo /usr/sbin/waagent -version
WALinuxAgent-2.2.45 running on debian 10.12
Python: 3.7.3
Goal state agent: 2.2.45
Aug 28 2023, 3:37 PM · VyOS 1.3 Equuleus (1.3.4)
Viacheslav added a comment to T2508: Enable user to configure a LUA script that modifies resolving in PowerDNS.

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

Aug 28 2023, 3:05 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.5)
syncer added a comment to T1311: WAN load-balancing can't flush connections when conntrack-sync is enabled.

@Viacheslav will you backport this to 1.3 ?

Aug 28 2023, 2:54 PM · VyOS 1.3 Equuleus (1.3.9), VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project, test
Viacheslav added a project to T2508: Enable user to configure a LUA script that modifies resolving in PowerDNS: VyOS 1.4 Sagitta.
Aug 28 2023, 1:44 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.5)
Viacheslav added a comment to T2505: XCP-ng packet drops for small packets (e.g. icmp) under Xen and AWS.

@Sonicbx Is it an actual bug?

Aug 28 2023, 1:28 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
Viacheslav edited projects for T2433: Improve CLI value validator performance, added: VyOS 1.4 Sagitta; removed VyOS 1.3 Equuleus (1.3.5).
Aug 28 2023, 1:24 PM · VyOS 1.4 Sagitta (1.4.0-epa1)
Viacheslav edited projects for T2444: Remove keepalived in favor of FRR for VRRP, added: VyOS 1.4 Sagitta; removed VyOS 1.3 Equuleus (1.3.5).
Aug 28 2023, 1:23 PM · VyOS 2.0.x
Viacheslav closed T2424: Ability to choose the direction of Mirroring as Resolved N/A.
Aug 28 2023, 1:22 PM · VyOS 1.3 Equuleus (1.3.4)
Viacheslav edited projects for T2424: Ability to choose the direction of Mirroring, added: VyOS 1.3 Equuleus (1.3.4); removed VyOS 1.3 Equuleus (1.3.5).

Implemented in previous versions, https://github.com/vyos/vyos-1x/blob/a5c5998a84917cc45f9fb3234607f53b27a109fc/interface-definitions/include/interface/mirror.xml.i#L1-L25

vyos@r1# set interfaces ethernet eth0 mirror 
Possible completions:
   egress       Mirror the egress traffic of the interface to the destination interface
   ingress      Mirror the ingress traffic of the interface to the destination interface
Aug 28 2023, 1:22 PM · VyOS 1.3 Equuleus (1.3.4)
Viacheslav added a comment to T2408: DHCP Relay upstream and downstream interfaces.

@n.fort Add please a PR for 1.3 or delete the 1.3 tag if it is not required

Aug 28 2023, 1:13 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T2416: Do not always delete all bond members when adding new ones from Open to Needs testing.
Aug 28 2023, 1:10 PM · VyOS 1.3 Equuleus (1.3.9), test
Viacheslav edited projects for T2405: commit archive to GIT, added: VyOS 1.4 Sagitta; removed VyOS 1.3 Equuleus (1.3.5).
Aug 28 2023, 1:02 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav edited projects for T2390: unify the chmod_ function of VyOS, added: VyOS 1.4 Sagitta; removed VyOS 1.3 Equuleus (1.3.5).
Aug 28 2023, 1:01 PM · VyOS 1.4 Sagitta
Viacheslav removed a project from T2315: Ability to have right address-family for BGP peers.: VyOS 1.3 Equuleus (1.3.5).
Aug 28 2023, 12:55 PM · VyOS 1.4 Sagitta
Viacheslav edited projects for T2326: Migrate NHRP(DMVPN) to FRR, added: VyOS 1.4 Sagitta; removed VyOS 1.3 Equuleus (1.3.5).
Aug 28 2023, 12:52 PM · VyOS 1.5 Circinus
Apachez added a comment to T1289: route-map set route-type blackhole.

Can be resolved by route-map acting on community (for example <ASN>:888) and setting nexthop to 192.0.2.1 (optional tag 666) or for IPv6 set nexthop 0100:: along with a static route where 192.0.2.1/32 and 0100::/64 have null0 as nexthop.

Aug 28 2023, 12:48 PM · VyOS 1.3 Equuleus (1.3.5)
Viacheslav closed T2274: Move the interface default values from the conf_mode file to the interface, a subtask of T2171: Unify creation and manipulation of interfaces, as Invalid.
Aug 28 2023, 12:44 PM · VyOS 1.4 Sagitta
Viacheslav closed T2274: Move the interface default values from the conf_mode file to the interface as Invalid.

It is not a task for 1.3 LTS releases.
For 1.4, there a new feature that was implemented in https://vyos.dev/T5228
get_config_dict and add argument with_defaults

Aug 28 2023, 12:43 PM · VyOS 1.3 Equuleus (1.3.5)
Viacheslav closed T2258: VRF route leaking from BGP, a subtask of T2579: The root task for VRF features, as Wontfix.
Aug 28 2023, 12:40 PM · VyOS 1.3 Equuleus (1.3.6)
Viacheslav closed T2258: VRF route leaking from BGP as Wontfix.

Route leaking for dynamic protocols won't be implemented in VyOS 1.3 due to the old backend.
You can set a table in the route-map or use virtual-ethernet interfaces

Aug 28 2023, 12:40 PM · VyOS 1.3 Equuleus (1.3.5)
Viacheslav removed a project from T2199: Rewrite firewall in new XML/Python style: VyOS 1.3 Equuleus (1.3.5).
Aug 28 2023, 12:27 PM · VyOS 1.4 Sagitta (1.4.0-epa2)
Viacheslav closed T2123: Configure 3 NTP servers, a subtask of T2014: Use vendor specific NTP Pool hostname, as Resolved.
Aug 28 2023, 12:23 PM · VyOS 1.3 Equuleus (1.3.5)
Viacheslav closed T2123: Configure 3 NTP servers as Resolved.

Already in 1.3.4 and previous versions
https://github.com/vyos/vyos-build/blob/53131ce567e4ab42ef703290c84b0e81f54b00ef/data/live-build-config/includes.chroot/opt/vyatta/etc/config.boot.default#L22-L24

Aug 28 2023, 12:23 PM · VyOS 1.3 Equuleus (1.3.4)
Viacheslav added a comment to T2102: Add Vlan on PPPoE server on Fly.

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

vyos@r1:~$ show pppoe-server interfaces 
interface:   connections:    state:
-----------------------------------
     eth0              1    active
vyos@r1:~$
Aug 28 2023, 12:06 PM · VyOS 1.3 Equuleus (1.3.5)
Viacheslav closed T5408: 15-16 tacacs folders under /home directory as Invalid.
Aug 28 2023, 11:52 AM · VyOS 1.4 Sagitta
Viacheslav updated the task description for T5521: Home owner directory changed to vyos for the user after reboot.
Aug 28 2023, 11:52 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav updated the task description for T5521: Home owner directory changed to vyos for the user after reboot.
Aug 28 2023, 11:50 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav created T5521: Home owner directory changed to vyos for the user after reboot.
Aug 28 2023, 11:38 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav edited projects for T2037: Make use of a systemd environment file, added: VyOS 1.4 Sagitta; removed VyOS 1.3 Equuleus (1.3.5).
Aug 28 2023, 11:02 AM · VyOS 1.4 Sagitta
Viacheslav closed T2016: Cluster for l2tp/pptp won't work as Wontfix.

The cluster feature will be deprecated, as we use systemd we should avoid init.d scripts.
All logic should be rewritten to VRRP

Aug 28 2023, 11:00 AM · VyOS 1.3 Equuleus (1.3.4)
Viacheslav updated subscribers of T1764: Use lists instead of whitespace-separated strings in vyos.config .

@dmaasland @jestabro Can we close it?

Aug 28 2023, 10:50 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav edited projects for T1674: Support [virtual] dvd device in add system image, added: VyOS 1.4 Sagitta; removed VyOS 1.3 Equuleus (1.3.5).
Aug 28 2023, 10:37 AM · VyOS 1.5 Circinus
Viacheslav edited projects for T1647: event-handler configurable syslog.pipe level , added: VyOS 1.3 Equuleus (1.3.4); removed VyOS 1.3 Equuleus (1.3.5).
Aug 28 2023, 10:31 AM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta, eventwatchd
Viacheslav closed T1647: event-handler configurable syslog.pipe level as Invalid.

The event handler was rewritten to python3 and doesn't use pipes.

Aug 28 2023, 10:30 AM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta, eventwatchd
Viacheslav closed T1647: event-handler configurable syslog.pipe level , a subtask of T3083: Add feature event-handler, as Invalid.
Aug 28 2023, 10:30 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Viacheslav edited projects for T1449: Add opportunity to include custom default configs (few) at building , added: VyOS 1.4 Sagitta; removed VyOS 1.3 Equuleus (1.3.5).
Aug 28 2023, 10:21 AM · VyOS 1.4 Sagitta (1.4.0-epa3)