LLDP seems to be running even if its disabled on all interfaces?

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?

Using version VyOS 1.4-rolling-202306290317

Could you create a bug report? https://vyos.dev/

Done!

https://vyos.dev/T5373

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.