Page MenuHomeVyOS Platform
Feed All Stories

Apr 16 2021

erkin added a comment to T3472: commit-confirm script not found.

That's a good point. I just might do that.

Apr 16 2021, 10:59 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T3481: Exclude tag node values from key mangling.

@jestabro Cool!!!

Apr 16 2021, 10:49 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro added a comment to T3481: Exclude tag node values from key mangling.
>>> from vyos.config import Config
>>> import pprint
>>> conf = Config()
>>> # no mangling
... tmp = conf.get_config_dict(['simple'], get_first_key=True)
>>> pprint.pprint(tmp)
{'some-tag-node': {'some-foo': {'just-a-node': {'single-value': 'bar'}},
                   'some-other-foo': {'just-a-node': {'multiple-value': ['first',
                                                                         'second']}}}}
>>> # standard mangling
... tmp = conf.get_config_dict(['simple'], get_first_key=True, key_mangling=('-', '_'))
>>> pprint.pprint(tmp)
{'some_tag_node': {'some_foo': {'just_a_node': {'single_value': 'bar'}},
                   'some_other_foo': {'just_a_node': {'multiple_value': ['first',
                                                                         'second']}}}}
>>> # mangling with no_tag_node_value_mangle=True
... tmp = conf.get_config_dict(['simple'], get_first_key=True, key_mangling=('-', '_'), no_tag_node_value_mangle=True)
>>> pprint.pprint(tmp)
{'some_tag_node': {'some-foo': {'just_a_node': {'single_value': 'bar'}},
                   'some-other-foo': {'just_a_node': {'multiple_value': ['first',
                                                                         'second']}}}}
>>>
Apr 16 2021, 9:22 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro added a subtask for T3250: PPPoE server: wrong local usernames: T3481: Exclude tag node values from key mangling.
Apr 16 2021, 9:19 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro added a parent task for T3481: Exclude tag node values from key mangling: T3250: PPPoE server: wrong local usernames.
Apr 16 2021, 9:19 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro changed the status of T3481: Exclude tag node values from key mangling from Open to Needs testing.
Apr 16 2021, 9:11 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Unknown Object (User) created T3480: Does not possible to change console baud-rate.
Apr 16 2021, 5:45 PM · VyOS 1.4 Sagitta
c-po created T3479: route-maps containing "aggregator as" can not be deleted.
Apr 16 2021, 5:08 PM · VyOS 1.4 Sagitta
BiMW updated the task description for T3478: Radius.
Apr 16 2021, 7:12 AM · VyOS 1.4 Sagitta
BiMW created T3478: Radius.
Apr 16 2021, 7:10 AM · VyOS 1.4 Sagitta
erkin updated the task description for T3356: Script for remote file transfers.
Apr 16 2021, 1:19 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
dmbaturin added a comment to T3472: commit-confirm script not found.

Is there a specific reason not to put it in vyos-1x instead?

Apr 16 2021, 1:09 AM · VyOS 1.4 Sagitta

Apr 15 2021

jack9603301 added a comment to T3420: Support UPNP protocol.

Thank you. If you have any questions, please keep in touch.

Apr 15 2021, 7:42 PM · VyOS 1.5 Circinus
ZPrime added a comment to T3420: Support UPNP protocol.

@jack9603301 Unfortunately the only environment I have to test in is home, and my wife would probably kill me. ;) I also don't have a second "router PC" available right now which I would need before I can spin up VyOS and give it a try. I need to keep the other system untouched so I have something I can fall back on if I can't make VyOS work the way I want, and the hardware is old enough that if I virtualize my router OS, network performance suffers. I tried using ESXi with OPNsense and WAN throughput was down 200-300Mbps vs. what I can do on the bare metal.

Apr 15 2021, 7:26 PM · VyOS 1.5 Circinus
jack9603301 added a comment to T3420: Support UPNP protocol.

@ZPrime Although UPNP is not merged, you are welcome to test it if you wish, and if you have any questions, please let me know (you can also get in touch with me on Stack) so I can fix it before merging

Apr 15 2021, 5:56 PM · VyOS 1.5 Circinus
carl.byington created T3477: inconsistent documentation show ipv6 bgp.
Apr 15 2021, 4:15 PM · Restricted Project
carl.byington added a comment to T3376: Setting ipv6 address autoconf causes all interfaces besides the target to lose their IP.

ipv6 address autoconf works here. It does pick up a v6 address from the RA - I had an error in the config on the router issuing the RA announcements, and thought that autoconf was not working, but it does. Perhaps this issue should be closed?

Apr 15 2021, 4:05 PM · VyOS 1.4 Sagitta
c-po added a comment to T2759: validate-value prints error messages from validators that fail even if overall validation succeeds.

Some notes from past meetings.

Apr 15 2021, 2:28 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
c-po added a comment to T2759: validate-value prints error messages from validators that fail even if overall validation succeeds.

That would also good to get this working:

Apr 15 2021, 2:13 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
dmbaturin updated the task description for T3476: Update availability check.
Apr 15 2021, 1:41 PM · VyOS 1.4 Sagitta
dmbaturin created T3476: Update availability check.
Apr 15 2021, 1:40 PM · VyOS 1.4 Sagitta
Viacheslav closed T3386: PPPoE-server don't start with local authentication as Resolved.
Apr 15 2021, 9:39 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav closed T3190: Unable to subtract value from local-preference in route-map as Resolved.
Apr 15 2021, 9:37 AM · VyOS 1.4 Sagitta
Viacheslav changed the status of T3333: "show vpn ipsec sa" reports ESP tunnels to be up when they are not., a subtask of T2641: Rewrite vpn ipsec OP commands in new style XML syntax, from Open to Needs testing.
Apr 15 2021, 7:24 AM · VyOS 1.4 Sagitta
Viacheslav changed the status of T3333: "show vpn ipsec sa" reports ESP tunnels to be up when they are not. from Open to Needs testing.
Apr 15 2021, 7:24 AM · VyOS 1.2 Crux (VyOS 1.2.8)
c-po renamed T3318: Update Linux Kernel to v5.4.208 / 5.10.142 from Update Linux Kernel to v5.4.111 / 5.10.29 to Update Linux Kernel to v5.4.112 / 5.10.30.
Apr 15 2021, 6:45 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
klipz added a comment to T2326: Migrate NHRP(DMVPN) to FRR.

@c-po There is some recent news on FRR's NHRPD and multicast support it seems, please see here:

Apr 15 2021, 1:53 AM · VyOS 1.5 Circinus

Apr 14 2021

jestabro added a comment to T3474: Revisit storing syntax version of interface definitions in XML file.

The suggested resolution is to define an include file with the syntaxVersion element. The syntaxVersion element contains the component name and version number; the including interface definition file corresponds to the conf_mode script. Hence, this defines a mapping

Apr 14 2021, 10:53 PM · VyOS 1.4 Sagitta (1.4.0-epa1)
jestabro renamed T3475: XML dictionary cache unable to process syntaxVersion elements from XML dictionary cache unable to process syntaxVersion element to XML dictionary cache unable to process syntaxVersion elements.
Apr 14 2021, 7:30 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro updated the task description for T3475: XML dictionary cache unable to process syntaxVersion elements.
Apr 14 2021, 6:47 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro updated the task description for T3475: XML dictionary cache unable to process syntaxVersion elements.
Apr 14 2021, 6:31 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro added a subtask for T3475: XML dictionary cache unable to process syntaxVersion elements: T3474: Revisit storing syntax version of interface definitions in XML file.
Apr 14 2021, 6:30 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro added a parent task for T3474: Revisit storing syntax version of interface definitions in XML file: T3475: XML dictionary cache unable to process syntaxVersion elements.
Apr 14 2021, 6:30 PM · VyOS 1.4 Sagitta (1.4.0-epa1)
jestabro added a subtask for T1962: Add syntax version to schema: T3475: XML dictionary cache unable to process syntaxVersion elements.
Apr 14 2021, 6:28 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro added a parent task for T3475: XML dictionary cache unable to process syntaxVersion elements: T1962: Add syntax version to schema.
Apr 14 2021, 6:28 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro triaged T3475: XML dictionary cache unable to process syntaxVersion elements as Normal priority.
Apr 14 2021, 6:28 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro updated the task description for T3474: Revisit storing syntax version of interface definitions in XML file.
Apr 14 2021, 6:15 PM · VyOS 1.4 Sagitta (1.4.0-epa1)
jestabro added a subtask for T1962: Add syntax version to schema: T3474: Revisit storing syntax version of interface definitions in XML file.
Apr 14 2021, 6:13 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro added a parent task for T3474: Revisit storing syntax version of interface definitions in XML file: T1962: Add syntax version to schema.
Apr 14 2021, 6:13 PM · VyOS 1.4 Sagitta (1.4.0-epa1)
jestabro triaged T3474: Revisit storing syntax version of interface definitions in XML file as Normal priority.
Apr 14 2021, 6:13 PM · VyOS 1.4 Sagitta (1.4.0-epa1)
Viacheslav assigned T3425: Scripts from the /config/scripts/ folder do not run on live system to zsdc.
Apr 14 2021, 6:09 PM · VyOS 1.3 Equuleus (1.3.0-epa2)
Viacheslav added a comment to T3333: "show vpn ipsec sa" reports ESP tunnels to be up when they are not..

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

Apr 14 2021, 5:51 PM · VyOS 1.2 Crux (VyOS 1.2.8)
Viacheslav updated the task description for T3473: IPSec op-mode show sa error.
Apr 14 2021, 4:24 PM · VyOS 1.4 Sagitta
Viacheslav created T3473: IPSec op-mode show sa error.
Apr 14 2021, 4:22 PM · VyOS 1.4 Sagitta
c-po assigned T3472: commit-confirm script not found to erkin.
Apr 14 2021, 4:05 PM · VyOS 1.4 Sagitta
FileGo renamed T3472: commit-confirm script not found from commit-confirm scrpt not found to commit-confirm script not found.
Apr 14 2021, 3:03 PM · VyOS 1.4 Sagitta
FileGo created T3472: commit-confirm script not found.
Apr 14 2021, 3:02 PM · VyOS 1.4 Sagitta
Viacheslav closed T3055: op-mode incorrect naming for ipsec policy-based tunnels , a subtask of T2816: Rewrite IPsec scripts with the new XML/Python approach, as Resolved.
Apr 14 2021, 1:04 PM · VyOS 1.4 Sagitta
Viacheslav closed T3055: op-mode incorrect naming for ipsec policy-based tunnels as Resolved.
Apr 14 2021, 1:04 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav closed T3398: Can't commit as Resolved.
Apr 14 2021, 8:01 AM · VyOS 1.4 Sagitta

Apr 13 2021

Viacheslav added a comment to T2216: Containerized third-party applications for VyOS.
  1. A̶d̶d̶ ̶c̶h̶e̶c̶k̶s̶ ̶t̶o̶ ̶p̶r̶e̶v̶e̶n̶t̶ ̶s̶e̶t̶ ̶i̶p̶ ̶a̶d̶d̶r̶e̶s̶s̶ ̶f̶o̶r̶ ̶c̶o̶n̶t̶a̶i̶n̶e̶r̶ ̶o̶u̶t̶ ̶o̶f̶ ̶r̶a̶n̶g̶e̶ ̶"̶p̶r̶e̶f̶i̶x̶" done
set container name alp02 image 'alpine'
set container name alp02 network NET01 address '192.0.2.1'
set container network NET01 ipv4-prefix '10.0.0.0/24

error

time="2021-04-14T00:52:03+03:00" level=error msg="Error adding network: failed to allocate all requested IPs: 192.0.2.1"
time="2021-04-14T00:52:03+03:00" level=error msg="Error while adding pod to CNI network \"NET01\": failed to allocate all requested IPs: 192.0.2.1"
Error: unable to start container "60f20a2b517b4f828bef5683cd8a20504aa984648a0911f7f8df5c1a064d2625": error configuring network namespace for container 60f20a2b517b4f828bef5683cd8a20504aa984648a0911f7f8df5c1a064d2625: failed to allocate all requested IPs: 192.0.2.1
Apr 13 2021, 10:03 PM · VyOS 1.4 Sagitta
zsdc created T3471: DHCP hook is not able to detect all running DHCP instances.
Apr 13 2021, 6:14 PM · VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project
zsdc changed Difficulty level from unknown to normal on T3430: Cloud-init failing with “Unable to render networking” on VyOS 1.3.
Apr 13 2021, 5:29 PM · VyOS 1.4 Sagitta
zsdc changed the status of T3430: Cloud-init failing with “Unable to render networking” on VyOS 1.3 from Open to Needs testing.

The issue exists because the ifupdown package that is required for the eni renderer was removed by the https://github.com/vyos/vyatta-cfg-system/commit/3dd837f2d3518b7ddcf8e1ab68d8ab9f3eff0968
To not take back it again for all the platforms, the problem was resolved by the https://github.com/vyos/vyos-vm-images/commit/090e5367dc6df9b49c037e0b60f7adfafdf54a53 , so all the images created with the vyos-vm-images should not contain the problem with the renderer.

Apr 13 2021, 5:28 PM · VyOS 1.4 Sagitta
Viacheslav moved T3431: Show version all bug from Need Triage to Backport Candidates on the VyOS 1.4 Sagitta board.
Apr 13 2021, 5:22 PM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta
zsdc added a comment to T200: Automated config deployment from a removable drive at installation time.

This task must be obsoleted by the https://phabricator.vyos.net/T2116

Apr 13 2021, 5:21 PM · VyOS 1.5 Circinus
Viacheslav closed T3434: Refactoring bgp op-mode for support vrf as Resolved.
Apr 13 2021, 5:20 PM · VyOS 1.4 Sagitta
Viacheslav closed T3436: Refactoring ospf op-mode for support vrf as Resolved.
Apr 13 2021, 5:20 PM · VyOS 1.4 Sagitta
zsdc changed the status of T694: netboot PXE/gPXE/iPXE support, a subtask of T692: TFTP server functionality, from Open to In progress.
Apr 13 2021, 5:11 PM · VyOS-1.2.0-GA, VyOS 1.2 Crux (VyOS 1.2.0-rc1)
zsdc changed the status of T694: netboot PXE/gPXE/iPXE support from Open to In progress.

Just a small update on this.
PXE boot service for all 1.2 / 1.3 / 1.4 versions is up and running in private testing.

Apr 13 2021, 5:11 PM · VyOS 1.5 Circinus
Viacheslav changed the status of T3455: system users can not be added in "edit" from Open to Needs testing.
Apr 13 2021, 5:10 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
zsdc added a parent task for T2523: Upgrade from 1.2.5 to 1.3-rolling-202005261512 results in broken network config on second boot: T2838: Ethernet device names changing, multiple hw-id being added.
Apr 13 2021, 5:04 PM · VyOS 1.3 Equuleus (1.3.3)
zsdc added a subtask for T2838: Ethernet device names changing, multiple hw-id being added: T2523: Upgrade from 1.2.5 to 1.3-rolling-202005261512 results in broken network config on second boot.
Apr 13 2021, 5:04 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Thunderstorm added a comment to T3470: as-override isn't applied to frr.

PR# 803

Apr 13 2021, 4:17 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T3455: system users can not be added in "edit".

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

Apr 13 2021, 4:09 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Thunderstorm triaged T3470: as-override isn't applied to frr as Low priority.
Apr 13 2021, 4:04 PM · VyOS 1.4 Sagitta
Thunderstorm claimed T3470: as-override isn't applied to frr.

looks like this was missing in the bgp template
manually adding to /usr/share/vyos/templates/frr/bgp.frr.tmpl:

{%       if afi_config.as_override is defined %}
  neighbor {{ neighbor }} as-override
{%       endif %}
Apr 13 2021, 4:03 PM · VyOS 1.4 Sagitta
Thunderstorm updated the task description for T3470: as-override isn't applied to frr.
Apr 13 2021, 4:02 PM · VyOS 1.4 Sagitta
Thunderstorm created T3470: as-override isn't applied to frr.
Apr 13 2021, 4:00 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T3032: Ability to "set table" in the policy route-map.

PR for crux https://github.com/vyos/vyatta-cfg-quagga/pull/73

Apr 13 2021, 10:12 AM · VyOS 1.2 Crux (VyOS 1.2.8)
Viacheslav moved T3032: Ability to "set table" in the policy route-map from Needs Triage to In Progress on the VyOS 1.2 Crux (VyOS 1.2.8) board.
Apr 13 2021, 9:48 AM · VyOS 1.2 Crux (VyOS 1.2.8)
Viacheslav added a project to T3032: Ability to "set table" in the policy route-map: VyOS 1.2 Crux (VyOS 1.2.8).
Apr 13 2021, 9:47 AM · VyOS 1.2 Crux (VyOS 1.2.8)

Apr 12 2021

ZPrime added a comment to T3420: Support UPNP protocol.

UPnP is something I require (as a home user with multiple gaming systems), so I'm very happy to see this making progress in VyOS. I've been getting tired of the mess over in pfSense/OPNsense-land, wanting to try a Linux-based router, and I'm familiar with VyOS from past experience with "EdgeOS" on Ubiquiti hardware so it was on the top of my list, but held back by lack of UPnP in the past.

Apr 12 2021, 9:53 PM · VyOS 1.5 Circinus
ZPrime awarded T3420: Support UPNP protocol a Love token.
Apr 12 2021, 8:31 PM · VyOS 1.5 Circinus
danhusan added a comment to T3149: ospfv3 bfd configuration bug / typo. config applied to wrong interface name..

Thanks!

Apr 12 2021, 8:17 PM · VyOS 1.2 Crux (VyOS 1.2.8), Restricted Project
c-po closed T3454: dhclient reject option as Resolved.
Apr 12 2021, 7:53 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
c-po moved T3454: dhclient reject option from Backport Candidates to Finished on the VyOS 1.4 Sagitta board.
Apr 12 2021, 7:53 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
c-po moved T3454: dhclient reject option from Need Triage to Finished on the VyOS 1.3 Equuleus board.
Apr 12 2021, 7:53 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
c-po added a comment to T3149: ospfv3 bfd configuration bug / typo. config applied to wrong interface name..

@danhusan that PR was only done to current and not backported. I just packported it to the crux branch.

Apr 12 2021, 7:51 PM · VyOS 1.2 Crux (VyOS 1.2.8), Restricted Project
c-po closed T3328: Bgp not possible to delete bgp route-map , a subtask of T2174: Rewrite protocol BGP to new XML/Python style, as Resolved.
Apr 12 2021, 7:36 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T3328: Bgp not possible to delete bgp route-map as Resolved.
Apr 12 2021, 7:36 PM · VyOS 1.4 Sagitta
dtoux added a comment to T3427: Show prefix received via IA_PD in interface info.

Sorry for the late reply, I've dismantled the setup as I needed to put the PPP link back in use, I will look into it again tonight. In essence, it would be good to see something like this on terse view:

Apr 12 2021, 5:54 PM · VyOS 1.5 Circinus
Viacheslav added a subtask for T2838: Ethernet device names changing, multiple hw-id being added: T3469: Upgrading from 1.2.6-S1 to 1.2.7 changes order of NICs on second reboot.
Apr 12 2021, 4:13 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Viacheslav added a parent task for T3469: Upgrading from 1.2.6-S1 to 1.2.7 changes order of NICs on second reboot: T2838: Ethernet device names changing, multiple hw-id being added.
Apr 12 2021, 4:13 PM · VyOS 1.2 Crux (VyOS 1.2.9)
danhusan added a comment to T3469: Upgrading from 1.2.6-S1 to 1.2.7 changes order of NICs on second reboot.

sudo journalctl -b

Apr 12 2021, 4:08 PM · VyOS 1.2 Crux (VyOS 1.2.9)
danhusan updated the task description for T3469: Upgrading from 1.2.6-S1 to 1.2.7 changes order of NICs on second reboot.
Apr 12 2021, 3:28 PM · VyOS 1.2 Crux (VyOS 1.2.9)
danhusan updated the task description for T3469: Upgrading from 1.2.6-S1 to 1.2.7 changes order of NICs on second reboot.
Apr 12 2021, 3:24 PM · VyOS 1.2 Crux (VyOS 1.2.9)
danhusan updated the task description for T3469: Upgrading from 1.2.6-S1 to 1.2.7 changes order of NICs on second reboot.
Apr 12 2021, 3:23 PM · VyOS 1.2 Crux (VyOS 1.2.9)
danhusan added a comment to T3469: Upgrading from 1.2.6-S1 to 1.2.7 changes order of NICs on second reboot.

lspci -knn

Apr 12 2021, 3:22 PM · VyOS 1.2 Crux (VyOS 1.2.9)
danhusan created T3469: Upgrading from 1.2.6-S1 to 1.2.7 changes order of NICs on second reboot.
Apr 12 2021, 3:22 PM · VyOS 1.2 Crux (VyOS 1.2.9)
Viacheslav added a comment to T3467: cannot set vrrp virtual-address with /31 mask when router uses networkaddress..

The reason these validations https://github.com/vyos/vyos-1x/blob/aca3254d96d01cc37c9e15e02e500a36f3708959/interface-definitions/vrrp.xml#L220-L224
There is no such problem in version 1.4.

Apr 12 2021, 1:16 PM · VyOS 1.2 Crux (VyOS 1.2.9)
Viacheslav changed the status of T3467: cannot set vrrp virtual-address with /31 mask when router uses networkaddress. from Open to Confirmed.
Apr 12 2021, 12:42 PM · VyOS 1.2 Crux (VyOS 1.2.9)
olofl added a comment to T3467: cannot set vrrp virtual-address with /31 mask when router uses networkaddress..

@Viacheslav 1.2.7.

Apr 12 2021, 9:42 AM · VyOS 1.2 Crux (VyOS 1.2.9)
olofl changed Version from - to 1.2.7 on T3467: cannot set vrrp virtual-address with /31 mask when router uses networkaddress..
Apr 12 2021, 9:41 AM · VyOS 1.2 Crux (VyOS 1.2.9)
danhusan updated subscribers of T3149: ospfv3 bfd configuration bug / typo. config applied to wrong interface name..

@c-po I expected this to go into 1.2.7 but it did not. How would I tag this properly so it hopefully makes it into 1.2.8?

Apr 12 2021, 8:11 AM · VyOS 1.2 Crux (VyOS 1.2.8), Restricted Project
kevinrausch created T3468: Tunnel interfaces aren't suggested as being available for bridging (regression).
Apr 12 2021, 6:50 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta

Apr 11 2021

kabaga added a comment to T3398: Can't commit.

This can be close. The commit is working again after upgrading to the latest rolling

Apr 11 2021, 8:52 PM · VyOS 1.4 Sagitta
SrividyaA added a comment to T3458: vyos docs missing gretap from tunnel section.

Submitted following PR:

Apr 11 2021, 5:55 PM · VyOS 1.3 Equuleus (1.3.0), Restricted Project, VyOS 1.4 Sagitta
jack9603301 closed T3435: NAT rules show corruption as Resolved.
Apr 11 2021, 10:14 AM · VyOS 1.4 Sagitta
c-po renamed T3318: Update Linux Kernel to v5.4.208 / 5.10.142 from Update Linux Kernel to v5.4.110 / 5.10.28 to Update Linux Kernel to v5.4.111 / 5.10.29.
Apr 11 2021, 9:09 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta