mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
iup: dhcp_option_relay: do not output to console
This commit is contained in:
parent
2e769a153c
commit
3b1fd5d4b5
2 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ newsectionid="0"
|
|||
function parse_the_json()
|
||||
{
|
||||
local the_json="$@"
|
||||
|
||||
|
||||
json_load "$the_json"
|
||||
json_get_var interface interface
|
||||
json_get_var opt224 privopt224
|
||||
|
|
|
|||
|
|
@ -386,7 +386,7 @@ parse_dhcp_options()
|
|||
local the_json="$@"
|
||||
|
||||
# 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 #
|
||||
local privopt224 privopt225 privopt226 vendorspecinf httpurl128
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue