From 1ce9d61a4ebc546f4928ced3765e2e8ebf9d536f Mon Sep 17 00:00:00 2001 From: johnjiang Date: Tue, 11 Jul 2017 11:36:28 +0800 Subject: [PATCH] Update Launch_F-Stack_on_AWS_EC2_in_one_minute.md --- doc/Launch_F-Stack_on_AWS_EC2_in_one_minute.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Launch_F-Stack_on_AWS_EC2_in_one_minute.md b/doc/Launch_F-Stack_on_AWS_EC2_in_one_minute.md index b7bd5cbf..f1e3be75 100644 --- a/doc/Launch_F-Stack_on_AWS_EC2_in_one_minute.md +++ b/doc/Launch_F-Stack_on_AWS_EC2_in_one_minute.md @@ -63,7 +63,7 @@ make make install - # offload NIC + # offload NIC(if there is only one NIC,the 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 \ No newline at end of file + route add -net 0.0.0.0 gw ${mygw} dev veth0