1
0
Fork 0
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:
Michael Crosby 2016-06-28 13:34:43 -07:00 committed by GitHub
commit f529af0107

View file

@ -232,6 +232,7 @@ flags=(
CGROUP_HUGETLB
NET_CLS_CGROUP $netprio
CFS_BANDWIDTH FAIR_GROUP_SCHED RT_GROUP_SCHED
IP_VS
)
check_flags "${flags[@]}"