diff options
author | Deepak S <deepak.s@linux.intel.com> | 2017-10-17 15:39:56 +0530 |
---|---|---|
committer | Deepak S <deepak.s@linux.intel.com> | 2017-10-17 03:18:10 -0700 |
commit | 9d00f69286db5234160d1729c76e437cc24a4f18 (patch) | |
tree | 1775a1a93f49d4407a9f67759397070998ec1656 /VNFs | |
parent | 55a4eb6880487b04272c6bada82e21b898cbd44e (diff) |
Rest API: Fix all the bugs in the HWLB, mask issue, etc
Change-Id: If7cc44f3b57a54aef510f729930e6f79bf83689e
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Diffstat (limited to 'VNFs')
-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,) |