[PATCH 1/2] lldpd: do not start lldpd on the loopback device
John Crispin
john at phrozen.org
Fri Dec 11 02:05:10 EST 2020
Starting lldpd on 'lo' makes no sense. We know that we are the only one on
that device.
Signed-off-by: John Crispin <john at phrozen.org>
---
package/network/services/lldpd/files/lldpd.config | 1 -
1 file changed, 1 deletion(-)
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"
--
2.25.1
More information about the openwrt-devel
mailing list