summaryrefslogtreecommitdiffstats
path: root/scripts/cfg
diff options
context:
space:
mode:
authorIdo Barnea <ibarnea@cisco.com>2016-10-13 14:20:01 +0300
committerIdo Barnea <ibarnea@cisco.com>2016-10-13 14:26:53 +0300
commit9ed37dfeed71c3adac59f02e08ee08627bd7924c (patch)
treea7b475cc969dcb0091c51f8ab4e0715df5531a74 /scripts/cfg
parent034a89b3319ffce0c7bef9576ee80a35dcb217b2 (diff)
Fix bundeling in file names to bundling
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
Diffstat (limited to 'scripts/cfg')
-rw-r--r--scripts/cfg/simple_cfg.yaml19
1 files changed, 9 insertions, 10 deletions
diff --git a/scripts/cfg/simple_cfg.yaml b/scripts/cfg/simple_cfg.yaml
index 7b1dc393..867bcb2f 100644
--- a/scripts/cfg/simple_cfg.yaml
+++ b/scripts/cfg/simple_cfg.yaml
@@ -1,10 +1,9 @@
-- port_limit : 2 # this option can limit the number of port of the platform
- version : 2
- interfaces : ["03:00.0","03:00.1"] #the interfaces using ./dpdk_setup_ports.py -s
- port_info : # set eh mac addr
- - dest_mac : [0x00,0x00,0x00,0x01,0x00,0x00] # router mac addr should be taken from router
- src_mac : [0x00,0x00,0x00,0x02,0x00,0x00] # source mac-addr - taken from ifconfig
- - dest_mac : [0x00,0x00,0x00,0x03,0x00,0x00] # router mac addr taken from router
- src_mac : [0x00,0x00,0x00,0x04,0x00,0x00] #source mac-addr taken from ifconfig
-
-
+- port_limit : 2
+ version : 2
+ # Change below line. Use sudo ./dpdk_setup_ports.py -s to see list of interfaces on your machine
+ interfaces : ["03:00.0", "03:00.1"]
+ port_info :
+ - default_gw : "1.1.1.1"
+ ip : "2.2.2.2"
+ - default_gw : "2.2.2.2"
+ ip : "1.1.1.1"