| /f-stack/doc/ |
| H A D | Launch_F-Stack_on_AWS_EC2_in_one_minute.md | 33 export myaddr=`ifconfig eth0 | grep "inet" | grep -v ":" | awk -F ' ' '{print $2}'` 34 export mymask=`ifconfig eth0 | grep "netmask" | awk -F ' ' '{print $4}'` 35 export mybc=`ifconfig eth0 | grep "broadcast" | awk -F ' ' '{print $6}'` 36 export myhw=`ifconfig eth0 | grep "ether" | awk -F ' ' '{print $2}'` 39 …#export myaddr=`ifconfig eth0 | grep "inet addr" | awk -F ' ' '{print $2}' | awk -F ':' '{print … 40 … #export mymask=`ifconfig eth0 | grep "Mask" | awk -F ' ' '{print $4}' | awk -F ':' '{print $2}'` 41 #export mybc=`ifconfig eth0 | grep "Bcast" | awk -F ' ' '{print $3}' | awk -F ':' '{print $2}'` 42 #export myhw=`ifconfig eth0 | grep "HWaddr" | awk -F ' ' '{print $5}'` 81 ifconfig eth0 down 92 ifconfig veth0 ${myaddr} netmask ${mymask} broadcast ${mybc} hw ether ${myhw}
|
| H A D | F-Stack_Release_Note.md | 34 …- Add ff_ipc_exit() to clean temp files in /var/ while run F-Stack tools arp/ifconfig/route/ipfw. … 126 4. Network tools: sysctl, ifconfig, route, netstat, top, etc.
|
| H A D | F-Stack_Quick_Start_Guide.md | 50 ifconfig eth0 down
|
| H A D | F-Stack_Binary_Release_Quick_Start.md | 22 - dev_name is the name of your NIC, you can see it with *ifconfig* or *ip addr* command
|
| /f-stack/dpdk/examples/ipsec-secgw/test/ |
| H A D | common_defs.sh | 158 ifconfig ${LOCAL_IFACE} mtu ${mtu} 165 ifconfig ${LOCAL_IFACE} ${LOCAL_IPV4}/24 up 166 ifconfig ${LOCAL_IFACE} 187 ssh ${REMOTE_HOST} ifconfig ${REMOTE_IFACE} down 188 ssh ${REMOTE_HOST} ifconfig ${REMOTE_IFACE} ${REMOTE_IPV4}/24 up 189 ssh ${REMOTE_HOST} ifconfig ${REMOTE_IFACE}
|
| H A D | pkttest.sh | 48 ifconfig dtap0 up 49 ifconfig dtap1 up
|
| H A D | common_defs_secgw.sh | 54 ifconfig ${SGW_WAIT_DEV}
|
| /f-stack/tools/route/tests/ |
| H A D | basic.sh | 43 ifconfig ${epair}a 192.0.2.2/24 up 45 jexec alcatraz ifconfig ${epair}b 192.0.2.1/24 up 88 ifconfig ${epair}a inet6 2001:db8:cc4b::1/64 up no_dad 90 jexec alcatraz ifconfig ${epair}b inet6 2001:db8:cc4b::2/64 up no_dad
|
| /f-stack/tools/ifconfig/ |
| H A D | Makefile | 4 PROG= ifconfig 6 SRCS= ifconfig.c # base support 87 MAN= ifconfig.8
|
| H A D | ifconfig.c | 142 static int ifconfig(int argc, char *const *argv, int iscreate, 625 ifconfig(argc, argv, 1, NULL); in main() 642 ifconfig(argc, argv, 0, NULL); in main() 686 ifconfig(argc, argv, 0, afp); in main() 768 ifconfig(argc, argv, 0, afp); in main() 980 ifconfig(int argc, char *const *argv, int iscreate, const struct afswtch *uafp) in ifconfig() function
|
| /f-stack/dpdk/doc/guides/howto/ |
| H A D | lm_bond_virtio_sriov.rst | 449 ifconfig tap1 down 459 ifconfig ens3f0 up 460 ifconfig tap1 up 461 ifconfig ens6f0 up 462 ifconfig virbr0 up 552 ifconfig tap1 down 562 ifconfig ens4f0 up 563 ifconfig tap1 up 564 ifconfig ens5f0 up 565 ifconfig virbr0 up [all …]
|
| H A D | virtio_user_as_exceptional_path.rst | 106 ifconfig tap0 1.1.1.1/24 up
|
| /f-stack/dpdk/examples/ip_pipeline/examples/ |
| H A D | kni.cli | 24 ; [Linux]$ ifconfig br0 up 25 ; [Linux]$ ifconfig KNI0 up 26 ; [Linux]$ ifconfig KNI1 up
|
| H A D | tap.cli | 21 ; [Linux]$ ifconfig TAP0 up 22 ; [Linux]$ ifconfig TAP1 up 23 ; [Linux]$ ifconfig br0 up
|
| /f-stack/tools/ |
| H A D | Makefile | 1 SUBDIRS=compat libutil libmemstat libxo libnetgraph sysctl ifconfig route top netstat ngctl ipfw ar… 16 ln -sf ${PREFIX_BIN}/f-stack/ifconfig ${PREFIX_BIN}/ff_ifconfig
|
| H A D | README.md | 41 # ifconfig chapter 44 ifconfig -p <f-stack proc_id> [-f type:format] %sinterface address_family 46 ifconfig -p <f-stack proc_id> interface create 47 ifconfig -p <f-stack proc_id> -a %s[-d] [-m] [-u] [-v] [address_family] 48 ifconfig -p <f-stack proc_id> -l [-d] [-u] [address_family] 49 ifconfig -p <f-stack proc_id> %s[-d] [-m] [-u] [-v] 53 ifconfig -p <f-stack proc_id> interface inet6 <ipv6 address> autoconf 65 For more details, see [Manual page](https://www.freebsd.org/cgi/man.cgi?ifconfig).
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | liquidio.rst | 55 ifconfig p4p1 up 56 ifconfig p4p2 up 62 ifconfig p4p1 mtu 9000 63 ifconfig p4p2 mtu 9000
|
| H A D | kni.rst | 69 to handle Linux network interface control commands, like ``ifconfig kni0 up`` 127 $ ifconfig kni0 && ifconfig kni1
|
| H A D | cxgbe.rst | 358 #. Use ifconfig to get the interface name assigned to Chelsio card: 362 ifconfig -a | grep "00:07:43" 516 #. Use ifconfig to get the interface name assigned to Chelsio card: 520 ifconfig -a | grep "00:07:43" 533 ifconfig p1p1 up 534 ifconfig p1p2 up
|
| H A D | bnx2x.rst | 160 ifconfig ens5f0 up 161 ifconfig ens5f1 up
|
| H A D | tap.rst | 14 create a number of tap devices in the host accessed via ``ifconfig -a`` or 88 The devices in host can be accessed via ``ifconfig`` or ``ip`` command. TUN 201 Verify with ``ifconfig -a`` command in a different xterm window, should have a
|
| H A D | qede.rst | 229 ifconfig ens5f0 up 230 ifconfig ens5f1 up
|
| H A D | e1000em.rst | 128 #. Configure your TAP networking interfaces using ip/ifconfig tools.
|
| /f-stack/ |
| H A D | README.md | 71 ifconfig eth0 down 127 ifconfig veth0 <ipaddr> netmask <netmask> broadcast <broadcast> hw ether <mac addr>
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | kernel_nic_interface.rst | 16 * Allows management of DPDK ports using standard Linux net tools such as ethtool, ifconfig and tc… 241 For example, when the user runs ``ifconfig <ifaceX> [-]allmulti``. If the
|