From 9d3ea6e1c505a93182821022db45bd718ff170b2 Mon Sep 17 00:00:00 2001 From: Brian Goff Date: Tue, 28 Jun 2016 13:42:38 -0400 Subject: [PATCH] Add ip_vs to check-config script Signed-off-by: Brian Goff Upstream-commit: 9e14002cedd21d6eedd86ea2a536f1137f88921d Component: engine --- components/engine/contrib/check-config.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/components/engine/contrib/check-config.sh b/components/engine/contrib/check-config.sh index c71c81930e..8279639090 100755 --- a/components/engine/contrib/check-config.sh +++ b/components/engine/contrib/check-config.sh @@ -232,6 +232,7 @@ flags=( CGROUP_HUGETLB NET_CLS_CGROUP $netprio CFS_BANDWIDTH FAIR_GROUP_SCHED RT_GROUP_SCHED + IP_VS ) check_flags "${flags[@]}"