Page MenuHomeVyOS Platform

LLDP seems to be running even if its disabled on all interfaces
Closed, ResolvedPublicBUG

Description

Using "monitor traffic interface eth1" I see this every now and then:

23:52:39.144007 LLDP, length 231: vyos
23:52:39.144483 LLDP, length 231: vyos
23:52:39.144497 LLDP, length 231: vyos

However I think this shouldnt exist since I have this configured regarding lldp:

lldp {
    interface all {
        disable
    }
    interface eth0 {
        disable
    }
    interface eth1 {
        disable
    }
    interface eth2 {
        disable
    }
    interface eth3 {
        disable
    }
    interface lo {
        disable
    }
}

Or am I missing something here?

Details

Difficulty level
Unknown (require assessment)
Version
VyOS 1.4-rolling-202306290317
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)