fixes probe_flags field

This commit is contained in:
Jed Reynolds
2018-09-28 16:34:37 -07:00
parent 13c28f0e8e
commit 559580b9af

View File

@@ -100,7 +100,7 @@ for my $rh_target (@destroy_me) {
usleep (15000);
}
my $rh_update = {
'shelf'=>1, 'resource'=>3, 'port'=>'all', 'flags'=>'0x1'
'shelf'=>1, 'resource'=>3, 'port'=>'all', 'probe_flags'=>'0x1'
};
logg("\nRefreshing: ");
my $rh_response = json_post("/cli-json/nc_show_ports", $rh_update);