mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
Merge pull request #3426 from flatcar/scripts
Exclude TUN devices from default systemd-networkd setup
This commit is contained in:
commit
7d319c34eb
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))
|
||||
@ -9,7 +9,7 @@ if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
EGIT_BRANCH="flatcar-4230-backport"
|
||||
EGIT_COMMIT="1f89e0e11c81e273c225ea5b02cfc727865f236b" # flatcar-4230-backport
|
||||
EGIT_COMMIT="d51b08a4a3f92212c98dcfc17ba5c4db7fac6c97" # flatcar-4230-backport
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user