From 90979cf8f78f6c33a34fb668fda9a8c898a15086 Mon Sep 17 00:00:00 2001 From: Deepak S Date: Tue, 17 Oct 2017 15:39:56 +0530 Subject: Rest API: Fix all the bugs in the HWLB, mask issue, etc Change-Id: I0f593c3e676407ca01d34792ef8309cf37f4c686 Signed-off-by: Deepak S --- VNFs/vFW/vnf_template.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'VNFs/vFW/vnf_template.txt') 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,) -- cgit 1.2.3-korg