Home
last modified time | relevance | path

Searched refs:MACAddress (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/MACAddress/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/Network/MACAddress'
8 '../../../../../yaml/xyz/openbmc_project/Network/MACAddress.interface.yaml',
23 'xyz/openbmc_project/Network/MACAddress',
/openbmc/phosphor-networkd/docs/
H A DNetwork-Configuration.md165 ### Configure MACAddress
171 /xyz/openbmc_project/network/eth0 xyz.openbmc_project.Network.MACAddress
172 MACAddress
175 https://<hostname/ip>/xyz/openbmc_project/network/eth0/attr/MACAddress
185 /xyz/openbmc_project/network/eth0 xyz.openbmc_project.Network.MACAddress
186 MACAddress s "XX:XX:XX:XX:XX:XX"
190 https://<hostname/ip>/xyz/openbmc_project/network/eth0/attr/MACAddress
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/
H A Dmeson.build7 subdir('MACAddress') subdir
85 input: [ '../../../../yaml/xyz/openbmc_project/Network/MACAddress.interface.yaml', ],
86 output: [ 'MACAddress.md' ],
93 'xyz/openbmc_project/Network/MACAddress',
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/
H A DREADME.md209 xyz.openbmc_project.Network.MACAddress MACAddress
214 https://${bmc}/xyz/openbmc_project/network/<interface>/attr/MACAddress
222 xyz.openbmc_project.Network.MACAddress MACAddress s "<MAC Address>"
228 https://${bmc}/xyz/openbmc_project/network/<interface>/attr/MACAddress
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dresource.hpp77 MACAddress, enumerator
185 {DurableNameFormat::MACAddress, "MACAddress"},
/openbmc/openbmc-test-automation/network/
H A Dtest_host_network.robot52 ... Read Attribute ${NETWORK_MANAGER}host0/intf MACAddress
70 ... Read Attribute ${NETWORK_MANAGER}host0/intf MACAddress
/openbmc/phosphor-networkd/src/
H A Dethernet_interface.hpp34 sdbusplus::xyz::openbmc_project::Network::server::MACAddress,
51 sdbusplus::xyz::openbmc_project::Network::server::MACAddress;
/openbmc/phosphor-webui/app/configuration/controllers/
H A Dnetwork-controller.js69 if ($scope.interface.MACAddress.toLowerCase() !=
172 $scope.selectedInterface, $scope.interface.MACAddress)
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_managers_bmc.robot90 # Get the MACAddress attrivute value with the 'name': 'eth0'.
94 ... MACAddress
H A Dtest_bmc_network_mac.robot155 Set Suite Variable ${initial_mac_address} ${resp.dict['MACAddress']}
174 ${payload}= Create Dictionary MACAddress=${mac_address}
H A Dtest_bmc_ipv6.robot189 # "MACAddress": "xx:xx:xx:xx:xx:xx",
H A Dtest_bmc_network_conf.robot90 ${macaddr}= Get From Dictionary ${resp.dict} MACAddress
/openbmc/webui-vue/src/store/modules/Settings/
H A DNetworkStore.js39 MACAddress,
55 macAddress: MACAddress,
/openbmc/webui-vue/src/views/Settings/Network/
H A DModalMacAddress.vue98 this.$emit('ok', { MACAddress: this.form.macAddress });
H A DNetworkInterfaceSettings.vue112 this.macAddress = this.ethernetData[this.selectedInterface].MACAddress;
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_network_verification.robot60 Verify Channel Info ${channel_number} MACAddress ${valid_channels_list}
329 ... ELSE IF '${network_parameter}' == 'MACAddress'
351 ... ${REDFISH_NW_ETH_IFACE}${valid_channels_list['${channel_number}']['name']} MACAddress
/openbmc/phosphor-webui/app/common/services/
H A Dapi-utils.js299 MACAddress: '', property in data.interfaces
305 data.interfaces[interfaceId].MACAddress =
306 content.data[key].MACAddress;
358 .MACAddress;
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/
H A Dtest_network_sub_menu.robot230 Page Should Contain ${network_details['MACAddress']}
244 Page Should Contain ${network_details['MACAddress']}
/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp208 auto MACAddress = std::get<std::string>(variant); in getHostNetworkData() local
216 if ((MACAddress == ipmi::network::DEFAULT_MAC_ADDRESS)) in getHostNetworkData()
234 std::stringstream ss(MACAddress); in getHostNetworkData()
/openbmc/docs/designs/
H A Dentity-manager-hw-id-vpd-discover-via-device-tree.md267 xyz.openbmc_project.Inventory.Item.NetworkInterface (for .MACAddress
319 MACAddress.." - Patrick Williams
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/
H A Dtest_ldap_sub_menu.robot377 ${mac_address}= Redfish.Get Attribute ${REDFISH_NW_ETH0_URI} MACAddress
/openbmc/bmcweb/
H A DRedfish.md599 - MACAddress
/openbmc/openbmc-test-automation/lib/
H A Dbmc_network_utils.robot460 # "MACAddress": "xx:xx:xx:xx:xx:xx",
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_vmi.robot646 # parameter parameter for which value is required. Ex: DHCPEnabled, MACAddress etc.
/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py3739 data = {"data": args.MACAddress}

12