[openwrt/openwrt] lldpd: remove unneeded quotes

LEDE Commits lede-commits at lists.infradead.org
Mon Mar 11 01:58:29 PDT 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/82ec853284e44fb85ad702879d18857bd566c7db

commit 82ec853284e44fb85ad702879d18857bd566c7db
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>
---
 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