aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick
diff options
context:
space:
mode:
authorDeepak S <deepak.s@linux.intel.com>2017-08-23 03:46:17 -0700
committerDeepak S <deepak.s@linux.intel.com>2017-08-23 19:17:13 -0700
commit37ab5baeb3a395088bc571d77d426245b7e7fca2 (patch)
treeec6310c1e6a347f71d69b772cd3f3421cf15410f /yardstick
parent5ed1f7ebbe7a9ae6138f56051a15e7774f6e71b9 (diff)
Fixed invalid vfw/vacl rulw config issues
Change-Id: Ib96bc4bec359005e04e4a839846779d918881ba4 Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Diffstat (limited to 'yardstick')
-rw-r--r--yardstick/network_services/helpers/samplevnf_helper.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/yardstick/network_services/helpers/samplevnf_helper.py b/yardstick/network_services/helpers/samplevnf_helper.py
index dbc10b8c5..35d23603f 100644
--- a/yardstick/network_services/helpers/samplevnf_helper.py
+++ b/yardstick/network_services/helpers/samplevnf_helper.py
@@ -36,13 +36,13 @@ link {0} up
ACTION_TEMPLATE = """\
p action add {0} accept
-p action add {0} fwd
+p action add {0} fwd {0}
p action add {0} count
"""
FW_ACTION_TEMPLATE = """\
p action add {0} accept
-p action add {0} fwd
+p action add {0} fwd {0}
p action add {0} count
p action add {0} conntrack
"""