diff options
author | Hanoh Haim <hhaim@cisco.com> | 2016-01-18 10:53:47 +0200 |
---|---|---|
committer | Hanoh Haim <hhaim@cisco.com> | 2016-01-18 10:53:47 +0200 |
commit | c88f411b3a69d6ea56c6b9758b10c30b87a6c94b (patch) | |
tree | 2900653043bd98399e739928fe6283704e255ebb /scripts/cfg | |
parent | e58843cecc2b6d7bcf37fb85708a47af1ce402d8 (diff) |
remote zmq advanced ports
Diffstat (limited to 'scripts/cfg')
-rwxr-xr-x | scripts/cfg/ins2.yaml | 1 | ||||
-rwxr-xr-x | scripts/cfg/ucs_h1.yaml | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/scripts/cfg/ins2.yaml b/scripts/cfg/ins2.yaml index 3a010750..4cafb5ec 100755 --- a/scripts/cfg/ins2.yaml +++ b/scripts/cfg/ins2.yaml @@ -2,7 +2,6 @@ interfaces : ["82:00.0","82:00.1"] port_limit : 2 enable_zmq_pub : true # enable publisher for stats data - zmq_pub_port : 4510 #prefix : setup3 #limit_memory : 2048 c : 4 diff --git a/scripts/cfg/ucs_h1.yaml b/scripts/cfg/ucs_h1.yaml index cb0caf54..e43f6068 100755 --- a/scripts/cfg/ucs_h1.yaml +++ b/scripts/cfg/ucs_h1.yaml @@ -3,7 +3,5 @@ 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:11:00.00", "0000:11:00.01" ,"0000:0b:00.00","0000:0b:00.01"] # deprecated enable_zmq_pub : true # enable publisher for stats data - zmq_pub_port : 4510 - telnet_port : 4511 # the telnet port in case it is enable ( with intercative mode ) |