Page MenuHomeVyOS Platform
Feed All Stories

Dec 7 2020

Cheeze_It added a comment to T915: MPLS Support.

@bbs2web, here's what I got...

Dec 7 2020, 5:43 PM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta
Cheeze_It added a comment to T915: MPLS Support.

@bbs2web, getting this one (https://downloads.vyos.io/rolling/current/amd64/vyos-1.3-rolling-202012070521-amd64.iso) and will troubleshoot...

Dec 7 2020, 5:35 PM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta
akvadrako added a comment to T3118: Support wireless drivers without monitor mode.

That's a little unclear to me. If the interface is defined but doesn't yet exist, then it needs to be created. A brief look at the code makes it seem like it always creates new interfaces with type=monitor.

Dec 7 2020, 5:30 PM · VyOS 1.5 Circinus, vyatta-wireless
c-po closed T3119: migrate "system ip" to get_config_dict() and provide smoketest as Resolved.
Dec 7 2020, 5:19 PM · VyOS 1.3 Equuleus (1.3.0)
c-po created T3119: migrate "system ip" to get_config_dict() and provide smoketest.
Dec 7 2020, 5:19 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T3118: Support wireless drivers without monitor mode.

I guess the best thing would be to not add this interface at all

Dec 7 2020, 5:19 PM · VyOS 1.5 Circinus, vyatta-wireless
akvadrako created T3118: Support wireless drivers without monitor mode.
Dec 7 2020, 1:44 PM · VyOS 1.5 Circinus, vyatta-wireless
efficiosoft added a comment to T3113: dhcp-server: Multiple domain-search values are escaped incorrectly.

Thanks for the quick fix!

Dec 7 2020, 12:52 PM
Matwolf created T3117: OpenVPN config migration errors upgrading from 1.3-rolling-202010280217 to 1.3-rolling-202012060217.
Dec 7 2020, 12:49 PM · VyOS 1.3 Equuleus (1.3.0)
syncer set the icon for VyOS 1.4 Sagitta to Experimental.
Dec 7 2020, 11:35 AM
syncer set the image for VyOS 1.4 Sagitta to F1109444: profile.
Dec 7 2020, 11:34 AM
jack9603301 added a comment to T3114: When the bridge member is a non-ethernet interface, setting VLAN-aware bridge parameters fails.

@primoz Delete the old one, create a new bridge after commit, and then commit. Can it work normally?

Dec 7 2020, 9:33 AM · VyOS 1.3 Equuleus (1.3.0)
primoz added a comment to T3114: When the bridge member is a non-ethernet interface, setting VLAN-aware bridge parameters fails.

it's an edit + delete/delete/delete ... no creation (at least in my edge case).

Dec 7 2020, 9:30 AM · VyOS 1.3 Equuleus (1.3.0)
sempervictus added a comment to T2884: Upstream Kernel Patches from Semper Victus Linux Hardened Tree.

Important note on this PR - in order to build the GCC plugins which perform most of the self-protection work, the Docker container needs gcc-8-plugin-dev installed. Otherwise it builds, but silently downgrades the configs dropping RANDSTRUCT/STACKLEAK silently.
Pulled RSBAC out for now (issues with building the rest while its in there but disabled), validated builds with and without the plugins package for GCC8.

Dec 7 2020, 6:37 AM · VyOS 1.5 Circinus
bbs2web added a comment to T915: MPLS Support.

Installed 1.3-rolling-202012060217 yesterday and the VLAN interfaces don't appear to get MPLS enabled. I essentially removed the following lines, which work as expected when present:

set system sysctl custom net.mpls.conf.eth0/11.input value '1'
set system sysctl custom net.mpls.conf.eth0/13.input value '1'
set system sysctl custom net.mpls.conf.eth0/14.input value '1'
Dec 7 2020, 6:07 AM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta
jack9603301 added a comment to T3114: When the bridge member is a non-ethernet interface, setting VLAN-aware bridge parameters fails.

@c-po Does the deletion of the bridge occur after the new bridge is created or before?

Dec 7 2020, 4:41 AM · VyOS 1.3 Equuleus (1.3.0)
sempervictus added a comment to T2884: Upstream Kernel Patches from Semper Victus Linux Hardened Tree.

Added an inert patch (disabled in Kconfig) for https://www.rsbac.org/ on 5.4. This can be used to significantly harden the restrictions intended by the CLI to limit users to specifically defined roles, same goes for applications/containers.
If adding container support to VyOS is still on the roadmap, we're going to want to take extra care to enforce the boundaries between them and the host since real world use cases are pretty much guaranteed to leave old vulnerable containers running on long-running network appliances making for a variable and worsening attack surface over time.
This isn't quite as integrated and doesnt provide nearly the coverage as what you get with grsec+pax, but a rough approximation of "role-based FS restrictions and runtime hardening" is now in the pull request along with the other stuff which seemed pertinent for upstream.

Dec 7 2020, 3:00 AM · VyOS 1.5 Circinus
sempervictus added a comment to T2884: Upstream Kernel Patches from Semper Victus Linux Hardened Tree.

Thank you sir. Worked through a clean build, updated patches, rebased, and pushed.

Dec 7 2020, 2:44 AM · VyOS 1.5 Circinus

Dec 6 2020

primoz added a comment to T3114: When the bridge member is a non-ethernet interface, setting VLAN-aware bridge parameters fails.

As it looks to me (but i'm not sure yet), the configuration system is fixing devices one by one and was trying to add port into new bridge before the old bridges were removed (and so ports were still in them). If this is the case ... not sure that there even exist an easy fix.

Dec 6 2020, 9:34 PM · VyOS 1.3 Equuleus (1.3.0)
c-po renamed T3100: Migrate DHCP/DHCPv6 server to get_config_dict() from Migrate DHCP server to get_config_dict() to Migrate DHCP/DHCPv6 server to get_config_dict().
Dec 6 2020, 8:06 PM · VyOS 1.3 Equuleus (1.3.0)
jack9603301 added a comment to T3089: Migrate port mirroring to vyos-1x and support two-way traffic mirroring.

OK, the latest PR can be tested. I just tested the basic functions and the effectiveness of the migration script. But I haven't submitted the PR of vyatta-cfg-system

Dec 6 2020, 5:55 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T3089: Migrate port mirroring to vyos-1x and support two-way traffic mirroring.

Okay, debugging with @jack9603301 showed that there was/is an issue. If you are running DHCP client on the interface which is using mirroring, this indeed becomes an issue as traffic is dropped until the session is re-established.

Dec 6 2020, 5:26 PM · VyOS 1.3 Equuleus (1.3.0)
jack9603301 added a comment to T3089: Migrate port mirroring to vyos-1x and support two-way traffic mirroring.

In the latest PR implementation, eth0 will shake at the moment when the eth0 configuration is changed, but it seems to be restored immediately

Dec 6 2020, 3:25 PM · VyOS 1.3 Equuleus (1.3.0)
jack9603301 added a comment to T3114: When the bridge member is a non-ethernet interface, setting VLAN-aware bridge parameters fails.

Do you have any good fixes?

Dec 6 2020, 2:20 PM · VyOS 1.3 Equuleus (1.3.0)
primoz added a comment to T3114: When the bridge member is a non-ethernet interface, setting VLAN-aware bridge parameters fails.

first delete original, commit, then new and final commit.

Dec 6 2020, 2:00 PM · VyOS 1.3 Equuleus (1.3.0)
jack9603301 added a comment to T3114: When the bridge member is a non-ethernet interface, setting VLAN-aware bridge parameters fails.

You mean, if you submit it in 2 steps and configure it separately, it works fine?

Dec 6 2020, 1:48 PM · VyOS 1.3 Equuleus (1.3.0)
primoz added a comment to T3114: When the bridge member is a non-ethernet interface, setting VLAN-aware bridge parameters fails.

For some reason ... nothing in logs:

Dec 6 2020, 1:45 PM · VyOS 1.3 Equuleus (1.3.0)
primoz added a comment to T3114: When the bridge member is a non-ethernet interface, setting VLAN-aware bridge parameters fails.

It works nicely with VXLANs ... no problems there. You can use it like this to get local port into vxlan (without this, vxlans become useless). I have problems with bond interface (everything else works). Debugging now.

Dec 6 2020, 1:32 PM · VyOS 1.3 Equuleus (1.3.0)
jack9603301 added a comment to T3089: Migrate port mirroring to vyos-1x and support two-way traffic mirroring.

In the test topology, the same situation was found in the mirror test of pppoe0

Dec 6 2020, 1:23 PM · VyOS 1.3 Equuleus (1.3.0)
jack9603301 added a comment to T3089: Migrate port mirroring to vyos-1x and support two-way traffic mirroring.

I am a little doubtful whether this is in design, and whether there will be a short-term up to down to up conversion when the interface is modified.

Dec 6 2020, 1:22 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T3089: Migrate port mirroring to vyos-1x and support two-way traffic mirroring.

Of course, restarting ping works, but all flows in transit will stop, this is not what you wan't on an edge device running 10GBit/s of traffic

Dec 6 2020, 1:20 PM · VyOS 1.3 Equuleus (1.3.0)
jack9603301 added a comment to T3089: Migrate port mirroring to vyos-1x and support two-way traffic mirroring.

Can I restart ping? Can be restored after restart

Dec 6 2020, 1:16 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T3089: Migrate port mirroring to vyos-1x and support two-way traffic mirroring.

Running VyOS 1.3-rolling-202012060217 immediately when I enable port mirroring all sessions are dropped on this link.

Dec 6 2020, 1:07 PM · VyOS 1.3 Equuleus (1.3.0)
jack9603301 added a comment to T3114: When the bridge member is a non-ethernet interface, setting VLAN-aware bridge parameters fails.

Please only allow native-vlan and allowed-vlan for ethernet and bond type of interfaces for the time beeing

Dec 6 2020, 1:07 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T3114: When the bridge member is a non-ethernet interface, setting VLAN-aware bridge parameters fails.

Please only allow native-vlan and allowed-vlan for ethernet and bond type of interfaces for the time beeing

Dec 6 2020, 1:04 PM · VyOS 1.3 Equuleus (1.3.0)
jack9603301 added a comment to T3114: When the bridge member is a non-ethernet interface, setting VLAN-aware bridge parameters fails.

Logically speaking, any interface that can be added as a member interface when setting the bridge interface should be fine. bridge vlan applies to any member interface, but I don’t know why it is sometimes possible and sometimes not. I need More information to determine the problem (since there is a situation that can be set successfully, and no abnormality is reported, then the setting should be successful, WLAN is not working because the WLAN bridge is set by hostapd)

Dec 6 2020, 1:02 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T3114: When the bridge member is a non-ethernet interface, setting VLAN-aware bridge parameters fails.

I wonder if this configuration should be possible at all. In my opinion native-vlan and allowed-vlan should be supported only on bond and ethernet interface types

Dec 6 2020, 12:58 PM · VyOS 1.3 Equuleus (1.3.0)
c-po changed the status of T2562: VyOS can't be used as a DHCP server for a DHCP relay, a subtask of T3100: Migrate DHCP/DHCPv6 server to get_config_dict(), from Open to In progress.
Dec 6 2020, 12:58 PM · VyOS 1.3 Equuleus (1.3.0)
c-po changed the status of T2562: VyOS can't be used as a DHCP server for a DHCP relay from Open to In progress.
Dec 6 2020, 12:58 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T2562: VyOS can't be used as a DHCP server for a DHCP relay.

Taking the following configuration as a pool serving relays:

Dec 6 2020, 12:25 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T3113: dhcp-server: Multiple domain-search values are escaped incorrectly as Resolved.
Dec 6 2020, 11:04 AM
c-po changed the status of T3113: dhcp-server: Multiple domain-search values are escaped incorrectly from Open to In progress.
Dec 6 2020, 10:46 AM
Cheeze_It added a comment to T915: MPLS Support.

Put in a new PR to enable LDP local label allocation control.

Dec 6 2020, 7:24 AM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta
jack9603301 added a comment to T3114: When the bridge member is a non-ethernet interface, setting VLAN-aware bridge parameters fails.

I don't know what you mean?

Dec 6 2020, 3:24 AM · VyOS 1.3 Equuleus (1.3.0)

Dec 5 2020

c-po assigned T3114: When the bridge member is a non-ethernet interface, setting VLAN-aware bridge parameters fails to jack9603301.
Dec 5 2020, 9:22 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T2996: Checking digital signature failed on downgrade from rolling to stable..

Disable downgrades in general is a bad idea. We still can leave the user with a broken config on downgrade but prevent it is bad. Imagine a very simple config, that would be downgradable.

Dec 5 2020, 4:35 PM · VyOS 1.3 Equuleus (1.3.5)
Unknown Object (User) closed T2744: igmp-proxy issue: Address already in use as Resolved.

successfully tested on the self-build image from crux branch and the latest rolling image

Dec 5 2020, 1:41 PM · VyOS 1.3 Equuleus (1.3.0)
jack9603301 triaged T3116: Support back-end L4 level load balancing as Wishlist priority.
Dec 5 2020, 12:45 PM · VyOS 1.4 Sagitta
jack9603301 created T3116: Support back-end L4 level load balancing.
Dec 5 2020, 12:44 PM · VyOS 1.4 Sagitta
jack9603301 added a comment to T3115: Add support for firewall on L3 VIF bridge interface.

Before that, should we consider completely migrating the vyos firewall implementation?

Dec 5 2020, 12:28 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
primoz created T3115: Add support for firewall on L3 VIF bridge interface.
Dec 5 2020, 12:08 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
primoz created T3114: When the bridge member is a non-ethernet interface, setting VLAN-aware bridge parameters fails.
Dec 5 2020, 11:49 AM · VyOS 1.3 Equuleus (1.3.0)
efficiosoft updated the task description for T3113: dhcp-server: Multiple domain-search values are escaped incorrectly.
Dec 5 2020, 10:55 AM
efficiosoft triaged T3113: dhcp-server: Multiple domain-search values are escaped incorrectly as Normal priority.
Dec 5 2020, 10:53 AM
jack9603301 added a comment to T3089: Migrate port mirroring to vyos-1x and support two-way traffic mirroring.

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

Dec 5 2020, 8:36 AM · VyOS 1.3 Equuleus (1.3.0)

Dec 4 2020

c-po claimed T2562: VyOS can't be used as a DHCP server for a DHCP relay.
Dec 4 2020, 5:49 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T3100: Migrate DHCP/DHCPv6 server to get_config_dict() as Resolved.
Dec 4 2020, 5:48 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T3112: PPPoE IPv6: remove "enable" node as Resolved.
Dec 4 2020, 1:18 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T3112: PPPoE IPv6: remove "enable" node, a subtask of T2653: "set interfaces" Python handler code improvements - next iteration, as Resolved.
Dec 4 2020, 1:18 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T3112: PPPoE IPv6: remove "enable" node.

yes, specifying "ipv6" has the same effect as "ipv6 enable"

Dec 4 2020, 1:18 PM · VyOS 1.3 Equuleus (1.3.0)
jack9603301 added a comment to T3112: PPPoE IPv6: remove "enable" node.

Do I only need to execute the following commands when I want to start ipv6?

Dec 4 2020, 12:42 PM · VyOS 1.3 Equuleus (1.3.0)
c-po triaged T3112: PPPoE IPv6: remove "enable" node as Wishlist priority.
Dec 4 2020, 12:15 PM · VyOS 1.3 Equuleus (1.3.0)
c-po claimed T3112: PPPoE IPv6: remove "enable" node.
Dec 4 2020, 12:15 PM · VyOS 1.3 Equuleus (1.3.0)
c-po created T3112: PPPoE IPv6: remove "enable" node.
Dec 4 2020, 12:15 PM · VyOS 1.3 Equuleus (1.3.0)
SrividyaA claimed T3111: Modifying the permissions of /etc/ppp/chap-secrets.
Dec 4 2020, 12:08 PM · VyOS 1.2 Crux
SrividyaA created T3111: Modifying the permissions of /etc/ppp/chap-secrets.
Dec 4 2020, 12:07 PM · VyOS 1.2 Crux
Viacheslav added a comment to T2996: Checking digital signature failed on downgrade from rolling to stable..

Not sure that it makes sense to downgrade the image from 1.3 to 1.2.
Because there are also no migration "downgrade" scripts.
I propose to add an additional check and disable downgrade images for "add system image".

Dec 4 2020, 9:42 AM · VyOS 1.3 Equuleus (1.3.5)
Viacheslav added a comment to T3020: The "scp" example is wrong in the bash-completion for "set system config-management commit-archive location".

Still old format for completion help

Dec 4 2020, 9:25 AM · VyOS 1.3 Equuleus (1.3.5)
Viacheslav created T3110: Broken pipe in show interfaces.
Dec 4 2020, 8:31 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav closed T3108: Section config overlapped match with FRRConfig as Resolved.
Dec 4 2020, 7:36 AM · VyOS 1.3 Equuleus (1.3.0)
dmbaturin created T3109: Add a disable option to the WAN load balancing rules.
Dec 4 2020, 1:03 AM · VyOS 1.5 Circinus

Dec 3 2020

runar added a comment to T3108: Section config overlapped match with FRRConfig.

To clarify the fault here. the smoketest is looking for the word "Config()" inside all conf_mode scripts without taking into account that this could be part of another name. the patch above modifies the behavior to not mat when a alpha-character is in front of the C in Config.
full regex: [^a-ZA-Z]Config\(\)

Dec 3 2020, 8:01 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T3108: Section config overlapped match with FRRConfig.

PR https://github.com/vyos/vyos-1x/pull/632
fix regex in smoketest.

Dec 3 2020, 7:07 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T3105: static-host-mapping writing in one line as Resolved.
Dec 3 2020, 5:45 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav created T3108: Section config overlapped match with FRRConfig.
Dec 3 2020, 4:49 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T3104: LLDP Traceback error as Resolved.
Dec 3 2020, 12:22 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) updated subscribers of T3104: LLDP Traceback error.

Thanks, @c-po , works as expected.

vyos@vyos:~$ show  lldp neighbors 
Capability Codes: R - Router, B - Bridge, W - Wlan r - Repeater, S - Station
                  D - Docsis, T - Telephone, O - Other
Dec 3 2020, 11:58 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T1316: Support for IS-IS .

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

Dec 3 2020, 7:35 AM · VyOS 1.3 Equuleus (1.3.0)
c-po changed the status of T3105: static-host-mapping writing in one line from Open to Needs testing.
Dec 3 2020, 6:59 AM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T3107: Update Linux Kernel to v4.19.161 as Resolved.
Dec 3 2020, 6:57 AM · VyOS 1.3 Equuleus (1.3.0)
c-po created T3107: Update Linux Kernel to v4.19.161.
Dec 3 2020, 6:49 AM · VyOS 1.3 Equuleus (1.3.0)
c-po claimed T3105: static-host-mapping writing in one line.
Dec 3 2020, 4:49 AM · VyOS 1.3 Equuleus (1.3.0)

Dec 2 2020

c-po changed the status of T3104: LLDP Traceback error from Confirmed to Needs testing.
Dec 2 2020, 7:01 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T3106: 802.11ax support.

Calculating setting is always the smartest idea. I also have a WIFI6 NIC with me, the problem is it is not supported by Linux 4.19. which we currently are forced to use.

Dec 2 2020, 6:15 PM · VyOS 1.5 Circinus
Unknown Object (User) added a comment to T3104: LLDP Traceback error.

It seems related to this patch https://github.com/vyos/vyos-1x/commit/b39d623170377b2e99fd7e88b627afea71e4d00c#diff-e4557e4a7b41f0e9328ac0e7d7c0305416f0f1e42d46af27c2135ca976434fce
Appears only if you have 2 or more lldp neighbors.

Dec 2 2020, 1:39 PM · VyOS 1.3 Equuleus (1.3.0)
thadrumr added a comment to T3104: LLDP Traceback error.

Cool let me know if you still need my config

Dec 2 2020, 1:28 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) changed the status of T3104: LLDP Traceback error from Open to Confirmed.

Ok, with cisco device and added vif 1 I can reproduce this issue

vyos@vyos# run show lldp neighbors 
Traceback (most recent call last):
  File "/usr/libexec/vyos/op_mode/lldp_op.py", line 121, in <module>
    config_text = tmpl.render(parse_data(neighbors))
  File "/usr/libexec/vyos/op_mode/lldp_op.py", line 50, in parse_data
    for local_if, values in data.items():
AttributeError: 'list' object has no attribute 'items'
Dec 2 2020, 1:22 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) added a comment to T3104: LLDP Traceback error.

I still can't reproduce this issue.

vyos@vyos:~$ show configuration commands | match lldp
set service lldp interface eth1
set service lldp legacy-protocols cdp
set service lldp management-address '192.168.255.31'
set service lldp snmp enable
vyos@vyos:~$ show lldp neighbors 
Capability Codes: R - Router, B - Bridge, W - Wlan r - Repeater, S - Station
                  D - Docsis, T - Telephone, O - Other
Dec 2 2020, 12:54 PM · VyOS 1.3 Equuleus (1.3.0)
thadrumr added a comment to T3104: LLDP Traceback error.

It looks like the issue is CDP. If I remove the CDP piece of the config then it works.

Dec 2 2020, 12:53 PM · VyOS 1.3 Equuleus (1.3.0)
thadrumr added a comment to T3104: LLDP Traceback error.

I just upgraded to the absolute latest rolling release that came out early this morning and it has the same issue.

Dec 2 2020, 12:49 PM · VyOS 1.3 Equuleus (1.3.0)
jack9603301 added a comment to T3106: 802.11ax support.

As far as I know, you only need to work in the vyos-1x repo

Dec 2 2020, 12:43 PM · VyOS 1.5 Circinus
thadrumr added a comment to T3104: LLDP Traceback error.

I just tried the show lldp neighbors again and it doesn't work but sudo lldpcli show neighbors works

Dec 2 2020, 12:34 PM · VyOS 1.3 Equuleus (1.3.0)
thadrumr added a comment to T3104: LLDP Traceback error.

mlaney@vyos:~$ sudo lldpcli show neighbors

LLDP neighbors:

Interface: eth1, via: CDPv2, RID: 1, Time: 0 day, 08:19:01

Chassis:     
  ChassisID:    local Cisco-Sw1.local
  SysName:      Cisco-Sw1.local
  SysDescr:     cisco WS-C2960S-48LPS-L running on
                Cisco IOS Software, C2960S Software (C2960S-UNIVERSALK9-M), Version 15.2(2)E9, RELEASE SOFTWARE (fc4)
                Technical Support: http://www.cisco.com/techsupport
                Copyright (c) 1986-2018 by Cisco Systems, Inc.
                Compiled Sat 08-Sep-18 14:56 by prod_rel_team
  MgmtIP:       10.22.87.254
  Capability:   Bridge, on
Port:        
  PortID:       ifname GigabitEthernet1/0/9
  PortDescr:    GigabitEthernet1/0/9
  TTL:          180

Interface: eth1, via: CDPv2, RID: 1, Time: 0 day, 08:18:47

Chassis:     
  ChassisID:    local Cisco-Sw1.local
  SysName:      Cisco-Sw1.local
  SysDescr:     cisco WS-C2960S-48LPS-L running on
                Cisco IOS Software, C2960S Software (C2960S-UNIVERSALK9-M), Version 15.2(2)E9, RELEASE SOFTWARE (fc4)
                Technical Support: http://www.cisco.com/techsupport
                Copyright (c) 1986-2018 by Cisco Systems, Inc.
                Compiled Sat 08-Sep-18 14:56 by prod_rel_team
Dec 2 2020, 12:33 PM · VyOS 1.3 Equuleus (1.3.0)
thadrumr added a comment to T3104: LLDP Traceback error.

Here is my lldp config. ETH0 is WAN ETH1 is lan that is why only eth1 has lldp enabled.

Dec 2 2020, 12:31 PM · VyOS 1.3 Equuleus (1.3.0)
akvadrako created T3106: 802.11ax support.
Dec 2 2020, 12:31 PM · VyOS 1.5 Circinus
Viacheslav added a comment to T3105: static-host-mapping writing in one line.

maybe it happened after that commit https://github.com/vyos/vyos-1x/commit/c87ad948999c28c3c9449f98d60b545481ea29d5
because it was work in VyOS 1.3-rolling-202011250217

Dec 2 2020, 11:30 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav updated the task description for T3105: static-host-mapping writing in one line.
Dec 2 2020, 10:20 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav created T3105: static-host-mapping writing in one line.
Dec 2 2020, 10:18 AM · VyOS 1.3 Equuleus (1.3.0)
jack9603301 added a comment to T973: Create Prometheus Exporter for VyOS .

Hi, guys, I found an interesting script in frrouter's github repo. In fact, this is purely because someone wrote a script and submitted the following bug report:

Dec 2 2020, 9:48 AM · VyOS 1.5 Circinus
Unknown Object (User) added a comment to T3104: LLDP Traceback error.

@thadrumr please provide your lldp configuration. show configuration commands | match lldp
I can't reproduce this issue in lab with the latest rolling. Provide please detailed reproducing steps, also will be helpful to get an output

sudo lldpcli show neighbors
Dec 2 2020, 7:20 AM · VyOS 1.3 Equuleus (1.3.0)