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 support for IPv6 networks (on Linux clients) #1459

Merged

Commits on Nov 6, 2023

  1. Feat add basic support for IPv6 networks

    Newly generated networks automatically generate an IPv6 prefix of size
    64 within the ULA address range, devices obtain a randomly generated
    address within this prefix.
    
    Currently, this is Linux only and does not yet support all features
    (routes currently cause an error).
    pulsastrix committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    602510c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b22b16c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb01b82 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    e66c2b1 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    9bd73d4 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. Configuration menu
    Copy the full SHA
    2c684aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6c87af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45d20d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e299978 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    f6b8284 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea3d3bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fa25de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32b2b2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e6f530 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Configuration menu
    Copy the full SHA
    1763da2 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    fc41c78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90fccfc View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Fix more testing issues

    pulsastrix committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    ab9f480 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    4460f07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a0df2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dec1850 View commit details
    Browse the repository at this point in the history
  4. Fix IPv6 table being created even when IPv6 is disabled

    Also improved stability of IPv6 route and firewall handling on client side
    pulsastrix committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    8de778f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4d0ee1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9df5357 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5f15d24 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    f05ef7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58f6d14 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    52dd3d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    a02e551 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7176b34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1dd455 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5361f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    ba25930 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0173c20 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    03aa74b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23204c7 View commit details
    Browse the repository at this point in the history
  3. Fix import cycle in tests

    pulsastrix committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    541740b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    162f29a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c088380 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd74e65 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    807fcea View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    160b1fe View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    e2d6dff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e49664f View commit details
    Browse the repository at this point in the history
  3. Fix linting issues

    pulsastrix committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    a8bbc2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4548069 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Configuration menu
    Copy the full SHA
    46ce9a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90934fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09799d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    d8c48da View commit details
    Browse the repository at this point in the history