Searched refs:PrefixLength (Results 1 – 12 of 12) sorted by relevance
/openbmc/openbmc-test-automation/redfish/managers/ |
H A D | test_bmc_ipv6.robot | 37 Get PrefixLength And Verify 175 # "PrefixLength": xx 183 # "PrefixLength": xxx 210 Verify IPv6 And PrefixLength 376 # "PrefixLength": 64 381 # "PrefixLength": 56 386 # "PrefixLength": 56 391 # "PrefixLength": 64 396 # "PrefixLength": 56 403 # "PrefixLength": 56 [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/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/ |
H A D | HypervisorInterface-default-p10bmc.override.yml | 25 PrefixLength: 58 PrefixLength:
|
H A D | HypervisorInterface-default-tacoma.override.yml | 25 PrefixLength:
|
/openbmc/phosphor-webui/app/configuration/controllers/ |
H A D | network-controller.js | 50 {Address: '', PrefixLength: '', Gateway: ''}); 118 if (!$scope.interface.ipv4.values[i].PrefixLength) { 242 $scope.interface.ipv4.values[index].PrefixLength, 265 $scope.interface.ipv4.values[index].PrefixLength,
|
/openbmc/phosphor-networkd/yaml/xyz/openbmc_project/Network/IP/ |
H A D | Create.interface.yaml | 15 - name: PrefixLength
|
/openbmc/google-misc/subprojects/ncsid/src/ |
H A D | ncsid_lib.sh | 353 [ "$PrefixLength" = "$prefix" ]; then 356 echo "Deleting spurious IP: $Address/$PrefixLength" >&2
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/ |
H A D | IP.interface.yaml | 16 - name: PrefixLength
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-defaults/ |
H A D | host-template.yaml | 98 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']}
|