/openbmc/webui-vue/src/views/Settings/Network/ |
H A D | ModalMacAddress.vue | 12 :label="$t('pageNetwork.macAddress')" 13 label-for="macAddress" 17 v-model.trim="form.macAddress" 18 data-test-id="network-input-macAddress" 20 :state="getValidationState(v$.form.macAddress)" 21 @change="v$.form.macAddress.$touch()" 24 <div v-if="v$.form.macAddress.required.$invalid"> 27 <div v-if="v$.form.macAddress.macAddress.$invalid"> 55 import { macAddress } from 'vuelidate/lib/validators'; 61 macAddress: { [all …]
|
H A D | NetworkInterfaceSettings.vue | 38 {{ $t('pageNetwork.macAddress') }} 50 {{ dataFormatter(macAddress) }} 87 macAddress: '', 112 this.macAddress = this.ethernetData[this.selectedInterface].MACAddress;
|
/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd-layout/ |
H A D | layout.yaml | 11 VINI,B1: MACAddress 12 OPFR,B1: MACAddress 16 VINI,B1: MACAddress 17 OPFR,B1: MACAddress
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/ |
H A D | HypervisorInterface-default-p10bmc.override.yml | 8 - Interface: xyz.openbmc_project.Network.MACAddress 10 MACAddress: 41 - Interface: xyz.openbmc_project.Network.MACAddress 43 MACAddress:
|
/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/configurations/system1-yaml-config/ |
H A D | system1-ipmi-fru.yaml | 7 MACAddress: 16 MACAddress: 25 MACAddress:
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/MACAddress/ |
H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Network/MACAddress' 8 '../../../../../yaml/xyz/openbmc_project/Network/MACAddress.interface.yaml', 28 'xyz/openbmc_project/Network/MACAddress',
|
/openbmc/phosphor-networkd/docs/ |
H A D | Network-Configuration.md | 165 ### 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-networkd/src/ |
H A D | ethernet_interface.hpp | 18 #include <xyz/openbmc_project/Network/MACAddress/server.hpp> 34 sdbusplus::xyz::openbmc_project::Network::server::MACAddress, 51 sdbusplus::xyz::openbmc_project::Network::server::MACAddress; 133 * @param[in] macAddress - Low level MAC address. 135 ObjectPath neighbor(std::string ipAddress, std::string macAddress) override; 174 * @returns macAddress of the interface or throws an error. 176 std::string macAddress(std::string value) override; 239 using MacAddressIntf::macAddress;
|
H A D | ethernet_interface.cpp | 155 MacAddressIntf::macAddress(stdplus::toStr(*info.mac), skipSignal); in updateInfo() 226 it->second->NeighborObj::macAddress(stdplus::toStr(*info.mac)); in addStaticNeigh() 341 std::string macAddress) in neighbor() argument 359 lladdr.emplace(stdplus::fromStr<stdplus::EtherAddr>(macAddress)); in neighbor() 364 macAddress, "ERROR", e); in neighbor() 365 elog<InvalidArgument>(Argument::ARGUMENT_NAME("macAddress"), in neighbor() 366 Argument::ARGUMENT_VALUE(macAddress.c_str())); in neighbor() 380 if (it->second->macAddress() == str) in neighbor() 384 it->second->NeighborObj::macAddress(str); in neighbor() 686 auto macStr = MacAddressIntf::macAddress(); in createVLAN() [all …]
|
H A D | neighbor.cpp | 41 NeighborObj::macAddress(stdplus::toStr(lladdr), true); in Neighbor() 74 std::string Neighbor::macAddress(std::string /*macAddress*/) in macAddress() function in phosphor::network::Neighbor
|
H A D | neighbor.hpp | 51 using NeighborObj::macAddress; 52 std::string macAddress(std::string) override;
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | ethernet_interface.hpp | 10 enum class MACAddress{ enum 62 NLOHMANN_JSON_SERIALIZE_ENUM(MACAddress, { 63 {MACAddress::Invalid, "Invalid"},
|
H A D | resource.hpp | 93 MACAddress, enumerator 224 {DurableNameFormat::MACAddress, "MACAddress"},
|
/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/configuration/genesis3-yaml-config/ |
H A D | genesis3-ipmi-fru.yaml | 7 MACAddress: 16 MACAddress:
|
/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/configuration/sbp1-yaml-config/ |
H A D | sbp1-ipmi-fru.yaml | 7 MACAddress: 16 MACAddress:
|
/openbmc/openbmc/meta-openpower/recipes-phosphor/network/first-boot-set-mac/ |
H A D | first-boot-set-mac.sh | 61 "${NETWORK_ITEM_IFACE}" MACAddress) 70 xyz.openbmc_project.Network.MACAddress \ 71 MACAddress s "${MAC_ADDR}"
|
/openbmc/phosphor-misc/firstboot/ |
H A D | first-boot-set-mac.sh | 54 "${NETWORK_ITEM_PATH}" "${NETWORK_ITEM_IFACE}" MACAddress) 63 xyz.openbmc_project.Network.MACAddress \ 64 MACAddress s "${MAC_ADDR}"
|
/openbmc/sdbusplus/tools/sdbusplus/ |
H A D | namedelement.py | 178 # An input like "MACAddress" will become "mACAddress". Try to handle 205 # ex. "MACAddress" -> "macAddress".
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/ |
H A D | README.md | 209 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/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/ |
H A D | meson.build | 7 subdir('MACAddress') subdir 112 '../../../../yaml/xyz/openbmc_project/Network/MACAddress.interface.yaml', 114 output: ['MACAddress.md'], 126 'xyz/openbmc_project/Network/MACAddress',
|
/openbmc/phosphor-settingsd/ |
H A D | settings_example.yaml | 25 - Interface: xyz.openbmc_project.Network.MACAddress 27 MACAddress:
|
/openbmc/skeleton/pyinventorymgr/ |
H A D | sync_inventory_items.py | 37 MAC_INTF_NAME = "xyz.openbmc_project.Network.MACAddress" 47 # Get inventory MACAddress value. 145 intf.Set(MAC_INTF_NAME, "MACAddress", inv_mac)
|
/openbmc/openbmc-test-automation/network/ |
H A D | test_host_network.robot | 52 ... Read Attribute ${NETWORK_MANAGER}host0/intf MACAddress 70 ... Read Attribute ${NETWORK_MANAGER}host0/intf MACAddress
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-defaults/ |
H A D | host-template.yaml | 84 - Interface: xyz.openbmc_project.Network.MACAddress 86 MACAddress:
|
/openbmc/entity-manager/schemas/ |
H A D | openbmc-dbus.json | 139 "MACAddress": { object 143 "required": ["MACAddress"],
|