Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
If you specify NETTYPE=o2ib the "o2ib0" is used always. There is no way to use "o2ib1" for testing. The issue is in h2o2ib() function which hard code this name.
h2o2ib() {
h2name_or_ip "$1" "o2ib"
}
declare -fx h2o2ib