|
|
@ -49,7 +49,6 @@ start_instance() { |
|
|
|
append_bool "$cfg" raw "--raw" |
|
|
|
append_bool "$cfg" net "--net" |
|
|
|
append_bool "$cfg" modeac "--modeac" |
|
|
|
append_bool "$cfg" net_beast "--net-beast" |
|
|
|
append_bool "$cfg" net_only "--net-only" |
|
|
|
append_arg "$cfg" net_bind_address "--net-bind-address" |
|
|
|
append_arg "$cfg" net_http_port "--net-http-port" |
|
|
@ -58,7 +57,6 @@ start_instance() { |
|
|
|
append_arg "$cfg" net_sbs_port "--net-sbs-port" |
|
|
|
append_arg "$cfg" net_bi_port "--net-bi-port" |
|
|
|
append_arg "$cfg" net_bo_port "--net-bo-port" |
|
|
|
append_arg "$cfg" net_fatsv_port "net-fatsv-port" |
|
|
|
append_arg "$cfg" net_ro_size "--net-ro-size" |
|
|
|
append_arg "$cfg" net_ro_interval "--net-ro-interval" |
|
|
|
append_arg "$cfg" net_heartbeat "--net-heartbeat" |
|
|
@ -72,13 +70,13 @@ start_instance() { |
|
|
|
append_bool "$cfg" no_fix "--no-fix" |
|
|
|
append_bool "$cfg" no_crc_check "--no-crc-check" |
|
|
|
append_bool "$cfg" phase_enhance "--phase-enhance" |
|
|
|
append_bool "$cfg" aggressive "--aggressive" |
|
|
|
append_bool "$cfg" mlat "--mlat" |
|
|
|
append_bool "$cfg" stats "--stats" |
|
|
|
append_bool "$cfg" stats_range "--stats-range" |
|
|
|
append_arg "$cfg" stats_every "--stats-every" |
|
|
|
append_bool "$cfg" onlyaddr "--onlyaddr" |
|
|
|
append_bool "$cfg" metric "--metric" |
|
|
|
append_bool "$cfg" hae "--hae" |
|
|
|
append_arg "$cfg" snip "--snip" |
|
|
|
append_arg "$cfg" debug "--debug" |
|
|
|
append_arg "$cfg" ppm "--ppm" |
|
|
|