Home
last modified time | relevance | path

Searched refs:ifconfig (Results 1 – 25 of 70) sorted by relevance

123

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pynetlinux/
H A D0002-Fixed-relative-imports.patch25 -import ifconfig
29 +from . import ifconfig
40 -import ifconfig
41 +from . import ifconfig
53 -import ifconfig
54 +from . import ifconfig
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dudp_tunnel_nic.sh272 ifconfig $NSIM_NETDEV up
286 ifconfig vxlan1 down
287 ifconfig vxlan0 down
295 ifconfig $ifc up
316 ifconfig $NSIM_NETDEV up
435 ifconfig $NSIM_NETDEV up
829 ifconfig vxlan1 down
830 ifconfig vxlan0 down
834 ifconfig $ifc up
846 ifconfig $NSIM_NETDEV down
[all …]
/openbmc/qemu/tests/rocker/
H A Dbridge29 simp ssh tut sw1 --cmd "sudo ifconfig br0 up"
30 simp ssh tut sw1 --cmd "sudo ifconfig sw1p1 up"
31 simp ssh tut sw1 --cmd "sudo ifconfig sw1p2 up"
32 simp ssh tut sw1 --cmd "sudo ifconfig br0 11.0.0.3/24"
36 simp ssh tut h1 --cmd "sudo ifconfig sw1p1 11.0.0.1/24"
37 simp ssh tut h2 --cmd "sudo ifconfig sw1p1 11.0.0.2/24"
H A Dbridge-vlan36 simp ssh tut sw1 --cmd "sudo ifconfig br0 up"
37 simp ssh tut sw1 --cmd "sudo ifconfig sw1p1 up"
38 simp ssh tut sw1 --cmd "sudo ifconfig sw1p2 up"
43 simp ssh tut h1 --cmd "sudo ifconfig sw1p1 up"
44 simp ssh tut h1 --cmd "sudo ifconfig sw1p1.57 11.0.0.1/24"
47 simp ssh tut h2 --cmd "sudo ifconfig sw1p1 up"
48 simp ssh tut h2 --cmd "sudo ifconfig sw1p1.57 11.0.0.2/24"
H A Dport10 simp ssh tut sw1 --cmd "sudo ifconfig sw1p1 11.0.0.1/24"
11 simp ssh tut sw1 --cmd "sudo ifconfig sw1p2 12.0.0.1/24"
15 simp ssh tut h1 --cmd "sudo ifconfig sw1p1 11.0.0.2/24"
16 simp ssh tut h2 --cmd "sudo ifconfig sw1p1 12.0.0.2/24"
H A Dbridge-vlan-stp38 simp ssh tut h1 --cmd "sudo ifconfig sw1p1 up"
39 simp ssh tut h1 --cmd "sudo ifconfig sw1p1.57 11.0.0.1/24"
42 simp ssh tut h2 --cmd "sudo ifconfig sw1p1 up"
43 simp ssh tut h2 --cmd "sudo ifconfig sw1p1.57 11.0.0.2/24"
47 simp ssh tut sw1 --cmd "sudo ifconfig br0 up"
48 simp ssh tut sw1 --cmd "sudo ifconfig sw1p1 up"
49 simp ssh tut sw1 --cmd "sudo ifconfig sw1p2 up"
H A Dbridge-stp30 simp ssh tut h1 --cmd "sudo ifconfig sw1p1 11.0.0.1/24"
31 simp ssh tut h2 --cmd "sudo ifconfig sw1p1 11.0.0.2/24"
35 simp ssh tut sw1 --cmd "sudo ifconfig br0 up"
36 simp ssh tut sw1 --cmd "sudo ifconfig sw1p1 up"
37 simp ssh tut sw1 --cmd "sudo ifconfig sw1p2 up"
/openbmc/linux/Documentation/networking/
H A Dalias.rst12 An alias is formed by adding a colon and a string when running ifconfig.
23 # ifconfig eth0:0 200.1.1.1 etc,etc....
35 # ifconfig eth0:0 down
43 and refer to them as usual (ifconfig, route, etc).
H A Dgeneric-hdlc.rst56 ifconfig hdlc0 up
57 ifconfig pvc0 localIP pointopoint remoteIP
59 In Frame Relay mode, ifconfig master hdlc device up (without assigning
H A Deql.rst107 In rc.inet1, ifconfig the eql device to the IP address you usually use
111 too far below 296 is probably overkill. Here is an example ifconfig
114 ifconfig eql 198.67.33.239 mtu 1006
141 either down the device with ifconfig (eql will automatically bury the
143 it. (-- Or just ifconfig it down, and the eql driver will take it out
H A Darcnet.rst379 ifconfig the arc0 device. To actually use them, though, you need to also
380 ifconfig the other virtual devices you need. There are a number of ways you
393 ifconfig arc0 MY.IP.ADD.RESS
400 ifconfig arc0 MY.IP.ADD.RESS
401 ifconfig arc0e MY.IP.ADD.RESS
434 ifconfig arc0 insight
446 ifconfig arc0 freedom
479 ifconfig arc0e gatekeeper
541 Do the same as above, but also include the output of the ifconfig and route
569 reset (which should only happen when you do an ifconfig up, or when Linux
[all …]
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/
H A Dsimple.script34 /SBIN_DIR/ifconfig $interface 0.0.0.0
43 /SBIN_DIR/ifconfig $interface $ip $BROADCAST $NETMASK
/openbmc/openbmc/poky/meta/recipes-connectivity/inetutils/
H A Dinetutils_2.5.bb77 mv ${D}${bindir}/ifconfig ${D}${base_sbindir}/
110 PACKAGES =+ "${PN}-ping ${PN}-ping6 ${PN}-hostname ${PN}-ifconfig \
160 ALTERNATIVE:${PN}-ifconfig = "ifconfig"
161 ALTERNATIVE_LINK_NAME[ifconfig] = "${base_sbindir}/ifconfig"
174 FILES:${PN}-ifconfig = "${base_sbindir}/ifconfig.${BPN}"
/openbmc/linux/tools/testing/selftests/net/
H A Droute_localnet.sh21 ifconfig veth0 127.25.3.4/24 up
22 ip netns exec "${PEER_NS}" ifconfig veth1 127.25.3.14/24 up
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A Drun-ptest39 ifconfig | grep $ETH_TEST > /dev/null || exit_cus "The network interface you provide is invalid" 1
66 test_ip="`ifconfig $ETH_TEST | grep 'inet ' | sed 's/^.*inet addr://g' | \
/openbmc/openbmc-test-automation/lib/
H A Dcode_update_utils_serial.robot37 Execute Command On Serial Console ifconfig eth0 down
39 Execute Command On Serial Console ifconfig eth0 up
/openbmc/openbmc/poky/meta/recipes-core/images/build-appliance-image/
H A DREADME_VirtualBox_Toaster.txt20 $ ifconfig
39 $ ifconfig
/openbmc/openbmc/poky/meta/recipes-core/udev/udev-extraconf/
H A Dnetwork.sh46 ifconfig | grep -q "^$INTERFACE" || ifup $INTERFACE
/openbmc/ipmitool/contrib/
H A Dbmclanconf158 IFCONFIG=ifconfig
166 IFCONFIG=ifconfig
/openbmc/openbmc/meta-facebook/recipes-fb/network-wait-ipv6-ll/network-wait-ipv6-ll/
H A Dcheck-ipv6-ll32 ifconfig "$eth_intf" up
/openbmc/linux/Documentation/networking/device_drivers/ethernet/dlink/
H A Ddl2k.rst45 3. ifconfig eth0 up 10.xxx.xxx.xxx netmask 255.0.0.0
50 "ifconfig". If tested ok, continue the next step.
146 ifconfig eth0 up
160 ifconfig eth0 down
167 ifconfig
/openbmc/openbmc/poky/meta/recipes-extended/net-tools/
H A Dnet-tools_2.10.bb7 file://ifconfig.c;beginline=11;endline=15;md5=d1ca372080ad5401e23ca0afc35cf9ba"
89 base_bindir_progs = "ifconfig netstat route \
/openbmc/qemu/python/qemu/utils/
H A Dqemu_ga_client.py127 def ifconfig(self) -> str: member in QemuGuestAgentClient
228 print(client.ifconfig())
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dnet.rst24 the standard ip tools (like ip, route, netstat, ifconfig, etc).
/openbmc/linux/Documentation/networking/device_drivers/ethernet/ti/
H A Dcpsw_switchdev.rst208 ifconfig br0 > /dev/null
222 ifconfig sw0p1 0.0.0.0
237 cp /sbin/ifconfig /tmp/root/bin

123