Home
last modified time | relevance | path

Searched refs:PrefixLength (Results 1 – 10 of 10) sorted by relevance

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dip_addresses.hpp30 enum class PrefixLength{ enum
62 NLOHMANN_JSON_SERIALIZE_ENUM(PrefixLength, {
63 {PrefixLength::Invalid, "Invalid"},
/openbmc/openbmc-test-automation/lib/
H A Dbmc_ipv6_utils.robot179 ... 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 Dnetwork-controller.js50 {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 DTableIpv6.vue144 key: 'PrefixLength',
221 PrefixLength: ipv6.PrefixLength,
241 const { Address, PrefixLength } = ipv6;
244 PrefixLength,
H A DModalIpv6.vue136 PrefixLength: parseInt(this.form.prefixLength),
/openbmc/webui-vue/src/store/modules/Settings/
H A DNetworkStore.js326 const { Address, PrefixLength } = ipv6;
329 PrefixLength,
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_ipv6.robot52 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 Dtest_vlan_network.robot268 # "PrefixLength": 16,
278 ... ${vlan_record['${uri}']['PrefixLength']}
/openbmc/openbmc-test-automation/lib/external_intf/
H A Dvmi_utils.robot305 ... PrefixLength=${prefix_length}
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_vmi.robot580 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}