Home
last modified time | relevance | path

Searched refs:eth0 (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/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 ${WORKDIR}/00-bmc-eth0.4004.0.network \
14 ${WORKDIR}/00-bmc-eth0.4004.1.network \
15 ${WORKDIR}/00-bmc-eth0.0.network \
16 ${WORKDIR}/00-bmc-eth0.1.network \
17 ${WORKDIR}/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
114 ip link add link eth0 name eth0.1 type vlan id 1
117 ip link set eth0 up
149 ip link add link eth0 name eth0.1 type vlan id 1
150 ip link add link eth0 name eth0.2 type vlan id 2
[all …]
H A Dconfiguration.rst49 *eth0*
101 ip link set eth0 up
113 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
222 ip link add link eth0 name eth0.1 type vlan id 1
261 ip link add link eth0 name eth0.1 type vlan id 1
262 ip link add link eth0 name eth0.2 type vlan id 2
424 ip link set eth0 down && ip link set eth0 master bond0
[all …]
/openbmc/linux/Documentation/networking/device_drivers/ethernet/ti/
H A Dcpsw.rst151 $ ethtool -L eth0 rx 1 tx 5
157 $ ethtool -l eth0
211 $ tc -g class show dev eth0
234 net eth0: set FIFO3 bw = 50
247 $ ip link add link eth0 name eth0.100 type vlan id 100
297 $ ip link del eth0.100
301 net eth0: set FIFO3 bw = 0
302 net eth0: set FIFO2 bw = 0
388 $ ethtool -l eth0
468 $ ip link add link eth0 name eth0.100 type vlan id 100
[all …]
/openbmc/qemu/hw/microblaze/
H A Dpetalogix_ml605_mmu.c74 DeviceState *dev, *dma, *eth0; in petalogix_ml605_init() local
137 eth0 = qdev_new("xlnx.axi-ethernet"); in petalogix_ml605_init()
148 qdev_set_nic_properties(eth0, &nd_table[0]); in petalogix_ml605_init()
149 qdev_prop_set_uint32(eth0, "rxmem", 0x1000); in petalogix_ml605_init()
150 qdev_prop_set_uint32(eth0, "txmem", 0x1000); in petalogix_ml605_init()
151 object_property_set_link(OBJECT(eth0), "axistream-connected", ds, in petalogix_ml605_init()
155 sysbus_realize_and_unref(SYS_BUS_DEVICE(eth0), &error_fatal); in petalogix_ml605_init()
156 sysbus_mmio_map(SYS_BUS_DEVICE(eth0), 0, AXIENET_BASEADDR); in petalogix_ml605_init()
157 sysbus_connect_irq(SYS_BUS_DEVICE(eth0), 0, irq[AXIENET_IRQ]); in petalogix_ml605_init()
159 ds = object_property_get_link(OBJECT(eth0), in petalogix_ml605_init()
[all …]
/openbmc/linux/tools/testing/selftests/net/
H A Dvrf_route_leaking.sh241 ip -netns h1 addr add dev eth0 ${H1_N1_IP}/24
243 ip -netns h1 link set eth0 up
252 ip -netns h2 addr add dev eth0 ${H2_N2_IP}/24
254 ip -netns h2 link set eth0 up
267 ip -netns r1 link set eth0 vrf blue up
269 ip -netns r1 addr add dev eth0 ${R1_N1_IP}/24
332 ip -netns h1 link set eth0 master br0 up
346 ip -netns h2 link set eth0 master br0 up
360 ip -netns r1 link set eth0 vrf blue up
362 ip -netns r1 addr add dev eth0 ${R1_N1_IP}/24
[all …]
H A Dicmp_redirect.sh198 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
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
245 ip -netns r1 addr add dev eth0 ${R1_N1_IP}/24
253 ip -netns r2 addr add dev eth0 ${R2_N1_IP}/24
262 R1_LLADDR=$(get_linklocal r1 eth0)
269 R2_LLADDR=$(get_linklocal r2 eth0)
[all …]
H A Dtest_bridge_neigh_suppress.sh157 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
176 ip -n $ns address add $v6addr1 dev eth0.10
177 ip -n $ns address add $v6addr2 dev eth0.20
323 h2_mac=$(ip -n $h2 -j -p link show eth0.$vid | jq -r '.[]["address"]')
[all …]
H A Dfib_nexthop_multiprefix.sh111 ip -netns h${i} li add eth0 type veth peer name r1h${i}
112 ip -netns h${i} li set eth0 up
115 ip -netns h${i} addr add dev eth0 172.16.10${i}.1/24
116 ip -netns h${i} -6 addr add dev eth0 2001:db8:10${i}::1/64
121 ip -netns h0 nexthop add id 4 via 172.16.100.254 dev eth0
122 ip -netns h0 nexthop add id 6 via 2001:db8:100::64 dev eth0
158 run_cmd ip -netns h${hostid} li set eth0 mtu ${mtu}
/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.sh100 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_topo_2d1c.sh117 ip -n ${c_ns} link add eth0 type veth peer name c0 netns ${g_ns}
122 ip -n ${c_ns} link set eth0 up
123 ip -n ${c_ns} addr add ${c_ip4}/24 dev eth0
124 ip -n ${c_ns} addr add ${c_ip6}/24 dev eth0
129 ip -n ${c_ns} link del eth0
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
95 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'
/openbmc/linux/tools/testing/selftests/netfilter/
H A Dnft_fib.sh150 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
212 ip -net ${ns1} addr add 10.0.2.99/24 dev eth0
242 ip -net ${ns1} addr add 10.0.1.99/24 dev eth0
[all …]
H A Dnft_flowtable.sh114 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
590 ip -net $ns1 addr flush dev eth0
591 ip -net $ns1 link add link eth0 name eth0.10 type vlan id 10
592 ip -net $ns1 link set eth0 up
593 ip -net $ns1 link set eth0.10 up
610 ip -net $ns1 addr flush dev eth0.10
611 ip -net $ns1 link set eth0.10 down
612 ip -net $ns1 link set eth0 down
[all …]
H A Dnft_synproxy.sh42 ip link add veth0 netns $nsr type veth peer name eth0 netns $ns1
43 ip link add veth1 netns $nsr type veth peer name eth0 netns $ns2
58 ip -net $n link set eth0 up
60 ip -net $ns1 addr add 10.0.1.99/24 dev eth0
61 ip -net $ns2 addr add 10.0.2.99/24 dev eth0
H A Dnft_nat_zones.sh101 ip link add veth0 netns "$gw" type veth peer name eth0 netns "$srv"
104 ip -net "$srv" link set eth0 up
121 ip link add veth$i netns "$gw" type veth peer name eth0 netns "$cl" > /dev/null 2>&1
131 echo netns exec "$cl" ip link set eth0 up
138 echo netns exec "$cl" ip addr add 10.1.0.3/24 dev eth0
139 echo netns exec "$cl" ip addr add dead:1::3/64 dev eth0
140 echo netns exec "$cl" ip route add default via 10.1.0.2 dev eth0
141 echo netns exec "$cl" ip route add default via dead:1::2 dev eth0
158 ip -net "$srv" addr add 10.3.0.99/24 dev eth0
159 ip -net "$srv" addr add dead:3::99/64 dev eth0
H A Dnft_queue.sh58 ip link add veth0 netns ${nsrouter} type veth peer name eth0 netns ${ns1} > /dev/null 2>&1
63 ip link add veth1 netns ${nsrouter} type veth peer name eth0 netns ${ns2}
75 ip -net ${ns1} link set eth0 up
78 ip -net ${ns2} link set eth0 up
80 ip -net ${ns1} addr add 10.0.1.99/24 dev eth0
81 ip -net ${ns1} addr add dead:1::99/64 dev eth0
85 ip -net ${ns2} addr add 10.0.2.99/24 dev eth0
86 ip -net ${ns2} addr add dead:2::99/64 dev eth0
364 ip -net $ns1 li set eth0 master tvrf
367 ip -net $ns1 route add 10.0.2.0/24 via 10.0.1.1 dev eth0 table 9876
[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 ${WORKDIR}/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/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 []
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",
139 "devname": "eth0",
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/team/
H A Dlag_lib.sh100 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/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/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/`
67 }' https://<hostname/ip>/xyz/openbmc_project/network/eth0/action/IP
125 https://<hostname/ip>/xyz/openbmc_project/network/eth0/ipv4/fbfc29b
136 https://<hostname/ip>/xyz/openbmc_project/network/eth0/attr/DHCPEnabled
152 /xyz/openbmc_project/network/eth0 xyz.openbmc_project.Network.MACAddress
156 https://<hostname/ip>/xyz/openbmc_project/network/eth0/attr/MACAddress
164 /xyz/openbmc_project/network/eth0 xyz.openbmc_project.Network.MACAddress
169 https://<hostname/ip>/xyz/openbmc_project/network/eth0/attr/MACAddress
[all …]
/openbmc/linux/Documentation/networking/
H A Dalias.rst20 200.1.1.1 alias for eth0 ...
23 # ifconfig eth0:0 200.1.1.1 etc,etc....
24 ~~ -> request alias #0 creation (if not yet exists) for eth0
35 # ifconfig eth0:0 down
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-core/systemd/systemd-conf/
H A D00-bmc-eth0.0.network2 Name=eth0
5 VLAN=eth0.4004

12345678910>>...16