mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 19:58:03 +00:00
firemod: fix array refs
This commit is contained in:
@@ -92,7 +92,7 @@ $0 [ --action {
|
|||||||
[--cx_endps {endp1},{endp2}]
|
[--cx_endps {endp1},{endp2}]
|
||||||
[--endp_cmd {generic-endp-command}]
|
[--endp_cmd {generic-endp-command}]
|
||||||
[--endp_name {name}]
|
[--endp_name {name}]
|
||||||
[--endp_type { ".join(' | ', @::known_endp_types)." }]
|
[--endp_type { ".join(' | ', @{::known_endp_types})." }]
|
||||||
[--endp_vals {key,key,key,key}]
|
[--endp_vals {key,key,key,key}]
|
||||||
# show_endp output can be narrowed with key-value arguments
|
# show_endp output can be narrowed with key-value arguments
|
||||||
# Examples:
|
# Examples:
|
||||||
@@ -119,7 +119,7 @@ $0 [ --action {
|
|||||||
[--stats_from_file {file-name}]
|
[--stats_from_file {file-name}]
|
||||||
# Read 'show-endp' ouput from a file instead of direct query from LANforge.
|
# Read 'show-endp' ouput from a file instead of direct query from LANforge.
|
||||||
# This can save a lot of time if we already have the output available.
|
# This can save a lot of time if we already have the output available.
|
||||||
[--tos { ".join(' | ', @::known_tos)." },{priority}]
|
[--tos { ".join(' | ', @{::known_tos})." },{priority}]
|
||||||
[--use_csums {yes | no, should we checksum the payload}]
|
[--use_csums {yes | no, should we checksum the payload}]
|
||||||
[--log_cli {1|filename}]
|
[--log_cli {1|filename}]
|
||||||
[--test_mgr {default_tm|all|other-tm-name}]
|
[--test_mgr {default_tm|all|other-tm-name}]
|
||||||
|
|||||||
Reference in New Issue
Block a user