mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
lldpd: remove unneeded quotes
from commit3ce909914a
Tested on 22.03.5 Signed-off-by: Paul Donald <newtwen@gmail.com> (cherry picked from commit82ec853284
) Link: https://github.com/openwrt/openwrt/pull/15299 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
4446346fdd
commit
50135a03a6
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user