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

Allow ip4/ip6 inherit #535

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 29, 2023

  1. Allow starting jails with ip[46] set to inherit

    Either or both ip4 and ip6 can be set to inherit. For example I have used the
    following config:
    
    ```
      interface = vtnet0;
      ip4 = inherit;
      ip6 = new;
      ip6.addr = 2a01:xxxx:xxxx:xxx::1;
    ```
    cqexbesd committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    0c7a0be View commit details
    Browse the repository at this point in the history