merge r137850 from trunk: fix incorrect use of 'array get' to 'array names' in action_search
--- branches/release_2_3/base/src/port/port.tcl 2015-09-30 06:25:11 UTC (rev 140687)
+++ branches/release_2_3/base/src/port/port.tcl 2015-09-30 06:26:04 UTC (rev 140688)
@@ -3666,7 +3666,7 @@
set res {}
set portfound 0
- foreach { opt } [array get filters] {
+ foreach { opt } [array names filters] {
# Map from friendly name
set opt [map_friendly_field_names $opt]