summaryrefslogtreecommitdiffstats
path: root/scripts/cfg
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2016-03-10 21:57:08 +0200
committerHanoh Haim <hhaim@cisco.com>2016-03-10 21:57:08 +0200
commitde9447ae4f52fb588157fc0eea27652a5f30d6c0 (patch)
treee92f4d7455047f7786259915b5e46bcf8be9cdea /scripts/cfg
parentfd3be76323767709d9c15fb02d22265ced89a19e (diff)
remove disable zmq
Diffstat (limited to 'scripts/cfg')
-rwxr-xr-xscripts/cfg/cfg_example2.yaml4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/cfg/cfg_example2.yaml b/scripts/cfg/cfg_example2.yaml
index d9797bf4..b72b0619 100755
--- a/scripts/cfg/cfg_example2.yaml
+++ b/scripts/cfg/cfg_example2.yaml
@@ -1,10 +1,6 @@
- port_limit : 2 # this option can limit the number of port of the platform
version : 2
interfaces : ["03:00.0","03:00.1","13:00.1","13:00.0"] # list of the interfaces to bind run ./dpdk_nic_bind.py --status
- interface_mask : [ "0000:22:00.00", "0000:22:00.01" ] # deprecated
- enable_zmq_pub : false # enable publisher for stats data
- zmq_pub_port : 4500
- telnet_port : 4501 # the telnet port in case it is enable ( with intercative mode )
port_info : # set eh mac addr
- dest_mac : [0x0,0x0,0x0,0x1,0x0,0x00] # port 0
src_mac : [0x0,0x0,0x0,0x2,0x0,0x00]