[openwrt/openwrt] lldpd: remove unneeded quotes
LEDE Commits
lede-commits at lists.infradead.org
Tue Sep 17 03:36:35 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/50135a03a614182c75a51643c365a06e31fa1e8e
commit 50135a03a614182c75a51643c365a06e31fa1e8e
Author: Paul Donald <newtwen at gmail.com>
AuthorDate: Thu Feb 8 21:31:29 2024 +0100
lldpd: remove unneeded quotes
from commit 3ce909914a12647bec52bcee0a162dd6d158a4f6
Tested on 22.03.5
Signed-off-by: Paul Donald <newtwen at gmail.com>
(cherry picked from commit 82ec853284e44fb85ad702879d18857bd566c7db)
Link: https://github.com/openwrt/openwrt/pull/15299
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
package/network/services/lldpd/files/lldpd.init | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/network/services/lldpd/files/lldpd.init b/package/network/services/lldpd/files/lldpd.init
index 47354f3c4e..6af15691e7 100644
--- a/package/network/services/lldpd/files/lldpd.init
+++ b/package/network/services/lldpd/files/lldpd.init
@@ -150,7 +150,7 @@ write_lldpd_conf()
if [ $lldpmed_fast_start_tx_interval -gt 0 ]; then
echo "configure med fast-start tx-interval $lldpmed_fast_start_tx_interval" >> "$LLDPD_CONF"
else
- echo "configure med fast-start" "enable" >> "$LLDPD_CONF"
+ echo "configure med fast-start enable" >> "$LLDPD_CONF"
fi
fi
[ -n "$lldp_agenttype" ] && echo "configure lldp agent-type" "\"$lldp_agenttype\"" >> "$LLDPD_CONF"
More information about the lede-commits
mailing list