Skip to content
Snippets Groups Projects
Commit dd5a12c5 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

dropbear: fix interface config setting

Patch from #15070

SVN-Revision: 40298
parent ad52658b
No related branches found
No related tags found
No related merge requests found
...@@ -72,8 +72,8 @@ dropbear_instance() ...@@ -72,8 +72,8 @@ dropbear_instance()
[ -n "${rsakeyfile}" ] && procd_append_param command -r "${rsakeyfile}" [ -n "${rsakeyfile}" ] && procd_append_param command -r "${rsakeyfile}"
[ -n "${dsskeyfile}" ] && procd_append_param command -d "${dsskeyfile}" [ -n "${dsskeyfile}" ] && procd_append_param command -d "${dsskeyfile}"
[ -n "${BannerFile}" ] && procd_append_param command -b "${BannerFile}" [ -n "${BannerFile}" ] && procd_append_param command -b "${BannerFile}"
[ -n "${interface}" ] && network_get_device interface "${interface}" [ -n "${Interface}" ] && network_get_device Interface "${Interface}"
append_ports "${interface}" "${Port}" append_ports "${Interface}" "${Port}"
procd_close_instance procd_close_instance
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment