mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #24047 from cpuguy83/add_ipvs_to_check
Add ip_vs to check-config script
This commit is contained in:
commit
f529af0107
1 changed files with 1 additions and 0 deletions
|
@ -232,6 +232,7 @@ flags=(
|
|||
CGROUP_HUGETLB
|
||||
NET_CLS_CGROUP $netprio
|
||||
CFS_BANDWIDTH FAIR_GROUP_SCHED RT_GROUP_SCHED
|
||||
IP_VS
|
||||
)
|
||||
check_flags "${flags[@]}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue