diff mbox series

[1/2] lldpd: do not start lldpd on the loopback device

Message ID 20201211070511.3515348-1-john@phrozen.org
State Under Review
Delegated to: John Crispin
Headers show
Series [1/2] lldpd: do not start lldpd on the loopback device | expand

Commit Message

John Crispin Dec. 11, 2020, 7:05 a.m. UTC
Starting lldpd on 'lo' makes no sense. We know that we are the only one on
that device.

Signed-off-by: John Crispin <john@phrozen.org>
---
 package/network/services/lldpd/files/lldpd.config | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/package/network/services/lldpd/files/lldpd.config b/package/network/services/lldpd/files/lldpd.config
index 5e7c51ba7e..6a4b3e3dfa 100644
--- a/package/network/services/lldpd/files/lldpd.config
+++ b/package/network/services/lldpd/files/lldpd.config
@@ -16,5 +16,4 @@  config lldpd config
 	#option lldp_mgmt_ip "!192.168.1.1"
 
 	# interfaces to listen on
-	list interface "loopback"
 	list interface "lan"