diff options
author | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-01-11 09:33:17 +0200 |
---|---|---|
committer | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-01-11 09:33:17 +0200 |
commit | 8ef7485303273dbdf9291cc16c6f32450786333e (patch) | |
tree | 01e32d1979a9ed28a1cfb1dbacb032c268c5b87e /scripts/cfg | |
parent | 6f7ac3900a862b34bf9982c3fc3ded29610a7e7e (diff) |
remove zmq port 4507 from "example" cfgs, should be 4500.
Diffstat (limited to 'scripts/cfg')
-rwxr-xr-x | scripts/cfg/cfg_example1.yaml | 3 | ||||
-rwxr-xr-x | scripts/cfg/ins1.yaml | 7 | ||||
-rwxr-xr-x | scripts/cfg/xl710.yaml | 7 |
3 files changed, 7 insertions, 10 deletions
diff --git a/scripts/cfg/cfg_example1.yaml b/scripts/cfg/cfg_example1.yaml index 224fb15e..f46db6ee 100755 --- a/scripts/cfg/cfg_example1.yaml +++ b/scripts/cfg/cfg_example1.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"] # + interfaces : ["03:00.0","03:00.1"] # interface_mask : [ "0000:11:00.00", "0000:11:00.01" ] # deprecated scan_only_1g : true enable_zmq_pub : true # enable publisher for stats data - zmq_pub_port : 4507 telnet_port : 4508 # the telnet port in case it is enable ( with intercative mode ) platform : master_thread_id : 12 diff --git a/scripts/cfg/ins1.yaml b/scripts/cfg/ins1.yaml index 49278db4..c22634a3 100755 --- a/scripts/cfg/ins1.yaml +++ b/scripts/cfg/ins1.yaml @@ -1,8 +1,7 @@ -- version : 2 - interfaces : ["03:00.0","03:00.1"] - port_limit : 2 +- version : 2 + interfaces : ["03:00.0","03:00.1"] + port_limit : 2 enable_zmq_pub : true # enable publisher for stats data - zmq_pub_port : 4507 prefix : setup1 limit_memory : 1024 c : 4 diff --git a/scripts/cfg/xl710.yaml b/scripts/cfg/xl710.yaml index ed66078a..403586db 100755 --- a/scripts/cfg/xl710.yaml +++ b/scripts/cfg/xl710.yaml @@ -1,8 +1,7 @@ -- version : 2 - interfaces : ["08:00.0","08:00.1"] - port_limit : 2 +- version : 2 + interfaces : ["08:00.0","08:00.1"] + port_limit : 2 enable_zmq_pub : true # enable publisher for stats data - zmq_pub_port : 4507 c : 4 # for system of 1Gb/sec NIC or VM enable this port_bandwidth_gb : 40 # port bandwidth 10Gb/sec , for VM put here 1 for XL710 put 40 |