diff options
author | Sridhar Rao <sridhar.rao@spirent.com> | 2021-06-17 12:00:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2021-06-17 12:00:09 +0000 |
commit | 7e7df7806ac7fdd23f29f26217eb3385134cbf1e (patch) | |
tree | 3e93cc76d9af6c1e0f09ee42100b9aedf016183c /conf/02_vswitch.conf | |
parent | b3d8f3e6b150a9c1a031e4f27f3d192119e26d85 (diff) | |
parent | 8137692dd94e112943dcc576470f4b361fbd8c5c (diff) |
Merge "WIP:Infrastructure for supporting more K8S Tests."
Diffstat (limited to 'conf/02_vswitch.conf')
-rw-r--r-- | conf/02_vswitch.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/02_vswitch.conf b/conf/02_vswitch.conf index 4eca1a52..7a29fc70 100644 --- a/conf/02_vswitch.conf +++ b/conf/02_vswitch.conf @@ -250,3 +250,6 @@ VSWITCH_VPP_L2_CONNECT_MODE = 'xconnect' # Options used during creation of dpdkvhostuser interface VSWITCH_VPP_VHOSTUSER_ARGS = ['feature-mask', '0xFF'] + +EXT_VSWITCH_VPP_FLOWCTL = 'vppctl' +EXT_VSWITCH_OVS_FLOWCTL = 'ovs-ofctl' |