diff options
Diffstat (limited to 'samples/vnf_samples/nsut/cgnapt/cgnat.cfg')
-rw-r--r-- | samples/vnf_samples/nsut/cgnapt/cgnat.cfg | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/samples/vnf_samples/nsut/cgnapt/cgnat.cfg b/samples/vnf_samples/nsut/cgnapt/cgnat.cfg index 8b16f57f6..37c5e2731 100644 --- a/samples/vnf_samples/nsut/cgnapt/cgnat.cfg +++ b/samples/vnf_samples/nsut/cgnapt/cgnat.cfg @@ -39,6 +39,7 @@ prv_to_pub_map = (0,1) [PIPELINE2] type = TIMER core = 2 +timer_dyn_timeout = 1000000 n_flows = 1048576 [PIPELINE3] type = TXRX @@ -71,10 +72,10 @@ key_size = 8 hash_offset = 200;72 ;cgnapt_debug = 2 ; -timer_period = 100 +timer_period = 10000 max_clients_per_ip = 65535 -max_port_per_client = 10 -public_ip_port_range = 98103214:(1, 65535) +max_port_per_client = 100 +public_ip_port_range = 04040000:(1, 65535) vnf_set = (3,4,5) pkt_type = ipv4 cgnapt_meta_offset = 128 |