Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
4104404f
Verified
Commit
4104404f
authored
Jul 15, 2021
by
Kristian Klausen
🎉
Browse files
common: Fox static networking not working when ipv6_gateway isn't set
Fixes:
678845af
("Add Kape server IPv6 addresses (fixes
#230
)")
parent
fd8a6ee5
Pipeline
#9712
passed with stage
in 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/common/templates/10-static-ethernet.network.j2
View file @
4104404f
...
...
@@ -25,7 +25,7 @@ Peer={{ ipv4_gateway }}{{ ipv4_netmask}}
Address={{ ipv6_address }}{{ ipv6_netmask }}
{% endif %}
{% if not ipv6_gateway.startswith("fe80") %}
{% if
ipv6_gateway is defined and
not ipv6_gateway.startswith("fe80") %}
[Route]
Destination={{ ipv6_gateway }}
{% endif %}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment