Home
last modified time | relevance | path

Searched full:eth1 (Results 1 – 25 of 148) sorted by relevance

123456

/linux/tools/testing/selftests/drivers/net/bonding/
H A Dbond_passive_lacp.sh40 ip -n "${c_ns}" link add eth1 type veth peer name eth1 netns "${s_ns}"
45 tc -n "${s_ns}" qdisc add dev eth1 clsact
46 tc -n "${s_ns}" filter add dev eth1 egress handle 101 protocol 0x8809 matchall action pass
50 ip -n "${s_ns}" link set eth1 master bond0
54 ip -n "${c_ns}" link set eth1 master bond0
90 ip -n "${c_ns}" link set eth1 nomaster
91 ip -n "${c_ns}" link set eth1 up
98 check_pkt_count "${s_ns}" "eth1" || RET=1
H A Dlag_lib.sh85 # | eth1 +-------+ eth1 |
104 ip link set dev lag1 netns lag_node1 $state name eth1
105 ip link set dev lag1-end netns lag_node2 $state name eth1
130 ip netns exec ${SWITCH} ip link set eth1 master br0 up
138 ip netns exec ${SWITCH} ip link set eth1 up
145 ip netns exec ${CLIENT} ip link set eth1 down
149 ip netns exec ${CLIENT} ip link set eth1 master bond0
168 ip netns exec ${SWITCH} ip link set eth1 down
H A Dbond_options.sh77 # set active_slave to primary eth1 specifically
78 ip -n ${s_ns} link set bond0 type bond active_slave eth1
82 ip -n ${s_ns} link set eth1 type bond_slave prio 10
87 cmd_jq "ip -n ${s_ns} -d -j link show eth1" \
89 check_err $? "eth1 prio is not 10"
97 check_active_slave eth1
126 ip -n ${s_ns} link set eth1 up
130 check_active_slave "eth1"
139 check_active_slave "eth1"
146 ip -n ${s_ns} link set eth1 type bond_slave prio 0
[all …]
/linux/Documentation/admin-guide/aoe/
H A Daoe.rst100 e4.0 eth1 up
101 e4.1 eth1 up
102 e4.2 eth1 up
103 e4.3 eth1 up
104 e4.4 eth1 up
105 e4.5 eth1 up
106 e4.6 eth1 up
107 e4.7 eth1 up
108 e4.8 eth1 up
109 e4.9 eth1 up
[all …]
/linux/Documentation/networking/
H A Dvrf.rst39 | eth1 | | eth2 | ... | bond1 |
94 ip link set dev eth1 master vrf-blue
237 …3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master red state UP mode DEFA…
248 eth1 UP 02:00:00:00:02:02 <BROADCAST,MULTICAST,UP,LOWER_UP>
264 10.2.1.254 dev eth1 lladdr a6:d9:c7:4f:06:23 REACHABLE
268 2002:1::64 dev eth1 lladdr a6:d9:c7:4f:06:23 REACHABLE
282 …3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master red state UP group def…
284 inet 10.2.1.2/24 brd 10.2.1.255 scope global eth1
304 eth1 UP 10.2.1.2/24 2002:1::2/120 fe80::ff:fe00:202/64
321 broadcast 10.2.1.0 dev eth1 proto kernel scope link src 10.2.1.2
[all …]
H A Dnf_flowtable.rst89 hook ingress priority 0; devices = { eth0, eth1 };
98 This example adds the flowtable 'f' to the ingress hook of the eth0 and eth1
138 (represented as eth1 and eth2 in the example figure below) and the gateway
150 -> eth1 eth2
176 hook ingress priority 0; devices = { eth0, eth1 };
193 hook ingress priority 0; devices = { eth0, eth1 };
H A Dnetconsole.rst57 linux netconsole=4444@10.0.0.1/eth1,9353@10.0.0.2/12:34:56:78:9a:bc
75 modprobe netconsole netconsole="@/,@10.0.0.2/;@/eth1,6892@10.0.0.3/"
171 …netconsole=4444@10.0.0.1/eth1,9353@10.0.0.2/12:34:56:78:9a:bc;4444@10.0.0.1/eth1,9353@10.0.0.3/12:…
382 linux netconsole=+4444@10.0.0.1/eth1,9353@10.0.0.2/12:34:56:78:9a:bc
440 the network device (eth1 in the above case) can run any kind
H A Dvxlan.rst29 # ip link add vxlan0 type vxlan id 42 group 239.1.1.1 dev eth1 dstport 4789
32 group 239.1.1.1 over eth1 to handle traffic for which there is no
/linux/tools/testing/selftests/net/
H A Dicmp_redirect.sh18 # Route from h1 to h2 goes through r1, eth1 - connection between r1 and r2.
193 ip -netns $h1 li add eth1 type veth peer name r2h1
200 ip -netns $r1 li add eth1 type veth peer name r2r1
201 ip -netns $r1 li set eth1 up
202 ip -netns $r1 li set r2r1 netns $r2 name eth1 up
224 ip -netns $h1 li set eth1 master br0 up
239 ip -netns $r1 addr add dev eth1 ${R1_R2_N1_IP}/30
240 ip -netns $r1 -6 addr add dev eth1 ${R1_R2_N1_IP6}/126 nodad
247 ip -netns $r2 addr add dev eth1 ${R2_R1_N1_IP}/30
248 ip -netns $r2 -6 addr add dev eth1
[all...]
H A Dvrf_route_leaking.sh230 ip -netns $h2 link set r1h2 netns $r1 name eth1 up
260 ip -netns $r1 link set mtu 1400 dev eth1
262 ip -netns $r1 link set eth1 vrf red up
265 ip -netns $r1 addr add dev eth1 ${R1_N2_IP}/24
266 ip -netns $r1 -6 addr add dev eth1 ${R1_N2_IP6}/64 nodad
307 ip -netns $h1 link add eth1 type veth peer name r2h1
311 ip -netns $h2 link set r1h2 netns $r1 name eth1 up
313 ip -netns $h2 link add eth1 type veth peer name r2h2
314 ip -netns $h2 link set r2h2 netns $r2 name eth1 up
324 ip -netns $h1 link set eth1 master br0 up
[all …]
H A Dxfrm_policy.sh7 # eth1 eth1 veth0 veth0 eth1 eth1
356 ip link add $DEV netns ${ns[1]} type veth peer name eth1 netns ${ns[3]}
357 ip link add $DEV netns ${ns[2]} type veth peer name eth1 netns ${ns[4]}
374 ip -net ${ns[$i]} link set eth1 up
381 ip -net ${ns[3]} addr add 10.0.1.1/24 dev eth1
383 ip -net ${ns[3]} addr add 2001:1::1/64 dev eth1
388 ip -net ${ns[4]} addr add 10.0.2.1/24 dev eth1
390 ip -net ${ns[4]} addr add 2001:2::1/64 dev eth1
396 ip netns exec ${ns[$i]} sysctl net.ipv$j.conf.eth1.forwarding=1 > /dev/null
H A Dtraceroute.sh173 connect_ns $r2 eth1 - 2000:101::2/64 $r1 eth1 - -
174 ip netns exec $r1 ip link set dev eth1 master ${brdev}
276 connect_ns "$r2" eth1 - 2000:101::2/64 "$r1" eth1 - -
278 ip -n "$r2" link set dev eth1 master vrf100
280 ip -n "$r1" link set dev eth1 master br100
333 $router eth1 1.0.3.1/24 -
337 ip netns exec $router ip addr add 1.0.1.1/24 dev eth1
374 # VRF device, but rather an address from the VRF port (eth1) tha
[all...]
/linux/tools/testing/selftests/net/netfilter/
H A Dconntrack_icmp_related.sh74 ip link add "$DEV" netns "$nsclient1" type veth peer name eth1 netns "$nsrouter1"
75 ip link add "$DEV" netns "$nsclient2" type veth peer name eth1 netns "$nsrouter2"
81 ip -net "$nsrouter1" link set eth1 up
84 ip -net "$nsrouter2" link set eth1 mtu 1280 up
94 ip -net "$nsrouter1" addr add 192.168.1.1/24 dev eth1
96 ip -net "$nsrouter1" addr add dead:1::1/64 dev eth1 nodad
101 ip -net "$nsrouter2" addr add 192.168.2.1/24 dev eth1
103 ip -net "$nsrouter2" addr add dead:2::1/64 dev eth1 nodad
H A Dconntrack_ipip_mtu.sh74 # eth1: 192.168.10.1/24
104 # eth1: 192.168.20.1/24
182 # fragments between eth1 and ipip0. The fragments fit into the tunnel and
/linux/Documentation/translations/zh_CN/core-api/irq/
H A Dirq-affinity.rst28 下面是一个先将IRQ44(eth1)限制在CPU0-3上,然后限制在CPU4-7上的例子(这是一个8CPU的SMP box)
47 … 1785 1785 1783 0 0 0 0 IO-APIC-level eth1
65 … 1785 1785 1783 1784 1069 1070 1069 IO-APIC-level eth1
/linux/arch/arm64/boot/dts/tesla/
H A Dfsd-pinctrl.dtsi441 eth1_tx_clk: eth1-tx-clk-pins {
448 eth1_tx_data: eth1-tx-data-pins {
455 eth1_tx_ctrl: eth1-tx-ctrl-pins {
462 eth1_phy_intr: eth1-phy-intr-pins {
469 eth1_rx_clk: eth1-rx-clk-pins {
476 eth1_rx_data: eth1-rx-data-pins {
483 eth1_rx_ctrl: eth1-rx-ctrl-pins {
490 eth1_mdio: eth1-mdio-pins {
/linux/Documentation/networking/device_drivers/wifi/intel/
H A Dipw2100.rst249 management (via ``iwconfig eth1 power off``)
256 iwconfig eth1 power off Disables radio power down
257 iwconfig eth1 power on Enables radio power management to
259 iwpriv eth1 set_power 0 Sets power level to AUTO and enables
262 iwpriv eth1 set_power 1-5 Set the power level as specified,
269 iwpriv eth1 get_power
277 level if `iwconfig eth1 power on` is invoked.
H A Dipw2200.rst170 (i.e. `iwconfig eth1 channel 10`), but it is useful sometimes
203 (typically eth1, customized via one of the various network interface
212 % iwpriv eth1 get_mode
213 eth1 get_mode:802.11bg (6)
221 % iwpriv eth1 set_mode {mode}
243 % iwpriv eth1 set_preamble {mode}
423 iwconfig eth1 mode ad-hoc essid testing channel 2
/linux/Documentation/networking/dsa/
H A Dconfiguration.rst52 *eth1*
412 ip link set swp0 type dsa master eth1
414 ip link set swp2 type dsa master eth1
419 ip link set eth1 down && ip link set eth1 master bond0
432 ip link set eth1 down && ip link set eth1 master bond0
/linux/arch/arm64/boot/dts/renesas/
H A Drzg3s-smarc-som.dtsi24 ethernet1 = &eth1;
117 &eth1 {
262 eth1-phy-irq-hog {
266 line-name = "eth1-phy-irq";
270 eth1_pins: eth1 {
/linux/arch/arm/boot/dts/marvell/
H A Darmada-382-rd-ac3x-48g4x2xl.dts24 ethernet0 = &eth1;
57 &eth1 {
H A Darmada-388-clearfog.dts49 &eth1 {
133 ethernet = <&eth1>;
/linux/arch/arm64/boot/dts/socionext/
H A Duniphier-pxs3-ref.dts33 ethernet1 = &eth1;
109 &eth1 {
/linux/arch/arm64/boot/dts/marvell/
H A Darmada-3720-uDPU.dtsi63 sfp_eth1: sfp-eth1 {
148 &eth1 {
/linux/Documentation/devicetree/bindings/net/
H A Dqca,ar71xx.yaml88 eth1: ethernet@1a000000 {
126 ethernet = <&eth1>;

123456