diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-10-17 00:20:23 -0700 |
---|---|---|
committer | Ross Brattain <ross.b.brattain@intel.com> | 2017-10-17 00:35:32 -0700 |
commit | 75a6f234f3ea392c2a22f7a698b92eb006ec4faf (patch) | |
tree | 8c2f9893214a667eae82b81b0a76528502b38453 /samples | |
parent | 095374ac59f9b390f8106ae877524e99a533a49c (diff) |
NSB: rename private->uplink, public->downlink in example
Change-Id: Ieb8943a432a59375b7e68a708666ad4caa4affd2
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/vnf_samples/traffic_profiles/example.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/vnf_samples/traffic_profiles/example.yaml b/samples/vnf_samples/traffic_profiles/example.yaml index 443fb88cf..7c6a8cb38 100644 --- a/samples/vnf_samples/traffic_profiles/example.yaml +++ b/samples/vnf_samples/traffic_profiles/example.yaml @@ -24,7 +24,7 @@ traffic_profile: flow_number: {{ flow.number }} #This decides how many frames should be generated. Each frame should have a random of the field # that specifies a range (e.g. ipv4 address, port) -private: +uplink: - ipv4_1: outer_l2: framesize: @@ -139,7 +139,7 @@ private: srcport: {{ get(flow.inner_srcport, "3002") }} dstport: {{ get(flow.inner_dstport, "3001") }} -public: +downlink: - ipv4_2: outer_l2: framesize: |