You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
```
0 commit comments