lldpd: spell fixes
Supplementary fix for PR #14193
Tested on 22.03.5
Signed-off-by: Paul Donald <newtwen@gmail.com>
(cherry picked from commit 1909b6f883)
Link: https://github.com/openwrt/openwrt/pull/15299
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
committed by
Robert Marko
parent
1d14e0abfc
commit
c0217ef8f8
@@ -261,7 +261,7 @@ start_service() {
|
|||||||
|
|
||||||
if [ "$CONFIG_LLDPD_WITH_FDP" == "y" ] && [ $enable_fdp -gt 0 ]; then
|
if [ "$CONFIG_LLDPD_WITH_FDP" == "y" ] && [ $enable_fdp -gt 0 ]; then
|
||||||
if [ $force_fdp -gt 0 ]; then
|
if [ $force_fdp -gt 0 ]; then
|
||||||
# FDP enbled and forced
|
# FDP enabled and forced
|
||||||
procd_append_param command '-ff'
|
procd_append_param command '-ff'
|
||||||
else
|
else
|
||||||
# FDP enabled
|
# FDP enabled
|
||||||
@@ -281,10 +281,10 @@ start_service() {
|
|||||||
|
|
||||||
if [ "$CONFIG_LLDPD_WITH_EDP" == "y" ] && [ $enable_edp -gt 0 ]; then
|
if [ "$CONFIG_LLDPD_WITH_EDP" == "y" ] && [ $enable_edp -gt 0 ]; then
|
||||||
if [ $force_edp -gt 0 ]; then
|
if [ $force_edp -gt 0 ]; then
|
||||||
# EDP enbled and forced
|
# EDP enabled and forced
|
||||||
procd_append_param command '-ee'
|
procd_append_param command '-ee'
|
||||||
else
|
else
|
||||||
# EDP enbled
|
# EDP enabled
|
||||||
procd_append_param command '-e'
|
procd_append_param command '-e'
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user