From 5d5ba6d0e26caef0e6c8709b70feb521012d1844 Mon Sep 17 00:00:00 2001 From: Anand B Jyoti Date: Tue, 3 Oct 2017 04:49:08 +0530 Subject: Docs: Update design and userguide for common gateway routing JIRA: SAMPLEVNF-81 Updating design and userguide for common gateway routing functionality. Change-Id: I347f03d37469858a69d7fcca86de31ee03d08086 Signed-off-by: Anand B Jyoti --- .../user/userguide/05-How_to_run_SampleVNFs.rst | 25 +++++++++++----------- 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'docs/testing/user/userguide/05-How_to_run_SampleVNFs.rst') diff --git a/docs/testing/user/userguide/05-How_to_run_SampleVNFs.rst b/docs/testing/user/userguide/05-How_to_run_SampleVNFs.rst index dc764fa6..b5880645 100644 --- a/docs/testing/user/userguide/05-How_to_run_SampleVNFs.rst +++ b/docs/testing/user/userguide/05-How_to_run_SampleVNFs.rst @@ -221,9 +221,9 @@ Step 3: Bind the datapath ports to DPDK link 1 config 8 link 1 up - ; routeadd - routeadd 0 0xff000000 - routeadd 1 0xff000000 + ; routeadd + routeadd net 0 0xff000000 + routeadd net 1 0xff000000 ; IPv4 static ARP; disable if dynamic arp is enabled. p 1 arpadd 0 @@ -288,9 +288,10 @@ Step 3: Bind the datapath ports to DPDK link 1 down link 1 config 8 link 1 up + ; routeadd - routeadd 0 0xff000000 - routeadd 1 0xff000000 + routeadd net 0 0xff000000 + routeadd net 1 0xff000000 ; IPv4 static ARP; disable if dynamic arp is enabled. p 1 arpadd 0 @@ -355,9 +356,10 @@ Step 3: Bind the datapath ports to DPDK link 1 down link 1 config 8 link 1 up - ; routeadd - routeadd 0 0xff000000 - routeadd 1 0xff000000 + + ; routeadd + routeadd net 0 0xff000000 + routeadd net 1 0xff000000 ; IPv4 static ARP; disable if dynamic arp is enabled. p 1 arpadd 0 @@ -427,10 +429,9 @@ Step 3: Bind the datapath ports to DPDK ;p entry addm prvport> ;p 5 entry addm 202.16.100.20 1234 152.16.40.10 1 0 500 65535 1234 65535 - - ; routeadd - routeadd 0 0xff000000 - routeadd 1 0xff000000 + ; routeadd + routeadd net 0 0xff000000 + routeadd net 1 0xff000000 ; IPv4 static ARP; disable if dynamic arp is enabled. p 1 arpadd 0 -- cgit 1.2.3-korg