Conversation
|
|
ydirson
left a comment
There was a problem hiding this comment.
My first pass is limited to backend and netinterface.
As a more general note, I remember we previously talked about writeDebStyleInterface(), which looks like dead code. This PR makes it even more useless by leaving it only supporting IPv4, so I think it should first be removed in a preparatory commit.
2a4fa57 to
8f187a3
Compare
ydirson
left a comment
There was a problem hiding this comment.
Lots of little remarks (mostly) targeted to upstreaming branch
Both fields are used for the 2 IP families and were writen in an IPv4 specific block. Signed-off-by: BenjiReis <benjamin.reis@vates.fr>
Signed-off-by: BenjiReis <benjamin.reis@vates.fr>
Inherits from `NetInterface` to mutualize the code Signed-off-by: BenjiReis <benjamin.reis@vates.fr>
Signed-off-by: BenjiReis <benjamin.reis@vates.fr>
Add family specific validator as well Signed-off-by: BenjiReis <benjamin.reis@vates.fr>
Signed-off-by: BenjiReis <benjamin.reis@vates.fr>
Signed-off-by: BenjiReis <benjamin.reis@vates.fr>
Signed-off-by: BenjiReis <benjamin.reis@vates.fr>
Add a screen to choose to configure IPv4, IPv6 or both Display the interface screen for IPv4 and/or IPv6 Signed-off-by: BenjiReis <benjamin.reis@vates.fr>
Need to add `ndisc6` to the install.img Signed-off-by: BenjiReis <benjamin.reis@vates.fr>
Add `isDynamic` helper to `NetInterface` Signed-off-by: BenjiReis <benjamin.reis@vates.fr>
Add `etc/sysctl.d/91-net-ipv6.conf` in the restore list Signed-off-by: BenjiReis <benjamin.reis@vates.fr>
|
We merge this current state for the next alpha/beta release of XCP-ng 8.3, and will continue improving the upstream PR to take the last non-blocking comments into account. |

No description provided.