Page MenuHomeVyOS Platform
Feed All Stories

Feb 26 2021

pasik added a comment to T2516: vyos-container: cannot configure ethernet interface.

This should now work aswell with the latest vyos 1.3 versions!

Feb 26 2021, 3:09 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.3)
Viacheslav claimed T3324: Bgp space in the password.
Feb 26 2021, 3:05 PM · VyOS 1.4 Sagitta
Viacheslav closed T3361: please delete this one as Invalid.
Feb 26 2021, 3:04 PM
Viacheslav changed the status of T3323: Bgp ttl-security and ebgp-multihop fail, a subtask of T2174: Rewrite protocol BGP to new XML/Python style, from Open to Needs testing.
Feb 26 2021, 3:01 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav changed the status of T3323: Bgp ttl-security and ebgp-multihop fail from Open to Needs testing.
Feb 26 2021, 3:01 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T3324: Bgp space in the password.

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

Feb 26 2021, 3:00 PM · VyOS 1.4 Sagitta
c-po changed the status of T3359: static route table not working properly from Open to Needs testing.
Feb 26 2021, 2:36 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T3347: vyos 1.3 beta fails to configure Xen HVM guest ethernet interfaces due to ethtool -g error as Resolved.
Feb 26 2021, 2:35 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T3323: Bgp ttl-security and ebgp-multihop fail.

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

Feb 26 2021, 2:18 PM · VyOS 1.4 Sagitta
Unknown Object (User) added a comment to T1297: Add GARP settings to VRRP/keepalived.

Tested in the lab the following simple topology on 1.2.6-S1 and 1.3-beta, behavior the same and GARP works by default.

Screenshot 2021-02-26 at 17.04.44.png (472×545 px, 45 KB)

VyOS1 config

set high-availability vrrp group eth1 hello-source-address '100.64.0.1'
set high-availability vrrp group eth1 interface 'eth1'
set high-availability vrrp group eth1 peer-address '100.64.0.2'
set high-availability vrrp group eth1 rfc3768-compatibility
set high-availability vrrp group eth1 virtual-address '100.64.0.50/24'
set high-availability vrrp group eth1 vrid '1'
set interfaces ethernet eth0 address 'dhcp'
set interfaces ethernet eth0 duplex 'auto'
set interfaces ethernet eth0 hw-id '50:00:00:01:00:00'
set interfaces ethernet eth0 speed 'auto'
set interfaces ethernet eth1 address '100.64.0.1/24'
set interfaces ethernet eth1 duplex 'auto'
set interfaces ethernet eth1 hw-id '50:00:00:01:00:01'
set interfaces ethernet eth1 speed 'auto'

VyOS2 config

set high-availability vrrp group eth1 hello-source-address '100.64.0.2'
set high-availability vrrp group eth1 interface 'eth1'
set high-availability vrrp group eth1 peer-address '100.64.0.1'
set high-availability vrrp group eth1 virtual-address '100.64.0.50/24'
set high-availability vrrp group eth1 vrid '1'
set interfaces ethernet eth0 address 'dhcp'
set interfaces ethernet eth0 duplex 'auto'
set interfaces ethernet eth0 hw-id '50:00:00:02:00:00'
set interfaces ethernet eth0 speed 'auto'
set interfaces ethernet eth1 address '100.64.0.2/24'
set interfaces ethernet eth1 duplex 'auto'
set interfaces ethernet eth1 hw-id '50:00:00:02:00:01'
set interfaces ethernet eth1 speed 'auto'

In traffic dump on VyOS3 we can see traffic when BACKUP node switched to MASTER state

14:02:34.152959 50:00:00:02:00:01 > ff:ff:ff:ff:ff:ff, ethertype ARP (0x0806), length 42: Request who-has 100.64.0.50 (ff:ff:ff:ff:ff:ff) tell 100.64.0.50, length 28
14:02:34.153042 50:00:00:02:00:01 > ff:ff:ff:ff:ff:ff, ethertype ARP (0x0806), length 42: Request who-has 100.64.0.50 (ff:ff:ff:ff:ff:ff) tell 100.64.0.50, length 28
14:02:34.153086 50:00:00:02:00:01 > ff:ff:ff:ff:ff:ff, ethertype ARP (0x0806), length 42: Request who-has 100.64.0.50 (ff:ff:ff:ff:ff:ff) tell 100.64.0.50, length 28
14:02:34.153090 50:00:00:02:00:01 > ff:ff:ff:ff:ff:ff, ethertype ARP (0x0806), length 42: Request who-has 100.64.0.50 (ff:ff:ff:ff:ff:ff) tell 100.64.0.50, length 28
14:02:34.153092 50:00:00:02:00:01 > ff:ff:ff:ff:ff:ff, ethertype ARP (0x0806), length 42: Request who-has 100.64.0.50 (ff:ff:ff:ff:ff:ff) tell 100.64.0.50, length 28
14:02:34.153467 50:00:00:02:00:01 > 50:00:00:01:00:01, ethertype IPv4 (0x0800), length 54: 100.64.0.2 > 100.64.0.1: VRRPv2, Advertisement, vrid 1, prio 100, authtype none, intvl 1s, length 20
14:02:35.153544 50:00:00:02:00:01 > 50:00:00:01:00:01, ethertype IPv4 (0x0800), length 54: 100.64.0.2 > 100.64.0.1: VRRPv2, Advertisement, vrid 1, prio 100, authtype none, intvl 1s, length 20
14:02:36.154117 50:00:00:02:00:01 > 50:00:00:01:00:01, ethertype IPv4 (0x0800), length 54: 100.64.0.2 > 100.64.0.1: VRRPv2, Advertisement, vrid 1, prio 100, authtype none, intvl 1s, length 20
14:02:37.154233 50:00:00:02:00:01 > 50:00:00:01:00:01, ethertype IPv4 (0x0800), length 54: 100.64.0.2 > 100.64.0.1: VRRPv2, Advertisement, vrid 1, prio 100, authtype none, intvl 1s, length 20
14:02:38.154470 50:00:00:02:00:01 > 50:00:00:01:00:01, ethertype IPv4 (0x0800), length 54: 100.64.0.2 > 100.64.0.1: VRRPv2, Advertisement, vrid 1, prio 100, authtype none, intvl 1s, length 20

The same behavior with rfc3768-compatibility option.
I think we don't need to change behavior because it should be suitable for all cases.

Feb 26 2021, 2:11 PM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.4 Sagitta
dongjunbo renamed T3361: please delete this one from Error after upgraded vyos 1.2.6s to vyos1.2.7 epa1 to please delete this one.
Feb 26 2021, 2:02 PM
dongjunbo created T3361: please delete this one.
Feb 26 2021, 2:00 PM
Viacheslav added a comment to T3359: static route table not working properly .

Your rolling release so old. As I remember it was a bug with FRR, which was fixed.
Try more latest versions or vyos-1.3.0-rc1 https://community.vyos.net/get/snapshots/

Feb 26 2021, 1:56 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) created T3360: Op command 'show interfaces' does not display VRRP VIP.
Feb 26 2021, 11:02 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
pasik added a watcher for VyOS 1.4 Sagitta: pasik.
Feb 26 2021, 10:42 AM
zadm added a watcher for VyOS 1.4 Sagitta: zadm.
Feb 26 2021, 10:41 AM
zadm triaged T3359: static route table not working properly as High priority.
Feb 26 2021, 10:38 AM · VyOS 1.3 Equuleus (1.3.0)
pasik added a comment to T3347: vyos 1.3 beta fails to configure Xen HVM guest ethernet interfaces due to ethtool -g error.

@c-po confirmed, works OK in vyos-1.3-beta-202102250443-amd64.iso. Thanks a lot!

Feb 26 2021, 10:13 AM · VyOS 1.3 Equuleus (1.3.0)
arvin created T3358: VRRP: Is it necessary to support switches between master and backup with script?.
Feb 26 2021, 7:21 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro claimed T3357: HTTP-API redirect from http correct https port.
Feb 26 2021, 3:08 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Cheeze_It added a comment to T2100: BGP route adverisement wih checks rib.

Put in a PR for this, https://github.com/vyos/vyos-1x/pull/744

Feb 26 2021, 12:29 AM · VyOS 1.3 Equuleus (1.3.0-epa1)

Feb 25 2021

rob created T3357: HTTP-API redirect from http correct https port.
Feb 25 2021, 7:57 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
c-po claimed T3347: vyos 1.3 beta fails to configure Xen HVM guest ethernet interfaces due to ethtool -g error.
Feb 25 2021, 6:49 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T3347: vyos 1.3 beta fails to configure Xen HVM guest ethernet interfaces due to ethtool -g error.

This should have been fixed in the latest 1.3 beta - please try again

Feb 25 2021, 6:49 PM · VyOS 1.3 Equuleus (1.3.0)
pasik added a comment to T3347: vyos 1.3 beta fails to configure Xen HVM guest ethernet interfaces due to ethtool -g error.

It seems the same problem (lack of "ethtool -g" support) happens also with "veth" interfaces.. ref T2516

Feb 25 2021, 4:10 PM · VyOS 1.3 Equuleus (1.3.0)
pasik added a comment to T2516: vyos-container: cannot configure ethernet interface.

I'm seeing the same problem with Xen HVM guests, where the paravirtualized nic-driver "xen_netfront" doesn't seem to support "ethtool -g".. ref T3347

Feb 25 2021, 4:09 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.3)
erkin renamed T936: Reimplementation of tech-support diagnostic file generation from re-implementaion for 'show tech-support' to Reimplementaion of tech-support diagnostic file generation.
Feb 25 2021, 3:48 PM · test, VyOS 1.4 Sagitta
erkin added a parent task for T936: Reimplementation of tech-support diagnostic file generation: T3355: Remove all remaining legacy Vyatta code.
Feb 25 2021, 3:46 PM · test, VyOS 1.4 Sagitta
erkin added a subtask for T3355: Remove all remaining legacy Vyatta code: T936: Reimplementation of tech-support diagnostic file generation.
Feb 25 2021, 3:46 PM · VyOS 1.5 Circinus
erkin changed the status of T936: Reimplementation of tech-support diagnostic file generation from Open to In progress.
Feb 25 2021, 3:46 PM · test, VyOS 1.4 Sagitta
erkin merged T3179: Add the ability to generate a support file into T936: Reimplementation of tech-support diagnostic file generation.
Feb 25 2021, 3:45 PM · test, VyOS 1.4 Sagitta
erkin merged task T3179: Add the ability to generate a support file into T936: Reimplementation of tech-support diagnostic file generation.
Feb 25 2021, 3:45 PM · VyOS 1.4 Sagitta
erkin changed the status of T3354: Convert strip-private script from Perl to Python, a subtask of T3355: Remove all remaining legacy Vyatta code, from Open to In progress.
Feb 25 2021, 3:44 PM · VyOS 1.5 Circinus
erkin changed the status of T3354: Convert strip-private script from Perl to Python from Open to In progress.
Feb 25 2021, 3:44 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
erkin changed the status of T3356: Script for remote file transfers, a subtask of T3355: Remove all remaining legacy Vyatta code, from Open to In progress.
Feb 25 2021, 3:44 PM · VyOS 1.5 Circinus
erkin changed the status of T3356: Script for remote file transfers from Open to In progress.
Feb 25 2021, 3:43 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
erkin created T3356: Script for remote file transfers.
Feb 25 2021, 3:43 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
erkin added a subtask for T2546: The root task for rewriting [op-mode] to XML: T2511: Migrate vyatta-op-quagga to new XML format.
Feb 25 2021, 3:28 PM · VyOS 1.3 Equuleus (1.3.6)
erkin removed a subtask for T3355: Remove all remaining legacy Vyatta code: T2511: Migrate vyatta-op-quagga to new XML format.
Feb 25 2021, 3:27 PM · VyOS 1.5 Circinus
erkin edited parent tasks for T2511: Migrate vyatta-op-quagga to new XML format, added: T2546: The root task for rewriting [op-mode] to XML; removed: T3355: Remove all remaining legacy Vyatta code.
Feb 25 2021, 3:27 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
erkin added a subtask for T3355: Remove all remaining legacy Vyatta code: T2546: The root task for rewriting [op-mode] to XML.
Feb 25 2021, 3:27 PM · VyOS 1.5 Circinus
erkin added a parent task for T2546: The root task for rewriting [op-mode] to XML: T3355: Remove all remaining legacy Vyatta code.
Feb 25 2021, 3:27 PM · VyOS 1.3 Equuleus (1.3.6)
erkin added a parent task for T2459: Migrate vyatta-show-nat-rules.pl to Python: T3355: Remove all remaining legacy Vyatta code.
Feb 25 2021, 3:23 PM
erkin added a parent task for T2511: Migrate vyatta-op-quagga to new XML format: T3355: Remove all remaining legacy Vyatta code.
Feb 25 2021, 3:23 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
erkin added subtasks for T3355: Remove all remaining legacy Vyatta code: T2511: Migrate vyatta-op-quagga to new XML format, T2459: Migrate vyatta-show-nat-rules.pl to Python.
Feb 25 2021, 3:23 PM · VyOS 1.5 Circinus
erkin added a parent task for T3354: Convert strip-private script from Perl to Python: T3355: Remove all remaining legacy Vyatta code.
Feb 25 2021, 3:21 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
erkin added a subtask for T3355: Remove all remaining legacy Vyatta code: T3354: Convert strip-private script from Perl to Python.
Feb 25 2021, 3:21 PM · VyOS 1.5 Circinus
c-po added a parent task for T1579: Rewrite all interface types in new XML/Python style: T3355: Remove all remaining legacy Vyatta code.
Feb 25 2021, 3:17 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a parent task for T2175: Rewriting all FRR processes allow for reloading and to XML/Python style: T3355: Remove all remaining legacy Vyatta code.
Feb 25 2021, 3:17 PM
c-po added subtasks for T3355: Remove all remaining legacy Vyatta code: T1579: Rewrite all interface types in new XML/Python style, T2175: Rewriting all FRR processes allow for reloading and to XML/Python style.
Feb 25 2021, 3:17 PM · VyOS 1.5 Circinus
erkin created T3355: Remove all remaining legacy Vyatta code.
Feb 25 2021, 3:16 PM · VyOS 1.5 Circinus
erkin removed a subtask for T689: Converting simple op-mode commands from vyatta-op to new syntax: T3354: Convert strip-private script from Perl to Python.
Feb 25 2021, 3:15 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
erkin removed a parent task for T3354: Convert strip-private script from Perl to Python: T689: Converting simple op-mode commands from vyatta-op to new syntax.
Feb 25 2021, 3:15 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
erkin added a parent task for T3354: Convert strip-private script from Perl to Python: T689: Converting simple op-mode commands from vyatta-op to new syntax.
Feb 25 2021, 2:15 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
erkin added a subtask for T689: Converting simple op-mode commands from vyatta-op to new syntax: T3354: Convert strip-private script from Perl to Python.
Feb 25 2021, 2:15 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
erkin triaged T3354: Convert strip-private script from Perl to Python as Wishlist priority.
Feb 25 2021, 2:15 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav added a project to T2061: protocol logs not sent to remote syslog: VyOS 1.2 Crux (VyOS 1.2.7).
Feb 25 2021, 2:15 PM · VyOS 1.2 Crux (VyOS 1.2.7)
Unknown Object (User) changed the status of T3353: PPPoE server wrong vlan-range generating config from Open to Confirmed.
Feb 25 2021, 1:53 PM · VyOS 1.4 Sagitta
Unknown Object (User) created T3353: PPPoE server wrong vlan-range generating config.
Feb 25 2021, 1:53 PM · VyOS 1.4 Sagitta
arvin closed T3352: Keepalived_vrrp: Unsafe permissions found for script ‘xxx.sh’ - disabling as Resolved.

Please ignore this task, it works fine!

Feb 25 2021, 10:08 AM · vyatta-keepalived
arvin triaged T3352: Keepalived_vrrp: Unsafe permissions found for script ‘xxx.sh’ - disabling as High priority.
Feb 25 2021, 3:51 AM · vyatta-keepalived

Feb 24 2021

masterit added a comment to T2747: "enable-local-traffic" has no effect in load-balancing to redirect local traffic.

I can confirm this bug is still present in the latest 1.3-rolling-202101 snapshot as well as the latest stable release. (1.2.6-S1)

Feb 24 2021, 10:31 PM · VyOS 1.5 Circinus
c-po closed T3303: Change welcome message on boot as Resolved.
Feb 24 2021, 8:18 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
c-po added a comment to T3303: Change welcome message on boot.

Better not touch crux ;)

Feb 24 2021, 8:18 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
dmbaturin created 1.2.7-epa1.
Feb 24 2021, 6:25 PM
erkin claimed T3351: Installer checking MD5 checksums on the ISO image.
Feb 24 2021, 3:54 PM · VyOS 1.4 Sagitta
dmbaturin created T3351: Installer checking MD5 checksums on the ISO image.
Feb 24 2021, 3:30 PM · VyOS 1.4 Sagitta
craterman added a comment to T3211: ability to redistribute ISIS into other routing protocols.

ok, I'll do it

Feb 24 2021, 2:59 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
remfalc updated the task description for T3350: OpenVPN config file generation broken.
Feb 24 2021, 2:22 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)
remfalc created T3350: OpenVPN config file generation broken.
Feb 24 2021, 2:19 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)
Viacheslav changed the status of T3211: ability to redistribute ISIS into other routing protocols from Open to Needs testing.

@craterman can you check this feature in the latest rolling or beta?

Feb 24 2021, 1:36 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav added a comment to T3211: ability to redistribute ISIS into other routing protocols.

PR for equuleus | extended smoketest
https://github.com/vyos/vyos-1x/pull/743

Feb 24 2021, 1:34 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jack9603301 added a comment to T3116: Support back-end L4 level load balancing.

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

Feb 24 2021, 1:26 PM · VyOS 1.4 Sagitta
jack9603301 added a comment to T3116: Support back-end L4 level load balancing.

@dmbaturin @c-po Hi, I have basically completed the T3116 draft implementation, test, I only inspect the ipvsadm rules, seems to work properly, the draft only for ipvsadm, to set up some rules, now, you and @c-po can achieve the preliminary examination of the draft (about smoke tests, I currently only normal execution of the command line configuration program testing, has not yet been configured efficacy)

Feb 24 2021, 1:24 PM · VyOS 1.4 Sagitta
dmbaturin closed T1774: Add a show config operation to the HTTP API as Resolved.
Feb 24 2021, 10:03 AM · VyOS 1.2 Crux (VyOS 1.2.7)
erkin edited projects for T3179: Add the ability to generate a support file, added: VyOS 1.4 Sagitta; removed VyOS 1.3 Equuleus, VyOS 1.2 Crux.
Feb 24 2021, 7:54 AM · VyOS 1.4 Sagitta
erkin added a comment to T3179: Add the ability to generate a support file.

VyOS is still on the ancient shell-based diagnostic file generator spaghetti inherited from Vyatta. First of all, I'm going to dike out {show,generate} tech-support from vyatta-op and write a rudimentary stub as a replacement in Python/XML. Then we'll need to discuss what exactly needs to go in there.

Feb 24 2021, 7:53 AM · VyOS 1.4 Sagitta
Unknown Object (User) added a comment to T3303: Change welcome message on boot.

@c-po , it works properly

Welcome to VyOS 1.4-rolling-202102240218 (sagitta)!
Feb 24 2021, 5:27 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta

Feb 23 2021

basalblas renamed T3340: Add dhcp-helper package to replace ISC DHCP Relay from Add dhcp-helper package to support DHCP Relay over GRE tunnel to Add dhcp-helper package to replace ISC DHCP Relay.
Feb 23 2021, 11:23 PM · VyOS 1.5 Circinus
Viacheslav added a comment to T3306: Extend set route-map aggregator as to 4 Bytes .

PR https://github.com/vyos/vyatta-cfg-quagga/pull/71
Can be "cherry-picked" to equuleus

Feb 23 2021, 10:30 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav added a comment to T3211: ability to redistribute ISIS into other routing protocols.

PR for equuleus for bgp and ospf https://github.com/vyos/vyatta-cfg-quagga/pull/70
PR for equuleus for rip https://github.com/vyos/vyos-1x/pull/741

Feb 23 2021, 9:31 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro changed the status of T3302: Make vyos-configd relay stdout from scripts to the user's console, a subtask of T2347: During commit, any script output directed to stdout will contain path, from Open to Backport candidate.
Feb 23 2021, 9:05 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro changed the status of T3302: Make vyos-configd relay stdout from scripts to the user's console from Open to Backport candidate.
Feb 23 2021, 9:05 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro changed the status of T3302: Make vyos-configd relay stdout from scripts to the user's console, a subtask of T2347: During commit, any script output directed to stdout will contain path, from Backport candidate to Open.
Feb 23 2021, 9:01 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro changed the status of T3302: Make vyos-configd relay stdout from scripts to the user's console from Backport candidate to Open.

If commit is not initiated from a 'live' session (for example, on boot), then redirected stdout/err should go to a file.

Feb 23 2021, 9:01 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
tuxnet added a comment to T3348: dhcpd: Can't create new lease file: Permission denied.

Yes, radius is used for login.

Feb 23 2021, 7:36 PM · VyOS 1.3 Equuleus (1.3.6)
c-po changed the status of T3303: Change welcome message on boot from Open to Backport candidate.
Feb 23 2021, 7:34 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
c-po added a comment to T3303: Change welcome message on boot.

If that works out wihtout an issue I would like to have it backported into 1.3 just to be more "fancy".

Feb 23 2021, 7:33 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Unknown Object (User) added a comment to T3303: Change welcome message on boot.

PR https://github.com/vyos/vyos-build/pull/147
Output on the local stand

Welcome to VyOS 1.4 (sagitta)!
Feb 23 2021, 7:00 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
c-po added a project to T3349: Ethernet: "disable" flag is not honored after a reboot for VIF interfaces: VyOS 1.4 Sagitta.
Feb 23 2021, 6:46 PM · VyOS 1.2 Crux (VyOS 1.2.7), VyOS 1.4 Sagitta
c-po renamed T3349: Ethernet: "disable" flag is not honored after a reboot for VIF interfaces from Ethernet: "disable" flag is not honored after a reboot to Ethernet: "disable" flag is not honored after a reboot for VIF interfaces.
Feb 23 2021, 6:46 PM · VyOS 1.2 Crux (VyOS 1.2.7), VyOS 1.4 Sagitta
c-po created T3349: Ethernet: "disable" flag is not honored after a reboot for VIF interfaces.
Feb 23 2021, 6:44 PM · VyOS 1.2 Crux (VyOS 1.2.7), VyOS 1.4 Sagitta
Viacheslav added a comment to T3348: dhcpd: Can't create new lease file: Permission denied.

I can't reproduce it

Feb 23 2021, 6:36 PM · VyOS 1.3 Equuleus (1.3.6)
Unknown Object (User) added a comment to T2927: isc-dhcpd release and expiry events never execute.

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

Feb 23 2021, 5:40 PM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.2 Crux (VyOS 1.2.7), VyOS 1.4 Sagitta
tuxnet added a comment to T3348: dhcpd: Can't create new lease file: Permission denied.

@Viacheslav
I guess the logs are from the dhcp-server and not from the client...

Feb 23 2021, 4:15 PM · VyOS 1.3 Equuleus (1.3.6)
Viacheslav added a comment to T3348: dhcpd: Can't create new lease file: Permission denied.

@tuxnet Can you describe the steps to reproduce?

Feb 23 2021, 3:57 PM · VyOS 1.3 Equuleus (1.3.6)
Unknown Object (User) triaged T2927: isc-dhcpd release and expiry events never execute as Normal priority.
Feb 23 2021, 3:55 PM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.2 Crux (VyOS 1.2.7), VyOS 1.4 Sagitta
Unknown Object (User) changed the status of T2927: isc-dhcpd release and expiry events never execute from Open to In progress.
Feb 23 2021, 3:55 PM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.2 Crux (VyOS 1.2.7), VyOS 1.4 Sagitta
pasik added a comment to T1230: Improving Boot Time for Large Firewall Configurations.

also having lots of NAT rules makes the vyos config handling and boot time very slow..

Feb 23 2021, 8:55 AM · VyOS 1.3 Equuleus (1.3.6)
tuxnet created T3348: dhcpd: Can't create new lease file: Permission denied.
Feb 23 2021, 7:46 AM · VyOS 1.3 Equuleus (1.3.6)