lldpd: remove unneeded quotes
authorPaul Donald <newtwen@gmail.com>
Thu, 8 Feb 2024 20:31:29 +0000 (21:31 +0100)
committerRobert Marko <robimarko@gmail.com>
Tue, 17 Sep 2024 10:36:03 +0000 (12:36 +0200)
from commit 3ce909914a12647bec52bcee0a162dd6d158a4f6

Tested on 22.03.5

Signed-off-by: Paul Donald <newtwen@gmail.com>
(cherry picked from commit 82ec853284e44fb85ad702879d18857bd566c7db)
Link: https://github.com/openwrt/openwrt/pull/15299
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/network/services/lldpd/files/lldpd.init

index 47354f3c4e0b21fccaccb4ff5fc279505d1bb08c..6af15691e7ea1ee68e3eeb3202aea5a015dbf966 100644 (file)
@@ -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"