Searched refs:PrefixLength (Results 1 – 7 of 7) sorted by relevance
/openbmc/openbmc-test-automation/redfish/managers/ |
H A D | test_bmc_ipv6.robot | 37 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 D | TableIpv6.vue | 136 key: 'PrefixLength', 213 PrefixLength: ipv6.PrefixLength, 233 const { Address, PrefixLength } = ipv6; 236 PrefixLength,
|
H A D | ModalIpv6.vue | 122 PrefixLength: parseInt(this.form.prefixLength),
|
/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/store/modules/Settings/ |
H A D | NetworkStore.js | 324 const { Address, PrefixLength } = ipv6; 327 PrefixLength,
|
/openbmc/openbmc-test-automation/network/ |
H A D | test_vlan_network.robot | 269 # "PrefixLength": 16, 279 ... ${vlan_record['${uri}']['PrefixLength']}
|
/openbmc/openbmc-test-automation/openpower/ext_interfaces/ |
H A D | test_vmi.robot | 574 Should Be Equal ${vmi_ipv6addr["PrefixLength"]} ${prefix_length}
|