| /openbmc/phosphor-networkd/src/ |
| H A D | ipaddress.hpp | 19 sdbusplus::xyz::openbmc_project::Network::server::IP, 22 using IP = sdbusplus::xyz::openbmc_project::Network::server::IP; typedef 44 stdplus::SubnetAny addr, IP::AddressOrigin origin); 49 IP::Protocol type(IP::Protocol type) override; 50 IP::AddressOrigin origin(IP::AddressOrigin origin) override; 56 using IP::address; 57 using IP::gateway; 58 using IP::origin; 59 using IP::prefixLength; 60 using IP::type; [all …]
|
| H A D | ipaddress.cpp | 40 static inline constexpr auto value = IP::Protocol::IPv4; 46 static inline constexpr auto value = IP::Protocol::IPv6; 62 IP::address(stdplus::toStr(addr.getAddr()), true); in IPAddress() 63 IP::prefixLength(addr.getPfx(), true); in IPAddress() 64 IP::type(std::visit([](auto v) { return Proto<decltype(v)>::value; }, in IPAddress() 67 IP::origin(origin, true); in IPAddress() 82 IP::Protocol IPAddress::type(IP::Protocol /*type*/) in type() 86 IP::AddressOrigin IPAddress::origin(IP::AddressOrigin /*origin*/) in origin() 92 if (origin() != IP::AddressOrigin::Static) in delete_()
|
| H A D | static_gateway.hpp | 25 using IP = sdbusplus::xyz::openbmc_project::Network::server::IP; typedef 45 std::string gateway, IP::Protocol protocolType); 54 IP::Protocol protocolType(IP::Protocol) override; 70 std::string gateway, IP::Protocol protocolType);
|
| H A D | static_gateway.cpp | 26 std::string gateway, IP::Protocol protocolType) : in StaticGateway() 34 std::string gateway, IP::Protocol protocolType) : in StaticGateway() 72 IP::Protocol StaticGateway::protocolType(IP::Protocol /*protocolType*/) in protocolType()
|
| /openbmc/openbmc-build-scripts/scripts/ |
| H A D | boot-qemu.sh | 88 # Obtain IP from `hostname -I` 89 IP=$(hostname -I | awk '{print $1}') 90 if [[ "$IP" != *.*.*.* ]]; then 91 IP=127.0.0.1 96 NET_FORWARDING=hostfwd=:${IP}:22-:22,hostfwd=:${IP}:443-:443,hostfwd=tcp:${IP}:80-:80,hostfwd=tcp:${IP}:2200-:2200,hostfwd=udp:${IP}:623-:623,hostfwd=udp:${IP} [all...] |
| /openbmc/openbmc-test-automation/redfish/managers/ |
| H A D | test_bmc_network_conf.robot | 41 # There will be 4 octets in IP address (e.g. xx.xx.xx.xx) 58 Get IP Address And Verify 59 [Documentation] Get IP Address And Verify. 63 Verify IP On BMC ${network_configuration['Address']} 93 Verify All Configured IP And Netmask 94 [Documentation] Verify all configured IP and netmask on BMC. 98 Verify IP And Netmask On BMC ${network_configuration['Address']} 152 ... Delete IP Address ${test_ipv4_addr} AND Test Teardown Execution 154 Add IP Address ${test_ipv4_addr} ${test_subnet_mask} ${test_gateway} 160 Add IP Address ${test_ipv4_invalid_addr} ${test_subnet_mask} [all …]
|
| H A D | test_multiple_interfaces.robot | 18 # User input BMC IP for the eth1. 39 Verify Both Interfaces BMC IP Addresses Accessible Via SSH 40 [Documentation] Verify both interfaces (eth0, eth1) BMC IP addresses accessible via SSH. 49 [Documentation] Verify access BMC with both interfaces (eth0, eth1) IP addresses via Redfish. 66 Verify LDAP Login Works When Eth1 IP Is Not Configured 67 [Documentation] Verify LDAP login works when eth1 IP is erased. 70 ... AND Redfish.Login AND Delete IP Address ${OPENBMC_HOST_ETH1} 72 ... Add IP Address ${OPENBMC_HOST_ETH1} ${eth1_subnet_mask} ${eth1_gateway} 101 Verify SNMP Works When Eth1 IP Is Not Configured 102 [Documentation] Verify SNMP works when eth1 IP is not configured. [all …]
|
| /openbmc/openbmc/meta-amd/meta-ethanolx/recipes-amd/amd-fpga/files/ |
| H A D | ip-to-fpga.sh | 7 IP=$(ip a | awk '/inet.*global/ {split ($2,A,"/"); print A[1]}') 9 if [ "${IP}" != "${OLD_IP}" ] 11 if [ -n "${IP}" ] 13 IP_1=$(echo "${IP}" | cut -d "." -f 1) 14 IP_2=$(echo "${IP}" | cut -d "." -f 2) 15 IP_3=$(echo "${IP}" | cut -d "." -f 3) 16 IP_4=$(echo "${IP}" | cut -d "." -f 4) 30 OLD_IP=${IP}
|
| /openbmc/phosphor-networkd/test/ |
| H A D | test_ethernet_interface.cpp | 51 auto createIPObject(IP::Protocol addressType, const std::string& ipaddress, in createIPObject() 58 IP::Protocol protocol) in createStaticGatewayObject() 106 EXPECT_THROW(createIPObject(IP::Protocol::IPv4, "127.0.0.1", 16), in TEST_F() 108 EXPECT_THROW(createIPObject(IP::Protocol::IPv4, "127.0.0.1", 32), in TEST_F() 110 EXPECT_THROW(createIPObject(IP::Protocol::IPv4, "192.168.1.1", 0), in TEST_F() 112 EXPECT_THROW(createIPObject(IP::Protocol::IPv6, "::1", 64), in TEST_F() 114 EXPECT_THROW(createIPObject(IP::Protocol::IPv6, "::", 128), in TEST_F() 116 EXPECT_THROW(createIPObject(IP::Protocol::IPv6, "fe80::1", 0), in TEST_F() 119 createIPObject(IP::Protocol::IPv4, "10.10.10.10", 16); in TEST_F() 126 createIPObject(IP::Protocol::IPv4, "10.10.10.10", 16); in TEST_F() [all …]
|
| /openbmc/openbmc-test-automation/network/ |
| H A D | test_vlan_network.robot | 28 ${network_resource} xyz.openbmc_project.Network.IP.Protocol.IPv4 29 ${static_network_resource} xyz.openbmc_project.Network.IP.AddressOrigin.Static 73 [Documentation] Configure IP on VLAN and verify it via REST and IPMI. 79 Get VLAN URI For IP ${vlan_id} ${ip} 82 Valid Value lan_config['IP Address'] ["${ip}"] 85 Delete IP On VLAN Via REST 86 [Documentation] Delete IP on VLAN and verify it via REST and IPMI. 93 Valid Value lan_config['IP Address'] ["${ip}"] 95 ${vlan_ip_uri}= Get VLAN URI For IP ${vlan_id} ${ip} 96 Delete IP And Object ${ip} ${vlan_ip_uri} [all …]
|
| H A D | test_network_nping.robot | 36 Should Not Be Empty ${OPENBMC_HOST} msg=BMC IP address not provided. 67 # SENT (0.0181s) TCP Source IP:37577 > 68 # Destination IP:80 S ttl=64 id=39113 iplen=40 seq=629782493 win=1480 69 # SENT (0.2189s) TCP Source IP:37577 > 70 # Destination IP:80 S ttl=64 id=39113 iplen=40 seq=629782493 win=1480 71 # RCVD (0.4120s) TCP Destination IP:80 > 72 # Source IP:37577 SA ttl=49 id=0 iplen=44 seq=1078301364 win=5840 <mss 1380> 75 # Nping done: 1 IP address pinged in 0.43 seconds
|
| /openbmc/phosphor-networkd/gen/xyz/openbmc_project/Network/IP/ |
| H A D | meson.build | 4 sdbusplus_current_path = 'xyz/openbmc_project/Network/IP' 7 'xyz/openbmc_project/Network/IP/Create__markdown'.underscorify(), 9 '../../../../../yaml/xyz/openbmc_project/Network/IP/Create.interface.yaml', 23 'xyz/openbmc_project/Network/IP/Create',
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | bmc_network_utils.robot | 58 Get BMC IP Info 59 [Documentation] Get system IP address and prefix length. 62 # Get system IP address and prefix length details using "ip addr" 73 # Get line having IP address details. 76 # List IP address details. 81 # Get all IP addresses and prefix lengths on system. 180 Get List Of IP Address Via REST 181 [Documentation] Get list of IP address via REST. 185 # ip_uri_list List of IP objects. 201 Delete IP And Object [all …]
|
| /openbmc/phosphor-networkd/gen/xyz/openbmc_project/Network/IP/Create/ |
| H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Network/IP/Create' 6 'xyz/openbmc_project/Network/IP/Create__cpp'.underscorify(), 8 '../../../../../../yaml/xyz/openbmc_project/Network/IP/Create.interface.yaml', 28 'xyz/openbmc_project/Network/IP/Create',
|
| /openbmc/openbmc/poky/meta/recipes-core/images/build-appliance-image/ |
| H A D | README_VirtualBox_Toaster.txt | 18 Find out your VM network IP address: 22 IP address is listed under eth0 inet addr. 37 Find out your VM network IP address: 41 IP address is listed under eth0 inet addr. 59 | Name | Protocol | Host IP | Host Port | Guest IP | Guest Port |
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/ |
| H A D | README.md | 14 IP address(v4 and v6) objects must be children objects of the physical/virtual 21 3. IP: This describes the IP address specific parameters. 22 4. IPProtocol: This describes the IP protocol type(IPv4/IPv6). 37 ### IP Address Objects 39 There can be multiple IP address objects under an interface object. These 63 xyz.openbmc_project.Network.IP.Create \ 64 IP ssys "xyz.openbmc_project.Network.IP.Protocol.IPv4" \ 65 "<IP Address>" <Netmask Prefix> "<Network Gateway>" 72 "xyz.openbmc_project.Network.IP.Protocol.IPv4", 73 "<IP Address", [all …]
|
| /openbmc/u-boot/doc/ |
| H A D | README.fsl-esdhc | 18 ESDHC IP is in little-endian mode. Accessing ESDHC registers can be 19 determined by ESDHC IP's endian mode or processor's endian mode. 21 ESDHC IP is in big-endian mode. Accessing ESDHC registers can be determined 22 by ESDHC IP's endian mode or processor's endian mode.
|
| /openbmc/phosphor-networkd/docs/ |
| H A D | Network-Configuration.md | 14 IP address(v4 and v6) objects must be children objects of the physical/virtual 21 3. IP: This describes the IP address-specific parameters. 22 4. IPProtocol: This describes the IP protocol type (IPv4/IPv6). 39 There can be multiple IP address objects under an interface object. These 58 ### Configure IP address 62 xyz.openbmc_project.Network.IP.Create IP ssys 63 "xyz.openbmc_project.Network.IP.Protocol.IPv4" "<ip>" <subnetmask> 67 '{"data":["xyz.openbmc_project.Network.IP.Protocol.IPv4","<ip>",<subnetmask>,"<networkGateway>"] 68 }' https://<hostname/ip>/xyz/openbmc_project/network/eth0/action/IP 125 ### Delete IP address [all …]
|
| /openbmc/openbmc-test-automation/ipmi/ |
| H A D | test_ipmi_network_configuration.robot | 48 Valid Value lan_print_output['IP Address'] ["${STATIC_IP}"] 50 Valid Value lan_print_output['Default Gateway IP'] ["${GATEWAY}"] 89 Configure IP On VLAN Via IPMI 90 [Documentation] Configure IP On VLAN Via IPMI. 100 Valid Value lan_config['IP Address'] ["${STATIC_IP}"] 122 Valid Value lan_config['IP Address'] ['${ip_address}'] 136 Create VLAN When LAN And VLAN Exist With IP Address Configured 137 [Documentation] Create VLAN when LAN and VLAN exist with IP address configured. 147 Valid Value lan_config['IP Address'] ['${STATIC_IP}'] 163 # Validate existing IP address. [all …]
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | transporthandler.hpp | 105 sdbusplus::server::xyz::openbmc_project::network::IP::Protocol::IPv4; 117 sdbusplus::server::xyz::openbmc_project::network::IP::Protocol::IPv6; 138 sdbusplus::server::xyz::openbmc_project::network::IP::AddressOrigin origin; 144 sdbusplus::server::xyz::openbmc_project::network::IP::AddressOrigin> 145 originsV6Static = {sdbusplus::server::xyz::openbmc_project::network::IP:: 148 sdbusplus::server::xyz::openbmc_project::network::IP::AddressOrigin> 150 sdbusplus::server::xyz::openbmc_project::network::IP::AddressOrigin:: 152 sdbusplus::server::xyz::openbmc_project::network::IP::AddressOrigin:: 254 sdbusplus::server::xyz::openbmc_project::network::IP::AddressOrigin>& in findIfAddr() 266 sdbusplus::server::xyz::openbmc_project::network::IP::AddressOrigin in findIfAddr() [all …]
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | oe-git-proxy | 64 IP="$1" 67 for B in $( echo "$IP" | tr '.' ' ' ); do 77 IP=$2 90 IPVAL=$(ipv4_val $IP)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/iptraf/ |
| H A D | iptraf-ng_1.2.1.bb | 8 packet and byte counts. IPTraf-ng features include an IP traffic monitor \ 10 details, OSPF packet types, and oversized IP packet warnings; \ 11 interface statistics showing IP, TCP, UDP, ICMP, non-IP and other IP \ 12 packet counts, IP checksum errors, interface activity and packet size \
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/IP/ |
| H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Network/IP' 7 input: ['../../../../../yaml/xyz/openbmc_project/Network/IP.interface.yaml'], 26 'xyz/openbmc_project/Network/IP',
|
| /openbmc/openbmc-test-automation/extended/ |
| H A D | factory_reset.robot | 21 # Factory reset erases user config settings which includes IP, netmask 25 # IP address is erased and comes up with zero_conf. 35 # This test case restores old settings Viz IP address, netmask, gateway 50 # Check whether gateway IP is reachable. 54 # Check whether serial console IP is reachable and responding
|
| /openbmc/openbmc-test-automation/gui/gui_test/settings_menu/ |
| H A D | test_network_sub_menu.robot | 167 Verify Existence Of All Fields In Static IP Address 218 Wait Until Page Contains Add IP address timeout=11s 225 [Documentation] Login to GUI Network page, add DNS server IP 226 ... and verify that the page reflects server IP. 238 [Template] Add Static IP Address And Verify 248 Configure And Verify Static IP Address 252 …Add Static IP Address And Verify ${test_ipv4_addr} ${test_subnet_mask} ${default_gateway} Succ… 255 Configure And Verify Multiple Static IP Address 256 [Documentation] Login to GUI Network page, configure multiple static IP address and verify. 259 …Add Static IP Address And Verify ${test_ipv4_addr} ${test_subnet_mask} ${default_gateway} Succ… [all …]
|