diff options
author | Deepak S <deepak.s@linux.intel.com> | 2017-10-14 16:57:11 -0700 |
---|---|---|
committer | Deepak S <deepak.s@linux.intel.com> | 2017-10-14 17:25:09 -0700 |
commit | 811830e00229724b614bd0270f488fcf8d0271bc (patch) | |
tree | a6fa0a340939d9f82752f4a8254570e6298dbdd4 /samples/vnf_samples/traffic_profiles/ipv4_throughput_cgnapt.yaml | |
parent | de48b16d1385cc26e83f8886d148d642c59e3d64 (diff) |
Update the traffic profile to support sample multi-port
Change-Id: Iaf8b3e0aa3855443b0628573a1df98d177f27c76
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/samples/vnf_samples/traffic_profiles/ipv4_throughput_cgnapt.yaml b/samples/vnf_samples/traffic_profiles/ipv4_throughput_cgnapt.yaml index 60a78a0c6..4aa78e713 100644 --- a/samples/vnf_samples/traffic_profiles/ipv4_throughput_cgnapt.yaml +++ b/samples/vnf_samples/traffic_profiles/ipv4_throughput_cgnapt.yaml @@ -47,6 +47,7 @@ traffic_profile: uplink_0: ipv4: + id: 1 outer_l2: framesize: 64B: "{{get(imix, 'imix.uplink.64B', '0') }}" @@ -72,6 +73,7 @@ uplink_0: count: "{{get(flow, 'flow.count', '1') }}" downlink_0: ipv4: + id: 2 outer_l2: framesize: 64B: "{{ get(imix, 'imix.downlink.64B', '0') }}" |