Home
last modified time | relevance | path

Searched full:macaddress (Results 1 – 25 of 127) sorted by relevance

123456

/openbmc/webui-vue/src/views/Settings/Network/
H A DModalMacAddress.vue12 :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 DNetworkInterfaceSettings.vue38 {{ $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 Dlayout.yaml11 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 DHypervisorInterface-default-p10bmc.override.yml8 - 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 Dsystem1-ipmi-fru.yaml7 MACAddress:
16 MACAddress:
25 MACAddress:
/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',
28 '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-networkd/src/
H A Dethernet_interface.hpp18 #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 Dethernet_interface.cpp155 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 Dneighbor.cpp41 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 Dneighbor.hpp51 using NeighborObj::macAddress;
52 std::string macAddress(std::string) override;
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dethernet_interface.hpp10 enum class MACAddress{ enum
62 NLOHMANN_JSON_SERIALIZE_ENUM(MACAddress, {
63 {MACAddress::Invalid, "Invalid"},
H A Dresource.hpp93 MACAddress, enumerator
224 {DurableNameFormat::MACAddress, "MACAddress"},
/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/configuration/genesis3-yaml-config/
H A Dgenesis3-ipmi-fru.yaml7 MACAddress:
16 MACAddress:
/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/configuration/sbp1-yaml-config/
H A Dsbp1-ipmi-fru.yaml7 MACAddress:
16 MACAddress:
/openbmc/openbmc/meta-openpower/recipes-phosphor/network/first-boot-set-mac/
H A Dfirst-boot-set-mac.sh61 "${NETWORK_ITEM_IFACE}" MACAddress)
70 xyz.openbmc_project.Network.MACAddress \
71 MACAddress s "${MAC_ADDR}"
/openbmc/phosphor-misc/firstboot/
H A Dfirst-boot-set-mac.sh54 "${NETWORK_ITEM_PATH}" "${NETWORK_ITEM_IFACE}" MACAddress)
63 xyz.openbmc_project.Network.MACAddress \
64 MACAddress s "${MAC_ADDR}"
/openbmc/sdbusplus/tools/sdbusplus/
H A Dnamedelement.py178 # 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 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/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/
H A Dmeson.build7 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 Dsettings_example.yaml25 - Interface: xyz.openbmc_project.Network.MACAddress
27 MACAddress:
/openbmc/skeleton/pyinventorymgr/
H A Dsync_inventory_items.py37 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 Dtest_host_network.robot52 ... 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 Dhost-template.yaml84 - Interface: xyz.openbmc_project.Network.MACAddress
86 MACAddress:
/openbmc/entity-manager/schemas/
H A Dopenbmc-dbus.json139 "MACAddress": { object
143 "required": ["MACAddress"],

123456