Update Launch_F-Stack_on_AWS_EC2_in_one_minute.md

This commit is contained in:
johnjiang 2017-07-11 11:36:28 +08:00 committed by GitHub
parent c8722d26ac
commit 1ce9d61a4e
1 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@
make
make install
# offload NIC
# offload NICif there is only one NICthe follow commands must run in a script
ifconfig eth0 down
python /data/f-stack/dpdk/tools/dpdk-devbind.py --bind=igb_uio eth0
@ -74,4 +74,4 @@
# start kni
sleep 30
ifconfig veth0 ${myaddr} netmask ${mymask} broadcast ${mybc} hw ether ${myhw}
route add -net 0.0.0.0 gw ${mygw} dev veth0
route add -net 0.0.0.0 gw ${mygw} dev veth0