-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add IPv6 support #10
base: master
Are you sure you want to change the base?
Add IPv6 support #10
Conversation
@@ -165,6 +165,8 @@ variables_defaults() { | |||
if test -f /usr/share/qubes/marker-vm; then | |||
LOCAL_NET_IP6="\ | |||
::1/128 \ | |||
fd09:24ef:4179::a8a:/112 \ | |||
fd09:24ef:4179::a89:/112 \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just so these can be double-checked, where did these particular IPs come from in Qubes OS?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These were IP address spaces when creating VMs. I couldn't find any specific documentation on them, but there is also an open pull request which references the same networks. QubesOS/qubes-core-admin#558
This pull request adds IPv6 support
Mandatory Checklist
Terms of Service, Privacy Policy, Cookie Policy, E-Sign Consent, DMCA, Imprint
Optional Checklist
The following items are optional but might be requested in certain cases.