Searched refs:PrefixLength (Results 1 – 10 of 10) sorted by relevance
| /openbmc/bmcweb/redfish-core/include/generated/enums/ |
| H A D | ip_addresses.hpp | 30 enum class PrefixLength{ enum 62 NLOHMANN_JSON_SERIALIZE_ENUM(PrefixLength, { 63 {PrefixLength::Invalid, "Invalid"},
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | bmc_ipv6_utils.robot | 179 ... PrefixLength=${prefix_length} 216 Verify IPv6 And PrefixLength ${ipv6_addr2} ${prefix_len} 218 Verify IPv6 And PrefixLength ${ipv6_addr1} ${prefix_len} 343 # "PrefixLength": xx 351 # "PrefixLength": xxx 378 Verify IPv6 And PrefixLength 384 # prefix_len PrefixLength value to be verified. 467 ... Address=${new_ipv6} PrefixLength=${prefix_length} 475 # "PrefixLength": 128 480 # "PrefixLength" [all...] |
| /openbmc/phosphor-webui/app/configuration/controllers/ |
| H A D | network-controller.js | 50 {Address: '', PrefixLength: '', Gateway: ''}); property in AnonymousClass0e28d7400301 118 if (!$scope.interface.ipv4.values[i].PrefixLength) { 242 $scope.interface.ipv4.values[index].PrefixLength, 265 $scope.interface.ipv4.values[index].PrefixLength,
|
| /openbmc/webui-vue/src/views/Settings/Network/ |
| H A D | TableIpv6.vue | 144 key: 'PrefixLength', 221 PrefixLength: ipv6.PrefixLength, 241 const { Address, PrefixLength } = ipv6; 244 PrefixLength,
|
| H A D | ModalIpv6.vue | 136 PrefixLength: parseInt(this.form.prefixLength),
|
| /openbmc/webui-vue/src/store/modules/Settings/ |
| H A D | NetworkStore.js | 326 const { Address, PrefixLength } = ipv6; 329 PrefixLength,
|
| /openbmc/openbmc-test-automation/redfish/managers/ |
| H A D | test_bmc_ipv6.robot | 52 Get PrefixLength And Verify 57 Verify IPv6 On BMC ${ipv6_network_configuration['PrefixLength']} 70 Verify All Configured IPv6 And PrefixLength On BMC 75 Verify IPv6 And PrefixLength ${ipv6_network_configuration['Address']} 76 ... ${ipv6_network_configuration['PrefixLength']} 644 ${ipv6_data}= Create Dictionary Address=${ipv6_addr} PrefixLength=${prefix_length} 665 Verify IPv6 And PrefixLength ${ipv6_addr} ${prefix_len} 1069 # "PrefixLength": xx 1075 # "PrefixLength": 64
|
| /openbmc/openbmc-test-automation/network/ |
| H A D | test_vlan_network.robot | 268 # "PrefixLength": 16, 278 ... ${vlan_record['${uri}']['PrefixLength']}
|
| /openbmc/openbmc-test-automation/lib/external_intf/ |
| H A D | vmi_utils.robot | 305 ... PrefixLength=${prefix_length}
|
| /openbmc/openbmc-test-automation/openpower/ext_interfaces/ |
| H A D | test_vmi.robot | 580 Should Be Equal ${vmi_ipv6addr["PrefixLength"]} ${prefix_length} 655 Should Be Equal ${vmi_ipv6addr["PrefixLength"]} ${prefix_length} 767 Should Be Equal ${vmi_ipv6addr["PrefixLength"]} ${prefix_length}
|