diff options
author | 2017-10-17 17:30:22 +0000 | |
---|---|---|
committer | 2017-10-17 17:30:22 +0000 | |
commit | 1e0a40a854ca2312aedad6f2c4eb55623cb2ed15 (patch) | |
tree | a4c6b9963fc7014de3e34ab1459af5d30bb3a913 /VNFs/vFW | |
parent | 22e4c2aa2e77e3db7ab5a6d6c89ad2738d1d0346 (diff) | |
parent | 90979cf8f78f6c33a34fb668fda9a8c898a15086 (diff) |
Merge "Rest API: Fix all the bugs in the HWLB, mask issue, etc" into stable/euphrates
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,) |