Merge pull request #2300 from dm0-/bugs-1554

Stop networkd from interfering with Docker network interfaces
This commit is contained in:
David Michael 2016-12-05 16:35:35 -08:00 committed by GitHub
commit 3d5ac219d5
11 changed files with 10 additions and 6 deletions

View File

@ -1,4 +1,5 @@
[Match]
Name=flannel*
[Network]
[Link]
Unmanaged=yes

View File

@ -1,4 +1,5 @@
[Match]
Name=flannel*
[Network]
[Link]
Unmanaged=yes

View File

@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then
DOCKER_GITCOMMIT="unknown"
KEYWORDS="~amd64 ~arm64"
else
CROS_WORKON_COMMIT="34a2ead3915aa6bf03b5c56b5033203e96e690a1" # coreos-1.12.3
CROS_WORKON_COMMIT="cc361da5ab1aa7df69604a856c8194468e972105" # coreos-1.12.3
DOCKER_GITCOMMIT="${CROS_WORKON_COMMIT:0:7}"
KEYWORDS="amd64 arm64"
fi

View File

@ -1,4 +1,5 @@
[Match]
Driver=veth
[Network]
[Link]
Unmanaged=yes

View File

@ -2,4 +2,5 @@
Type=bridge
Name=docker*
[Network]
[Link]
Unmanaged=yes

View File

@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
# Use ~arch instead of empty keywords for compatibility with cros-workon
KEYWORDS="~amd64 ~arm64 ~arm ~x86"
else
CROS_WORKON_COMMIT="522db85e629525c744e9443f34275bb0fa935d32" # v231-coreos
CROS_WORKON_COMMIT="3b66242ad59d09895271f0e067bc93680f235dc5" # v231-coreos
KEYWORDS="amd64 arm64 ~arm ~x86"
fi