Home
last modified time | relevance | path

Searched refs:gateway (Results 1 – 25 of 93) sorted by relevance

1234

/openbmc/u-boot/board/gardena/smart-gateway-mt7688/
H A DMAINTAINERS4 F: board/gardena/smart-gateway-mt7688
5 F: include/configs/gardena-smart-gateway-mt7688.h
6 F: configs/gardena-smart-gateway-mt7688_defconfig
7 F: configs/gardena-smart-gateway-mt7688-ram_defconfig
8 F: arch/mips/dts/gardena-smart-gateway-mt7688.dts
H A DKconfig4 default "smart-gateway-mt7688"
10 default "gardena-smart-gateway-mt7688"
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/
H A Dthingsboard-gateway_3.7.4.bb14 PYPI_PACKAGE = "thingsboard-gateway"
40 file://thingsboard-gateway.service \
47 SYSTEMD_SERVICE:${PN} = "thingsboard-gateway.service"
56 install -d ${D}${sysconfdir}/thingsboard-gateway/config
59 install -m 0644 "$file" ${D}${sysconfdir}/thingsboard-gateway/config
62 install -m 0644 ${UNPACKDIR}/tb_gateway.yaml ${D}${sysconfdir}/thingsboard-gateway/config
63 install -m 0644 ${UNPACKDIR}/logs.conf ${D}${sysconfdir}/thingsboard-gateway/config
66 …install -m 0644 ${UNPACKDIR}/thingsboard-gateway.service ${D}${systemd_system_unitdir}/thingsboard…
/openbmc/phosphor-networkd/src/
H A Dstatic_gateway.cpp26 std::string gateway, IP::Protocol protocolType) : in StaticGateway() argument
27 StaticGateway(bus, makeObjPath(objRoot, gateway), parent, gateway, in StaticGateway()
34 std::string gateway, IP::Protocol protocolType) : in StaticGateway() argument
39 StaticGatewayObj::gateway(gateway, true); in StaticGateway()
67 std::string StaticGateway::gateway(std::string /*gateway*/) in gateway() function in phosphor::network::StaticGateway
H A Dstatic_gateway.hpp45 std::string gateway, IP::Protocol protocolType);
51 using StaticGatewayObj::gateway;
52 std::string gateway(std::string) override;
70 std::string gateway, IP::Protocol protocolType);
H A Dethernet_interface.cpp240 if (!info.gateway) in addStaticGateway()
242 lg2::error("Missing static gateway on {NET_INTF}", "NET_INTF", in addStaticGateway()
257 if (auto it = staticGateways.find(*info.gateway); in addStaticGateway()
260 it->second->StaticGatewayObj::gateway(*info.gateway); in addStaticGateway()
264 staticGateways.emplace(*info.gateway, in addStaticGateway()
267 *info.gateway, protocolType)); in addStaticGateway()
394 ObjectPath EthernetInterface::staticGateway(std::string gateway, in staticGateway()
404 addr.emplace(stdplus::fromStr<stdplus::In4Addr>(gateway)); in staticGateway()
407 addr.emplace(stdplus::fromStr<stdplus::In6Addr>(gateway)); in staticGateway()
393 staticGateway(std::string gateway,IP::Protocol protocolType) staticGateway() argument
1027 defaultGateway(std::string gateway) defaultGateway() argument
1039 defaultGateway6(std::string gateway) defaultGateway6() argument
[all...]
H A Dipaddress.hpp48 std::string gateway(std::string gateway) override;
57 using IP::gateway;
H A Dtypes.hpp88 std::optional<std::string> gateway; member
93 return ifidx == rhs.ifidx && gateway == rhs.gateway; in operator ==()
H A Dethernet_interface.hpp142 ObjectPath staticGateway(std::string gateway,
219 std::string defaultGateway(std::string gateway) override;
224 std::string defaultGateway6(std::string gateway) override;
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/
H A D0008-Remove-Werror-flag.patch11 deployments/smm-gateway/config/default-opteesp/CMakeLists.txt | 1 -
12 deployments/smm-gateway/config/default-sp/CMakeLists.txt | 1 -
18 diff --git a/deployments/smm-gateway/config/default-opteesp/CMakeLists.txt b/deployments/smm-gatewa…
20 --- a/deployments/smm-gateway/config/default-opteesp/CMakeLists.txt
21 +++ b/deployments/smm-gateway/config/default-opteesp/CMakeLists.txt
22 @@ -92,7 +92,6 @@ target_compile_definitions(smm-gateway PRIVATE
24 target_compile_options(smm-gateway PRIVATE
30 diff --git a/deployments/smm-gateway/config/default-sp/CMakeLists.txt b/deployments/smm-gateway/con…
32 --- a/deployments/smm-gateway/config/default-sp/CMakeLists.txt
33 +++ b/deployments/smm-gateway/config/default-sp/CMakeLists.txt
[all …]
H A D0007-plat-corstone1000-add-client_id-for-FMP-service.patch8 This commit adds smm-gateway-sp client id to the FMP services since FMP structure
9 accessed by u-boot via smm-gateway-sp.
/openbmc/webui-vue/src/views/Settings/Network/
H A DModalIpv4.vue34 :label="$t('pageNetwork.modal.gateway')"
35 label-for="gateway"
38 id="gateway"
39 v-model="form.gateway"
41 :state="getValidationState(v$.form.gateway)"
42 @input="v$.form.gateway.$touch()"
45 <template v-if="v$.form.gateway.required.$invalid">
48 <template v-if="v$.form.gateway.ipAddress.$invalid">
121 gateway: '',
128 this.form.gateway = this.defaultGateway;
[all …]
H A DModalDefaultGateway.vue3 id="modal-default-gateway"
8 <b-form id="gateway-settings" @submit.prevent="handleSubmit">
12 :label="$t('pageNetwork.gateway')"
18 data-test-id="network-input-gateway"
40 form="gateway-settings"
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_network_conf.robot75 [Documentation] Get gateway and verify it's existence on the BMC.
168 # ip subnet_mask gateway valid_status_codes
177 # ip subnet_mask gateway valid_status_codes
186 # ip subnet_mask gateway valid_status_codes
195 # ip subnet_mask gateway valid_status_codes
282 # ip subnet_mask gateway valid_status_codes
290 # ip subnet_mask gateway valid_status_codes
298 # ip subnet_mask gateway valid_status_codes
306 # ip subnet_mask gateway valid_status_codes
314 # ip subnet_mask gateway valid_status_codes
[all …]
/openbmc/bmcweb/redfish-core/lib/
H A Dethernet.hpp77 std::string gateway; member
101 std::string gateway; member
734 const std::string& ifaceId, const std::string& gateway, in updateIPv4DefaultGateway() argument
742 gateway); in updateIPv4DefaultGateway()
783 const std::string& gateway, const std::string& address, in createIPv4() argument
787 [asyncResp, ifaceId, gateway](const boost::system::error_code& ec) { in createIPv4()
800 gateway); in createIPv4()
820 const std::string& gateway, in deleteAndCreateIPAddress() argument
826 gateway](const boost::system::error_code& ec) { in deleteAndCreateIPAddress()
844 address, prefixLength, gateway); in deleteAndCreateIPAddress()
[all …]
H A Dhypervisor_system.hpp413 const std::string& gateway) in setHypervisorIPv4Gateway() argument
423 "DefaultGateway", gateway); in setHypervisorIPv4Gateway()
439 const std::string& gateway, const std::string& address, in createHypervisorIPv4() argument
443 setHypervisorIPv4Gateway(asyncResp, gateway); in createHypervisorIPv4()
460 std::string gateway = "0.0.0.0"; in deleteHypervisorIPv4() local
463 setHypervisorIPv4Gateway(asyncResp, gateway); in deleteHypervisorIPv4()
561 std::string gateway; in handleHypervisorIPv4StaticPatch() local
565 "Gateway", gateway, // in handleHypervisorIPv4StaticPatch()
587 if (!ip_util::ipv4VerifyIpAndGetBitcount(gateway)) in handleHypervisorIPv4StaticPatch()
589 messages::propertyValueFormatError(asyncResp->res, gateway, in handleHypervisorIPv4StaticPatch()
[all …]
/openbmc/phosphor-networkd/test/
H A Dtest_ethernet_interface.cpp57 auto createStaticGatewayObject(const std::string& gateway, in createStaticGatewayObject() argument
60 return interface.staticGateway(gateway, protocol); in createStaticGatewayObject()
191 std::string gateway = "10.3.3.3"; in TEST_F() local
192 interface.defaultGateway(gateway); in TEST_F()
193 EXPECT_EQ(interface.defaultGateway(), gateway); in TEST_F()
197 EXPECT_EQ(interface.defaultGateway(), gateway); in TEST_F()
/openbmc/openbmc-test-automation/extended/
H A Dfactory_reset.robot22 # gateway and route. Before running this test we are checking all these
35 # This test case restores old settings Viz IP address, netmask, gateway
50 # Check whether gateway IP is reachable.
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-net-common/
H A Dgbmc-ra.sh53 "$rtr" "$route_table" >"$file.d"/10-gateway-table.conf
67 "$rtr" "$ROUTE_METRIC" "$mac" "$rtr" >"$file.d"/10-gateway.conf
80 for file in /run/systemd/network/{00,}-bmc-$RA_IF.network.d/10-gateway.conf; do
/openbmc/openbmc-test-automation/lib/
H A Dhost.tcl147 ${quiet} "" ${print_output}] rc gateway
148 return $gateway
/openbmc/openbmc-test-automation/lib/external_intf/
H A Dvmi_utils.robot40 [Arguments] ${ip} ${gateway} ${netmask} ${valid_status_code}=${HTTP_ACCEPTED}
45 # gateway Gateway for VMI IP.
50 ${ip_details}= Create dictionary Address=${ip} SubnetMask=${netmask} Gateway=${gateway}
61 Verify VMI Network Interface Details ${ip} Static ${gateway} ${netmask} ${interface}
67 [Arguments] ${ip} ${origin} ${gateway} ${netmask}
73 # gateway Gateway for VMI IP.
80 Should Be Equal As Strings ${gateway} ${vmi_ip["IPv4_Gateway"]}
321 [Documentation] Set VMI IPv6 static default gateway address.
326 # vmi_staticipv6_gateway VMI static IPv6 default gateway address.
/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/
H A Dchange-log.rst51 | ts-sp-{se-proxy, smm-gateway} | 602be60719 |
122 | ts-sp-{se-proxy, smm-gateway} | 602be60719 |
193 | ts-sp-{se-proxy, smm-gateway} | 08b3d39471 |
261 | ts-sp-{se-proxy, smm-gateway} | 08b3d39471 |
327 | ts-sp-{se-proxy, smm-gateway} | 3d4956770f |
368 - Enabled smm-gateway partition in Trusted Service on Corstone-1000 FVP
415 - OP-TEE: adding smm-gateway partition
/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.cpp356 auto gateway = getGatewayProperty<family>(bus, params); in findGatewayNeighbor() local
357 if (!gateway) in findGatewayNeighbor()
362 return findStaticNeighbor<family>(bus, params, *gateway, neighbors); in findGatewayNeighbor()
377 auto gateway = getGatewayProperty<family>(bus, params); in reconfigureGatewayMAC() local
378 if (!gateway) in reconfigureGatewayMAC()
386 findStaticNeighbor<family>(bus, params, *gateway, neighbors); in reconfigureGatewayMAC()
392 createNeighbor<family>(bus, params, *gateway, mac); in reconfigureGatewayMAC()
893 auto gateway = unpackT<stdplus::In4Addr>(req); in setLanInt() local
895 channelCall<setGatewayProperty<AF_INET>>(channel, gateway); in setLanInt()
1031 auto gateway = unpackT<stdplus::In6Addr>(req); in setLanInt() local
[all …]
/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/include/
H A Dcorstone1000.inc23 # Include smm-gateway and se-proxy SPs into optee-os binary
24 MACHINE_FEATURES += "ts-smm-gateway ts-se-proxy"
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/
H A Dthingsboard-gateway.service6 ExecStart = /usr/bin/python3 /usr/bin/thingsboard-gateway

1234