diff options
author | Deepak S <deepak.s@linux.intel.com> | 2017-10-17 17:30:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-10-17 17:30:32 +0000 |
commit | cebfb1f01540ca791aa2edc84a0e7ebba567ce28 (patch) | |
tree | a4c6b9963fc7014de3e34ab1459af5d30bb3a913 /VNFs/vFW | |
parent | e053f47d7137aa0cc0d60f76be8779b04d6b833b (diff) | |
parent | 9d00f69286db5234160d1729c76e437cc24a4f18 (diff) |
Merge "Rest API: Fix all the bugs in the HWLB, mask issue, etc"
Diffstat (limited to 'VNFs/vFW')
-rw-r--r-- | VNFs/vFW/vnf_template.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/VNFs/vFW/vnf_template.txt b/VNFs/vFW/vnf_template.txt index ed8253be..b0f482d5 100644 --- a/VNFs/vFW/vnf_template.txt +++ b/VNFs/vFW/vnf_template.txt @@ -4,7 +4,7 @@ core = 0 [ARPICMP] type = ARPICMP -core = 1 +core = 0 pktq_in = SWQ0 pktq_out = TXQ0.0 TXQ1.0 pktq_in_prv = RXQ0.0 @@ -13,7 +13,7 @@ prv_que_handler = (0) [TIMER] type = TIMER -core = 2 +core = 0 n_flows = 1048576 [TXRX-BEGIN] @@ -64,7 +64,6 @@ timer_period = 100 max_clients_per_ip = 65535 max_port_per_client = 10 public_ip_port_range = 98103214:(1, 65535) -vnf_set = (3,4,5) pkt_type = ipv4 cgnapt_meta_offset = 128 prv_que_handler = (0,) |