diff options
author | Volodymyr Mytnyk <volodymyrx.mytnyk@intel.com> | 2019-04-26 16:06:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-04-26 16:06:30 +0000 |
commit | c059db1151296830467c10e89a2ca62655b9afe9 (patch) | |
tree | afaab791c8f4e3c3068d8db5fc9081b7d3241e1b | |
parent | d7d2170d987a42fd16029c716a1b97dcf4104367 (diff) | |
parent | 325f0c9b32c7fda817edaed9785bc39bbb9d8a12 (diff) |
Merge "Corrected MAC in trex_bm.yaml.sample"
-rw-r--r-- | etc/yardstick/nodes/standalone/trex_bm.yaml.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/yardstick/nodes/standalone/trex_bm.yaml.sample b/etc/yardstick/nodes/standalone/trex_bm.yaml.sample index 1f46caaf0..fb877ec44 100644 --- a/etc/yardstick/nodes/standalone/trex_bm.yaml.sample +++ b/etc/yardstick/nodes/standalone/trex_bm.yaml.sample @@ -34,4 +34,4 @@ nodes: dpdk_port_num: 1 local_ip: "152.16.40.20" netmask: "255.255.255.0" - local_mac: "00:00.00:00:00:02" + local_mac: "00:00:00:00:00:02" |