Created
December 3, 2024 08:56
-
-
Save zajdee/e8f725b10df0218b1347abf40392b1bb to your computer and use it in GitHub Desktop.
If your Linux bridges created by systemd/netplan are stuck in "NO-CARRIER" mode, you need this
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# File location: /etc/systemd/network/10-bridges.link | |
[Match] | |
Type=bridge | |
[Link] | |
MACAddressPolicy=none |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment