mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 19:58:03 +00:00
fixes probe_flags field
This commit is contained in:
@@ -100,7 +100,7 @@ for my $rh_target (@destroy_me) {
|
|||||||
usleep (15000);
|
usleep (15000);
|
||||||
}
|
}
|
||||||
my $rh_update = {
|
my $rh_update = {
|
||||||
'shelf'=>1, 'resource'=>3, 'port'=>'all', 'flags'=>'0x1'
|
'shelf'=>1, 'resource'=>3, 'port'=>'all', 'probe_flags'=>'0x1'
|
||||||
};
|
};
|
||||||
logg("\nRefreshing: ");
|
logg("\nRefreshing: ");
|
||||||
my $rh_response = json_post("/cli-json/nc_show_ports", $rh_update);
|
my $rh_response = json_post("/cli-json/nc_show_ports", $rh_update);
|
||||||
|
|||||||
Reference in New Issue
Block a user