-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
network/default: exclude wireguard
type
#77
Merged
Merged
Conversation
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
tormath1
added a commit
to flatcar-archive/coreos-overlay
that referenced
this pull request
Jul 27, 2022
this pulls: flatcar/init#77 Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2 tasks
I am not completely sure if this change works well for all cases. |
Also when looking into the previous PR #30, should we probably fix other places like |
tormath1
added a commit
to flatcar-archive/coreos-overlay
that referenced
this pull request
Jul 27, 2022
this pulls: flatcar/init#77 Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
tormath1
force-pushed
the
tormath1/systemd
branch
from
July 29, 2022 07:12
8ff0a9f
to
cf113df
Compare
tormath1
added a commit
to flatcar-archive/coreos-overlay
that referenced
this pull request
Jul 29, 2022
this pulls: flatcar/init#77 Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
tormath1
force-pushed
the
tormath1/systemd
branch
from
July 29, 2022 13:47
cf113df
to
0a37327
Compare
tormath1
changed the title
networkd/default: keep static configuration if provided
network/default: exclude Jul 29, 2022
wireguard
type
locally tested with: ---
variant: flatcar
version: 1.0.0
storage:
files:
- path: /etc/systemd/network/zz-default.network.d/wg.conf
contents:
inline: |
[Match]
Type=!wireguard
- path: /etc/wireguard/kv0.conf
contents:
inline: |
[Interface]
Address = ...
PrivateKey = ...
[Peer]
PublicKey = ...
AllowedIPs = ...
Endpoint = ...
PersistentKeepalive = 15
systemd:
units:
- name: wg-quick@kv0.service
enabled: true |
tormath1
added a commit
to flatcar-archive/coreos-overlay
that referenced
this pull request
Jul 29, 2022
this pulls: flatcar/init#77 Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
dongsupark
approved these changes
Aug 1, 2022
tormath1
added a commit
to flatcar-archive/coreos-overlay
that referenced
this pull request
Aug 1, 2022
this pulls: flatcar/init#77 Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
tormath1
added a commit
to flatcar-archive/coreos-overlay
that referenced
this pull request
Aug 1, 2022
this pulls: flatcar/init#77 Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
tormath1
added a commit
to flatcar-archive/coreos-overlay
that referenced
this pull request
Aug 1, 2022
this pulls: flatcar/init#77 Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
cherr-picked to:
|
tormath1
added a commit
to flatcar-archive/coreos-overlay
that referenced
this pull request
Aug 1, 2022
this pulls: flatcar/init#77 Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Mathieu Tortuyaux mtortuyaux@microsoft.com