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

[Networking] - Add IPv6 support #73

Open
jr1221 opened this issue Jan 26, 2024 · 0 comments
Open

[Networking] - Add IPv6 support #73

jr1221 opened this issue Jan 26, 2024 · 0 comments
Labels
feature New feature or request low priority Has no competition/goal correlation

Comments

@jr1221
Copy link
Contributor

jr1221 commented Jan 26, 2024

Current Features

Currently, only IPv4 support exists. No IPv6 addresses are assigned to the AP and passed through to the TPU. IPv6 provides greater compatability with some programs (although nothing needs IPv6) and serves merrily as a good excersize to bring our stack as close as possible to real-world usage of TCP/IP.

This is a very low priority issue.

Desired Additional Features

Programs that may need changes to enable IPv6:

  • nrc host code
  • cfg80211 enablement module

Programs that definitely need IPv6 configuration

  • openwrt router (enablement, assigned static leases)
  • dhcpcd (assign static or receive dhcp server addresses)
  • network/interfaces (confirm inet v6 is set to manual, handoff manual v6 reception)

Screenshots (as needed)

No response

@jr1221 jr1221 added feature New feature or request low priority Has no competition/goal correlation labels Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request low priority Has no competition/goal correlation
Projects
None yet
Development

No branches or pull requests

1 participant