From d338d46befb74397e2a4f1d1a94c61bb502c83b2 Mon Sep 17 00:00:00 2001 From: Jed Reynolds Date: Mon, 17 Feb 2020 16:25:29 -0800 Subject: [PATCH] firemod: fix array refs --- lf_firemod.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lf_firemod.pl b/lf_firemod.pl index a6b2e465..e465e184 100755 --- a/lf_firemod.pl +++ b/lf_firemod.pl @@ -92,7 +92,7 @@ $0 [ --action { [--cx_endps {endp1},{endp2}] [--endp_cmd {generic-endp-command}] [--endp_name {name}] - [--endp_type { ".join(' | ', @::known_endp_types)." }] + [--endp_type { ".join(' | ', @{::known_endp_types})." }] [--endp_vals {key,key,key,key}] # show_endp output can be narrowed with key-value arguments # Examples: @@ -119,7 +119,7 @@ $0 [ --action { [--stats_from_file {file-name}] # 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. - [--tos { ".join(' | ', @::known_tos)." },{priority}] + [--tos { ".join(' | ', @{::known_tos})." },{priority}] [--use_csums {yes | no, should we checksum the payload}] [--log_cli {1|filename}] [--test_mgr {default_tm|all|other-tm-name}]