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
Several clues:
1. Interface address and gateway should be received from e.g.
slirp4netns. There is already a comment on it in code. Need to fix
slirp4netns and others.
2. Setting static IPv6 address fd00::1 to tap0 looks weired, since
e.g. slirp4netns already could give dynamic address from fd00::/64
network, but there is a race. Rootlesskit can't set default route
via fd00::2 unless IPv6 address and route from fd00::/64 is set to
tap0
Signed-off-by: Alexey Perevalov <[email protected]>
0 commit comments