projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20a4ddd
)
lldpd: remove unneeded quotes
author
Paul Donald
<newtwen@gmail.com>
Thu, 8 Feb 2024 20:31:29 +0000
(21:31 +0100)
committer
Robert Marko
<robimarko@gmail.com>
Mon, 11 Mar 2024 08:58:20 +0000
(09:58 +0100)
from commit
3ce909914a12647bec52bcee0a162dd6d158a4f6
Tested on 22.03.5
Signed-off-by: Paul Donald <newtwen@gmail.com>
package/network/services/lldpd/files/lldpd.init
patch
|
blob
|
history
diff --git
a/package/network/services/lldpd/files/lldpd.init
b/package/network/services/lldpd/files/lldpd.init
index 47354f3c4e0b21fccaccb4ff5fc279505d1bb08c..6af15691e7ea1ee68e3eeb3202aea5a015dbf966 100644
(file)
--- 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"