iup: dhcp_option_relay: do not output to console

This commit is contained in:
Ionuț-Alex Oprea 2018-04-17 16:18:18 +02:00
parent 2e769a153c
commit 3b1fd5d4b5
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ newsectionid="0"
function parse_the_json() function parse_the_json()
{ {
local the_json="$@" local the_json="$@"
json_load "$the_json" json_load "$the_json"
json_get_var interface interface json_get_var interface interface
json_get_var opt224 privopt224 json_get_var opt224 privopt224

View file

@ -386,7 +386,7 @@ parse_dhcp_options()
local the_json="$@" local the_json="$@"
# process the dhcp_option_relay sections # process the dhcp_option_relay sections
dhcp_option_relay_parse "$the_json" >/dev/console dhcp_option_relay_parse "$the_json"
# Process IUP related DHCP options # # Process IUP related DHCP options #
local privopt224 privopt225 privopt226 vendorspecinf httpurl128 local privopt224 privopt225 privopt226 vendorspecinf httpurl128