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 07:31:53 +0000 |
commit | 8ada1801ff4c8e51a9d0d359d71931744158351b (patch) | |
tree | f9c9d5c4fa802997a38e92f43276bdd5b34ffe9e /samples/vnf_samples/traffic_profiles | |
parent | 0c0ba9bff5e54d02b924fe1bfe30c68190a24956 (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/vnf_samples/traffic_profiles')
-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: |