/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:
|
H A D | HypervisorInterface-default-tacoma.override.yml | 8 - Interface: xyz.openbmc_project.Network.MACAddress 10 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/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-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; 234 using MacAddressIntf::macAddress;
|
H A D | ethernet_interface.cpp | 151 MacAddressIntf::macAddress(stdplus::toStr(*info.mac), skipSignal); in updateInfo() 222 it->second->NeighborObj::macAddress(stdplus::toStr(*info.mac)); in addStaticNeigh() 337 std::string macAddress) in neighbor() argument 355 lladdr.emplace(stdplus::fromStr<stdplus::EtherAddr>(macAddress)); in neighbor() 360 macAddress, "ERROR", e); in neighbor() 361 elog<InvalidArgument>(Argument::ARGUMENT_NAME("macAddress"), in neighbor() 362 Argument::ARGUMENT_VALUE(macAddress.c_str())); in neighbor() 376 if (it->second->macAddress() == str) in neighbor() 380 it->second->NeighborObj::macAddress(str); in neighbor() 659 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;
|
H A D | inventory_mac.cpp | 59 auto returnMAC = interface.second->macAddress(mac); in setFirstBootMACOnInterface() 147 method.append(invNetworkIntf, "MACAddress"); in getfromInventory() 153 "Failed to get MACAddress for path {DBUS_PATH} interface {DBUS_INTF}", in getfromInventory() 232 if (property.first == "MACAddress") in registerSignals()
|
/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-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/sdbusplus/tools/sdbusplus/ |
H A D | namedelement.py | 178 # An input like "MACAddress" will become "mACAddress". Try to handle 205 # ex. "MACAddress" -> "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/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/linux/drivers/staging/rtl8712/ |
H A D | rtl871x_mlme.c | 144 if (!memcmp(addr, pnetwork->network.MacAddress, ETH_ALEN)) in r8712_find_network() 244 ((!memcmp(src->MacAddress, dst->MacAddress, in is_same_network() 486 if (!memcmp(&(pmlmepriv->cur_network.network.MacAddress), in r8712_survey_event_callback() 487 pnetwork->MacAddress, ETH_ALEN)) { in r8712_survey_event_callback() 494 pnetwork->MacAddress); in r8712_survey_event_callback() 541 adapter->registrypriv.dev_network.MacAddress; in r8712_surveydone_event_callback() 580 tgt_network->network.MacAddress); in r8712_free_assoc_resources() 586 tgt_network->network.MacAddress); in r8712_free_assoc_resources() 703 the_same_macaddr = !memcmp(pnetwork->network.MacAddress, in r8712_joinbss_event_callback() 704 cur_network->network.MacAddress, ETH_ALEN); in r8712_joinbss_event_callback() [all …]
|
/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/bmcweb/redfish-core/include/generated/enums/ |
H A D | resource.hpp | 77 MACAddress, enumerator 185 {DurableNameFormat::MACAddress, "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/entity-manager/schemas/ |
H A D | openbmc-dbus.json | 138 "MACAddress": { object 142 "required": ["MACAddress"],
|