Skip to content
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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Add IPv6 support #10

wants to merge 6 commits into from

Conversation

DanWin
Copy link
Contributor

@DanWin DanWin commented Oct 11, 2024

This pull request adds IPv6 support

Mandatory Checklist

  • Legal agreements accepted. By contributing to this organisation, you acknowledge you have read, understood, and agree to be bound by these these agreements:

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.

  • I have tested it locally
  • I have reviewed and updated any documentation if relevant
  • I am providing new code and test(s) for it

@@ -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 \

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?

Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants