Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_ipv6.robot37 Get PrefixLength And Verify
42 Verify IPv6 On BMC ${ipv6_network_configuration['PrefixLength']}
55 Verify All Configured IPv6 And PrefixLength On BMC
60 Verify IPv6 And PrefixLength ${ipv6_network_configuration['Address']}
61 ... ${ipv6_network_configuration['PrefixLength']}
175 # "PrefixLength": xx
183 # "PrefixLength": xxx
210 Verify IPv6 And PrefixLength
216 # prefix_len PrefixLength value to be verified.
244 ... PrefixLength=${prefix_length}
[all …]
/openbmc/webui-vue/src/views/Settings/Network/
H A DTableIpv6.vue136 key: 'PrefixLength',
213 PrefixLength: ipv6.PrefixLength,
233 const { Address, PrefixLength } = ipv6;
236 PrefixLength,
H A DModalIpv6.vue122 PrefixLength: parseInt(this.form.prefixLength),
/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/store/modules/Settings/
H A DNetworkStore.js324 const { Address, PrefixLength } = ipv6;
327 PrefixLength,
/openbmc/openbmc-test-automation/network/
H A Dtest_vlan_network.robot269 # "PrefixLength": 16,
279 ... ${vlan_record['${uri}']['PrefixLength']}
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_vmi.robot574 Should Be Equal ${vmi_ipv6addr["PrefixLength"]} ${prefix_length}