/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pynetlinux/ |
H A D | 0002-Fixed-relative-imports.patch | 25 -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 D | udp_tunnel_nic.sh | 272 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 D | bridge | 29 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 D | bridge-vlan | 36 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 D | port | 10 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 D | bridge-vlan-stp | 38 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 D | bridge-stp | 30 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 D | alias.rst | 12 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 D | generic-hdlc.rst | 56 ifconfig hdlc0 up 57 ifconfig pvc0 localIP pointopoint remoteIP 59 In Frame Relay mode, ifconfig master hdlc device up (without assigning
|
H A D | eql.rst | 107 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 D | arcnet.rst | 379 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-connectivity/inetutils/ |
H A D | inetutils_2.5.bb | 77 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/openbmc/poky/meta/recipes-core/busybox/files/ |
H A D | simple.script | 34 /SBIN_DIR/ifconfig $interface 0.0.0.0 43 /SBIN_DIR/ifconfig $interface $ip $BROADCAST $NETMASK
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | route_localnet.sh | 21 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 D | run-ptest | 39 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 D | code_update_utils_serial.robot | 37 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 D | README_VirtualBox_Toaster.txt | 20 $ ifconfig 39 $ ifconfig
|
/openbmc/openbmc/poky/meta/recipes-core/udev/udev-extraconf/ |
H A D | network.sh | 46 ifconfig | grep -q "^$INTERFACE" || ifup $INTERFACE
|
/openbmc/ipmitool/contrib/ |
H A D | bmclanconf | 158 IFCONFIG=ifconfig 166 IFCONFIG=ifconfig
|
/openbmc/openbmc/meta-facebook/recipes-fb/network-wait-ipv6-ll/network-wait-ipv6-ll/ |
H A D | check-ipv6-ll | 32 ifconfig "$eth_intf" up
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/dlink/ |
H A D | dl2k.rst | 45 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 D | net-tools_2.10.bb | 7 file://ifconfig.c;beginline=11;endline=15;md5=d1ca372080ad5401e23ca0afc35cf9ba" 89 base_bindir_progs = "ifconfig netstat route \
|
/openbmc/qemu/python/qemu/utils/ |
H A D | qemu_ga_client.py | 127 def ifconfig(self) -> str: member in QemuGuestAgentClient 228 print(client.ifconfig())
|
/openbmc/linux/Documentation/userspace-api/media/dvb/ |
H A D | net.rst | 24 the standard ip tools (like ip, route, netstat, ifconfig, etc).
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/ti/ |
H A D | cpsw_switchdev.rst | 208 ifconfig br0 > /dev/null 222 ifconfig sw0p1 0.0.0.0 237 cp /sbin/ifconfig /tmp/root/bin
|