diff options
author | Deepak S <deepak.s@linux.intel.com> | 2017-09-21 22:13:09 -0700 |
---|---|---|
committer | Ross Brattain <ross.b.brattain@intel.com> | 2017-10-18 17:07:20 -0700 |
commit | ab475a6893c8cea355ffc6936df341ee90328d9d (patch) | |
tree | 574a136ebf504eeef0e8b4a466a4a15bfb6aa3f2 /samples/vnf_samples/traffic_profiles/ipv4_throughput_cgnapt.yaml | |
parent | ccc3168fc755446b6ad3d306d62b8ae251131fc2 (diff) |
Enable static cgnapt functionality.
Change-Id: Ie770ca69ebdc66589ed6ca5c25bfc9a75afb8938
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Diffstat (limited to 'samples/vnf_samples/traffic_profiles/ipv4_throughput_cgnapt.yaml')
-rw-r--r-- | samples/vnf_samples/traffic_profiles/ipv4_throughput_cgnapt.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/vnf_samples/traffic_profiles/ipv4_throughput_cgnapt.yaml b/samples/vnf_samples/traffic_profiles/ipv4_throughput_cgnapt.yaml index 4aa78e713..61cbd4e4e 100644 --- a/samples/vnf_samples/traffic_profiles/ipv4_throughput_cgnapt.yaml +++ b/samples/vnf_samples/traffic_profiles/ipv4_throughput_cgnapt.yaml @@ -94,6 +94,6 @@ downlink_0: ttl: 32 dscp: 0 outer_l4: - srcport: "{{get(flow, 'flow.dst_port_0', '1234-4321') }}" - dstport: "{{get(flow, 'flow.src_port_0', '2001-4001') }}" + srcport: "{{get(flow, 'flow.dst_port_0', '1-65535') }}" + dstport: "{{get(flow, 'flow.src_port_0', '1-65535') }}" count: "{{get(flow, 'flow.count', '1') }}" |