diff options
author | Sridhar K. N. Rao <srao@linuxfoundation.org> | 2022-05-04 00:18:03 +0530 |
---|---|---|
committer | Sridhar K. N. Rao <srao@linuxfoundation.org> | 2022-05-13 11:38:51 +0530 |
commit | 75ea2c825f858b22f79ad1535b733f4a72fd125a (patch) | |
tree | 32537f2ada24d1567761aba1b821dc14fb81cdbb /conf/12_k8s.conf | |
parent | 2fcc501a8cf9f5a7dbcedf48946e225dfc485ff8 (diff) |
[Core] Minor Updates to the flow.
This patch adds minor updates to the flow.
1. Add license Information
2. Remove spaces.
Signed-off-by: Sridhar K. N. Rao <srao@linuxfoundation.org>
Change-Id: I805ee93afc5c7b1c7c157dad643b9ddac2d4d55d
Diffstat (limited to 'conf/12_k8s.conf')
-rw-r--r-- | conf/12_k8s.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/12_k8s.conf b/conf/12_k8s.conf index 04e70de4..1b51f687 100644 --- a/conf/12_k8s.conf +++ b/conf/12_k8s.conf @@ -1,3 +1,4 @@ +# Copyright 2022 The Linux Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -45,3 +46,6 @@ APP_NAME = 'l2fwd' EXT_VSWITCH = True EXT_VSWITCH_TYPE = 'VPP' EXT_OVS_BRIDGE = 'br0' + +# Flow Control +USCNI_INTERFACE_PAIRS = 1 |