aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/lldpd/files
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/services/lldpd/files')
-rw-r--r--package/network/services/lldpd/files/lldpd.init5
1 files changed, 0 insertions, 5 deletions
diff --git a/package/network/services/lldpd/files/lldpd.init b/package/network/services/lldpd/files/lldpd.init
index 40f2611625..4b49cbd520 100644
--- a/package/network/services/lldpd/files/lldpd.init
+++ b/package/network/services/lldpd/files/lldpd.init
@@ -60,11 +60,6 @@ start() {
service_start /usr/sbin/lldpd $args \
${lldp_class:+ -M $lldp_class} \
${lldp_description:+ -S "$lldp_description"}
-
- [ -n "$lldp_location" ] && {
- sleep 1
- /usr/sbin/lldpctl -L "$lldp_location" > /dev/null 2>&1
- }
}
stop() {