Skip to content

Commit f4bcc94

Browse files
authored
Merge pull request #3426 from flatcar/kai/tun-exclusion
Exclude TUN devices from default systemd-networkd setup
2 parents db85763 + 724587e commit f4bcc94

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Excluded TUN/TAP interfaces from the default DHCP network configuration to solve conflicts with the programs that created them ([Flatcar#1933](https://github.com/flatcar/Flatcar/issues/1933))

sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-9999.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ EGIT_REPO_URI="https://github.com/flatcar/init.git"
88
if [[ "${PV}" == 9999 ]]; then
99
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
1010
else
11-
EGIT_COMMIT="ba8eefbeaf0bc272828637506a2e70c7630922c8" # flatcar-master
11+
EGIT_COMMIT="8bd8a82fb22bc46ea2cf7da94d58655e102ca26d" # flatcar-master
1212
KEYWORDS="amd64 arm arm64 x86"
1313
fi
1414

0 commit comments

Comments
 (0)