Searched refs:PrefixLength (Results 1 – 8 of 8) 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']} 198 # "PrefixLength": xx 206 # "PrefixLength": xxx 233 Verify IPv6 And PrefixLength 239 # prefix_len PrefixLength value to be verified. 267 ... 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/lib/external_intf/ |
H A D | vmi_utils.robot | 302 ... PrefixLength=${prefix_length}
|
/openbmc/openbmc-test-automation/openpower/ext_interfaces/ |
H A D | test_vmi.robot | 568 Should Be Equal ${vmi_ipv6addr["PrefixLength"]} ${prefix_length} 641 Should Be Equal ${vmi_ipv6addr["PrefixLength"]} ${prefix_length}
|