Home
last modified time | relevance | path

Searched full:eth0 (Results 1 – 25 of 623) sorted by relevance

12345678910>>...25

/openbmc/openbmc/meta-yadro/meta-nicole/recipes-core/systemd/
H A Dsystemd-conf_%.bbappend4 file://00-bmc-eth0.4004.0.network \
5 file://00-bmc-eth0.4004.1.network \
6 file://00-bmc-eth0.0.network \
7 file://00-bmc-eth0.1.network \
8 file://eth0.4004.netdev \
13 ${UNPACKDIR}/00-bmc-eth0.4004.0.network \
14 ${UNPACKDIR}/00-bmc-eth0.4004.1.network \
15 ${UNPACKDIR}/00-bmc-eth0.0.network \
16 ${UNPACKDIR}/00-bmc-eth0.1.network \
17 ${UNPACKDIR}/eth0.4004.netdev \
[all …]
/openbmc/linux/Documentation/networking/dsa/
H A Db53.rst67 ip link add link eth0 name eth0.1 type vlan id 1
68 ip link add link eth0 name eth0.2 type vlan id 2
69 ip link add link eth0 name eth0.3 type vlan id 3
72 ip link set eth0 up
73 ip link set eth0.1 up
74 ip link set eth0.2 up
75 ip link set eth0.3 up
100 ip addr add 192.0.2.1/30 dev eth0.1
101 ip addr add 192.0.2.5/30 dev eth0.2
102 ip addr add 192.0.2.9/30 dev eth0.3
[all …]
H A Dconfiguration.rst49 *eth0*
101 ip link set eth0 up
113 ip link set eth0 up
139 ip link set eth0 up
177 ip link add link eth0 name eth0.1 type vlan id 1
178 ip link add link eth0 name eth0.2 type vlan id 2
179 ip link add link eth0 name eth0.3 type vlan id 3
183 ip link set eth0 up
184 ip link set eth0.1 up
185 ip link set eth0.2 up
[all …]
/openbmc/linux/Documentation/networking/device_drivers/ethernet/ti/
H A Dcpsw.rst51 | Target board: | 0 | t |--+ |0 | 18:03:73:66:87:42 -i eth0 \|
62 |0 | 20:cf:30:85:7d:fd -i eth0 \|
86 | | Eth0 | | Eth0 | | Eth0 | | Eth1 | | s
120 | | | | | | | Eth0.100 | | Eth1 | |
150 // Add 4 tx queues, for interface Eth0, and 1 tx queue for Eth1
151 $ ethtool -L eth0 rx 1 tx 5
157 $ ethtool -l eth0
158 Channel parameters for eth0:
176 $ echo 40 > /sys/class/net/eth0/queues/tx-0/tx_maxrate
177 $ echo 20 > /sys/class/net/eth0/queues/tx-1/tx_maxrate
[all …]
/openbmc/linux/tools/testing/selftests/net/
H A Dtest_bridge_neigh_suppress.sh13 # | + eth0.10 | | + eth0.10 |
17 # | | + eth0.20 | | | + eth0.20 |
21 # | + eth0 | | + eth0 |
157 ip -n $h1 link add name eth0 type veth peer name swp1 netns $sw1
159 ip -n $h2 link add name eth0 type veth peer name swp1 netns $sw2
170 ip -n $ns link set dev eth0 up
171 ip -n $ns link add link eth0 name eth0.10 up type vlan id 10
172 ip -n $ns link add link eth0 name eth0.20 up type vlan id 20
174 ip -n $ns address add $v4addr1 dev eth0.10
175 ip -n $ns address add $v4addr2 dev eth0.20
[all …]
H A Dicmp_redirect.sh19 # Route on r1 changed to go to r2 via eth0. This causes a redirect to be sent
198 ip -netns h1 li add eth0 type veth peer name r1h1
199 ip -netns h1 li set r1h1 netns r1 name eth0 up
202 ip -netns h1 li set r2h1 netns r2 name eth0 up
204 ip -netns h2 li add eth0 type veth peer name r2h2
205 ip -netns h2 li set eth0 up
231 ip -netns h1 li set eth0 master br0 up
237 ip -netns h2 addr add dev eth0 ${H2_N2_IP}/24
238 ip -netns h2 ro add default via ${R2_N2_IP} dev eth0
239 ip -netns h2 -6 addr add dev eth0 ${H2_N2_IP6}/64 nodad
[all …]
H A Dvrf_route_leaking.sh232 ip -netns h1 link add eth0 type veth peer name r1h1
233 ip -netns h1 link set r1h1 netns r1 name eth0 up
235 ip -netns h2 link add eth0 type veth peer name r1h2
241 ip -netns h1 addr add dev eth0 ${H1_N1_IP}/24
242 ip -netns h1 -6 addr add dev eth0 ${H1_N1_IP6}/64 nodad
243 ip -netns h1 link set eth0 up
246 ip -netns h1 route add ${H2_N2} via ${R1_N1_IP} dev eth0
247 ip -netns h1 -6 route add ${H2_N2_6} via "${R1_N1_IP6}" dev eth0
252 ip -netns h2 addr add dev eth0 ${H2_N2_IP}/24
253 ip -netns h2 -6 addr add dev eth0 ${H2_N2_IP6}/64 nodad
[all …]
/openbmc/phosphor-networkd/test/
H A Dtest_network_manager.cpp72 EXPECT_THROW(manager.vlan("eth0", 2), std::exception); in TEST_F()
75 {.type = ARPHRD_ETHER, .idx = 1, .flags = 0, .name = "eth0"}); in TEST_F()
77 EXPECT_NO_THROW(manager.vlan("eth0", 2)); in TEST_F()
78 EXPECT_NO_THROW(manager.vlan("eth0", 4094)); in TEST_F()
81 UnorderedElementsAre(Key("eth0"), Key("eth0.2"), Key("eth0.4094"))); in TEST_F()
82 auto netdev1 = config::pathForIntfDev(CaseTmpDir(), "eth0.2"); in TEST_F()
83 auto netdev2 = config::pathForIntfDev(CaseTmpDir(), "eth0.4094"); in TEST_F()
87 deleteVLAN("eth0.2"); in TEST_F()
89 UnorderedElementsAre(Key("eth0"), Key("eth0.4094"))); in TEST_F()
H A Dtest_util.cpp46 EXPECT_EQ("ethaddr", interfaceToUbootEthAddr("eth0")); in TEST()
67 std::unordered_set<std::string_view> expected = {"eth0"}; in TEST()
68 auto ret = internal::parseInterfaces("eth0"); in TEST()
71 expected = {"eth0", "eth1", "bond1", "usb0"}; in TEST()
72 ret = internal::parseInterfaces(" ,eth0, eth1 ,bond1, usb0,,"); in TEST()
/openbmc/phosphor-host-ipmid/test/session/
H A Dclosesession_unittest.cpp10 "/xyz/openbmc_project/ipmi/session/eth0/12a4567d_8a"; in TEST()
24 // Ex: "/xyz/openbmc_project/ipmi/session/eth0/12a4567d_8a" in TEST()
27 std::string objectPath = "/xyz/openbmc_project/ipmi/session/eth0/12a4567d"; in TEST()
46 "/xyz/openbmc_project/ipmi/session/eth0/12a4567d_8a"; in TEST()
56 "/xyz/openbmc_project/ipmi/session/eth0/12a4567d_8a"; in TEST()
66 "/xyz/openbmc_project/ipmi/session/eth0/12a4567d_8a"; in TEST()
76 "/xyz/openbmc_project/ipmi/session/eth0/12a4567d_8a"; in TEST()
86 "/xyz/openbmc_project/ipmi/session/eth0/12a4567d_8a"; in TEST()
97 // Ex: "/xyz/openbmc_project/ipmi/session/eth0/12a4567d_8a" in TEST()
100 std::string objectPath = "/xyz/openbmc_project/ipmi/session/eth0/12a4567d"; in TEST()
/openbmc/phosphor-networkd/docs/
H A DNetwork-Configuration.md35 Example: `/xyz/openbmc_project/network/eth0`
44 Example: `/xyz/openbmc_project/network/eth0/ipv4/3fd41d13/`
48 Example: `/xyz/openbmc_project/network/eth0/ipv6/5dfghilp/`
68 }' https://<hostname/ip>/xyz/openbmc_project/network/eth0/action/IP
138 https://<hostname/ip>/xyz/openbmc_project/network/eth0/ipv4/fbfc29b
147 /xyz/openbmc_project/network/eth0 xyz.openbmc_project.Network.EthernetInterface
151 https://<hostname/ip>/xyz/openbmc_project/network/eth0/attr/DHCPEnabled
158 /xyz/openbmc_project/network/eth0 xyz.openbmc_project.Network.EthernetInterface
162 1}' https://<hostname/ip>/xyz/openbmc_project/network/eth0/attr/DHCPEnabled
171 /xyz/openbmc_project/network/eth0 xyz.openbmc_project.Network.MACAddress
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/bonding/
H A Dbond-arp-interval-causes-panic.sh27 ip -n client link add eth0 type veth peer name eth0 netns server
28 ip netns exec server ip link set dev eth0 up
29 ip netns exec server ip addr add ${server_ip4}/24 dev eth0
33 ip netns exec client ip link set dev eth0 master bond0
38 ip netns exec client ip link set dev eth0 nomaster
42 ip netns exec client ip link set dev eth0 master bond0
H A Dlag_lib.sh83 # | eth0 +-------+ eth0 |
100 ip link set dev lag1 netns lag_node1 $state name eth0
101 ip link set dev lag1-end netns lag_node2 $state name eth0
130 ip netns exec ${SWITCH} ip link set eth0 master br0 up
138 ip netns exec ${SWITCH} ip link set eth0 up
145 ip netns exec ${CLIENT} ip link set eth0 down
149 ip netns exec ${CLIENT} ip link set eth0 master bond0
166 ip netns exec ${SWITCH} ip link set eth0 down
168 ip netns exec ${SWITCH} ip link set eth0 up
H A Dbond_options.sh20 ip -n ${s_ns} link set eth0 type bond_slave prio 10
24 ip -n ${s_ns} -d link show eth0 | grep -q "prio 10"
69 ip -n ${s_ns} link set eth0 type bond_slave prio 0
72 cmd_jq "ip -n ${s_ns} -d -j link show eth0" \
74 check_err $? "eth0 prio is not 0"
95 check_active_slave eth0
105 check_active_slave "eth0"
108 check_active_slave "eth0"
133 ip -n ${s_ns} link set eth0 type bond_slave prio 1000000
136 ip -n ${s_ns} -d link show eth0 | grep -q 'prio 1000000'
[all …]
/openbmc/linux/tools/testing/selftests/netfilter/
H A Dnft_fib.sh133 ip link add veth0 netns ${nsrouter} type veth peer name eth0 netns ${ns1} > /dev/null 2>&1
138 ip link add veth1 netns ${nsrouter} type veth peer name eth0 netns ${ns2}
150 ip -net ${ns1} link set eth0 up
153 ip -net ${ns2} link set eth0 up
155 ip -net ${ns1} addr add 10.0.1.99/24 dev eth0
156 ip -net ${ns1} addr add dead:1::99/64 dev eth0
160 ip -net ${ns2} addr add 10.0.2.99/24 dev eth0
161 ip -net ${ns2} addr add dead:2::99/64 dev eth0
209 ip -net ${ns1} addr del 10.0.1.99/24 dev eth0
210 ip -net ${ns1} addr del dead:1::99/64 dev eth0
[all …]
H A Dnft_flowtable.sh64 ip link add veth0 netns $nsr1 type veth peer name eth0 netns $ns1
67 ip link add veth1 netns $nsr2 type veth peer name eth0 netns $ns2
114 ip -net $ns1 link set eth0 mtu $omtu
120 ip -net $ns2 link set eth0 mtu $rmtu
137 ip -net $ns link set eth0 up
147 ip -net $ns1 addr add 10.0.1.99/24 dev eth0
148 ip -net $ns2 addr add 10.0.2.99/24 dev eth0
151 ip -net $ns1 addr add dead:1::99/64 dev eth0
152 ip -net $ns2 addr add dead:2::99/64 dev eth0
590 ip -net $ns1 addr flush dev eth0
[all …]
/openbmc/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-net.rst96 eth0(2) driver id 198
99 eth0(2) htb name prefix_matcher.o:[cls_prefix_matcher_htb] id 111727 act []
100 eth0(2) clsact/ingress fbflow_icmp id 130246 act []
101 eth0(2) clsact/egress prefix_matcher.o:[cls_prefix_matcher_clsact] id 111726
102 eth0(2) clsact/egress cls_fg_dscp id 108619 act []
103 eth0(2) clsact/egress fbflow_egress id 130245
112 "devname": "eth0",
119 "devname": "eth0",
126 "devname": "eth0",
133 "devname": "eth0",
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/team/
H A Dlag_lib.sh83 # | eth0 +-------+ eth0 |
100 ip link set dev lag1 netns lag_node1 $state name eth0
101 ip link set dev lag1-end netns lag_node2 $state name eth0
130 ip netns exec ${SWITCH} ip link set eth0 master br0 up
138 ip netns exec ${SWITCH} ip link set eth0 up
145 ip netns exec ${CLIENT} ip link set eth0 down
149 ip netns exec ${CLIENT} ip link set eth0 master bond0
166 ip netns exec ${SWITCH} ip link set eth0 down
168 ip netns exec ${SWITCH} ip link set eth0 up
/openbmc/qemu/hw/microblaze/
H A Dpetalogix_ml605_mmu.c74 DeviceState *dev, *dma, *eth0; in petalogix_ml605_init() local
136 eth0 = qdev_new("xlnx.axi-ethernet"); in petalogix_ml605_init()
140 object_property_add_child(qdev_get_machine(), "xilinx-eth", OBJECT(eth0)); in petalogix_ml605_init()
147 qemu_configure_nic_device(eth0, true, NULL); in petalogix_ml605_init()
148 qdev_prop_set_uint32(eth0, "rxmem", 0x1000); in petalogix_ml605_init()
149 qdev_prop_set_uint32(eth0, "txmem", 0x1000); in petalogix_ml605_init()
150 object_property_set_link(OBJECT(eth0), "axistream-connected", ds, in petalogix_ml605_init()
152 object_property_set_link(OBJECT(eth0), "axistream-control-connected", cs, in petalogix_ml605_init()
154 sysbus_realize_and_unref(SYS_BUS_DEVICE(eth0), &error_fatal); in petalogix_ml605_init()
155 sysbus_mmio_map(SYS_BUS_DEVICE(eth0), 0, AXIENET_BASEADDR); in petalogix_ml605_init()
[all …]
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_multiple_interfaces_dhcp.robot3 ... Run on setup eth0 in static and eth1 in DHCP.
40 Disable DHCP On Eth1 And Verify System Is Accessible By Eth0
42 ... if system is accessible by eth0.
51 Enable DHCP On Eth1 And Verify System Is Accessible By Eth0
53 ... is accessible by eth0.
78 Enable DHCP On Eth1 And Check No Impact On Eth0
79 [Documentation] Enable DHCP On Eth1 And Check No Impact On Eth0.
83 # Getting the eth0 details before enabling DHCP.
89 # Check the value of DHCPEnabled on eth0 is not impacted.
93 # Getting eth0 detail
[all...]
/openbmc/openbmc/meta-quanta/meta-s6q/recipes-core/systemd/
H A Dsystemd-conf_%.bbappend6 file://bond-eth0.conf \
15 ${sysconfdir}/systemd/network/00-bmc-eth0.network.d/ \
30 install -d ${D}${sysconfdir}/systemd/network/00-bmc-eth0.network.d/
35 install -m 0644 ${UNPACKDIR}/bond-eth0.conf \
36 ${D}${sysconfdir}/systemd/network/00-bmc-eth0.network.d/
45 ${D}${sysconfdir}/systemd/network/00-bmc-eth0.network.d/eth0.conf
/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/
H A Dnetwork20 #eth0
21 eth0_file="/etc/systemd/network/00-bmc-eth0.network"
23 add_cmd_output "echo $'\n[eth0]'" "$file_name" "eth0"
24 add_cmd_output "cat $eth0_file" "$file_name" "eth0"
/openbmc/openbmc/meta-security/recipes-scanners/arpwatch/files/
H A Darpwatch.conf14 eth0
15 #eth0 -m root
21 #eth0 -m root+eth0
/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-net/
H A Dfirst-boot-disable-ipmi-net.service3 After=phosphor-ipmi-net@eth0.service
5 After=phosphor-ipmi-net@eth0.socket
12 phosphor-ipmi-net@eth0.socket \
13 phosphor-ipmi-net@eth0.service \
/openbmc/linux/Documentation/networking/device_drivers/ethernet/microsoft/
H A Dnetvsc.rst37 For example, for UDP over IPv4 on eth0:
41 ethtool -N eth0 rx-flow-hash udp4 sdfn
45 ethtool -N eth0 rx-flow-hash udp4 sd
49 ethtool -n eth0 rx-flow-hash udp4
64 ethtool -K eth0 lro on
65 ethtool -K eth0 lro off
118 ethtool -K eth0 lro off

12345678910>>...25