Skip to content

[slapformat] Make sure routing is OK withVM inside VM

Thomas Gambier requested to merge tomo_fix_create_tap into master

if we have host2 inside host1 inside host0 then routing from host0 to host2 needs to specify 'via' address because the destination address (of host2) is not directly seen through slaptap of host0 (because it goes only to host1).

this commit introduces a new constraint: users must now put the IPv6 address network::1 on their ethernet interface inside the VM.

/cc @jm @rafael @alain.takoudjou

Merge request reports