mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-12 14:11:44 +01:00
Merge pull request #3426 from flatcar/scripts
Exclude TUN devices from default systemd-networkd setup
This commit is contained in:
commit
8291df4d27
1
changelog/bugfixes/2025-10-27-tun-interface-exclusion.md
Normal file
1
changelog/bugfixes/2025-10-27-tun-interface-exclusion.md
Normal file
@ -0,0 +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))
|
||||||
@ -8,7 +8,7 @@ EGIT_REPO_URI="https://github.com/flatcar/init.git"
|
|||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||||
else
|
else
|
||||||
EGIT_COMMIT="ba8eefbeaf0bc272828637506a2e70c7630922c8" # flatcar-master
|
EGIT_COMMIT="8bd8a82fb22bc46ea2cf7da94d58655e102ca26d" # flatcar-master
|
||||||
KEYWORDS="amd64 arm arm64 x86"
|
KEYWORDS="amd64 arm arm64 x86"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user