diff options
author | William Hubbs <williamh@gentoo.org> | 2017-04-18 12:51:06 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2017-04-18 12:55:44 -0500 |
commit | bde68a0f82c138858f74914c33ba8e09c8ec2b72 (patch) | |
tree | dec529bc479c2524012fd3b941fef4a60ef08a2f /app-emulation | |
parent | dev-ruby/virtus: initial import of 1.0.5 (diff) | |
download | gentoo-bde68a0f82c138858f74914c33ba8e09c8ec2b72.tar.gz gentoo-bde68a0f82c138858f74914c33ba8e09c8ec2b72.tar.bz2 gentoo-bde68a0f82c138858f74914c33ba8e09c8ec2b72.zip |
app-emulation/docker: add ip_vs_rr config check for #614306
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/docker/docker-17.04.0.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/docker/docker-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/docker/docker-17.04.0.ebuild b/app-emulation/docker/docker-17.04.0.ebuild index 8e9fcba77d9e..edd2907a2196 100644 --- a/app-emulation/docker/docker-17.04.0.ebuild +++ b/app-emulation/docker/docker-17.04.0.ebuild @@ -91,7 +91,7 @@ CONFIG_CHECK=" ~CGROUP_HUGETLB ~NET_CLS_CGROUP ~CFS_BANDWIDTH ~FAIR_GROUP_SCHED ~RT_GROUP_SCHED - ~IP_VS ~IP_VS_PROTO_TCP ~IP_VS_PROTO_UDP ~IP_VS_NFCT + ~IP_VS ~IP_VS_PROTO_TCP ~IP_VS_PROTO_UDP ~IP_VS_NFCT ~IP_VS_RR ~VXLAN ~XFRM_ALGO ~XFRM_USER diff --git a/app-emulation/docker/docker-9999.ebuild b/app-emulation/docker/docker-9999.ebuild index 722178aa6be9..c8755d6b0d83 100644 --- a/app-emulation/docker/docker-9999.ebuild +++ b/app-emulation/docker/docker-9999.ebuild @@ -89,7 +89,7 @@ CONFIG_CHECK=" ~CGROUP_HUGETLB ~NET_CLS_CGROUP ~CFS_BANDWIDTH ~FAIR_GROUP_SCHED ~RT_GROUP_SCHED - ~IP_VS ~IP_VS_PROTO_TCP ~IP_VS_PROTO_UDP ~IP_VS_NFCT + ~IP_VS ~IP_VS_PROTO_TCP ~IP_VS_PROTO_UDP ~IP_VS_NFCT ~IP_VS_RR ~VXLAN ~XFRM_ALGO ~XFRM_USER |