add ipv6 support for eno2
This commit is contained in:
parent
9ea6c7cbf9
commit
4e7a958621
1 changed files with 4 additions and 4 deletions
|
|
@ -20,10 +20,10 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
matchConfig.Name = "eno2";
|
matchConfig.Name = "eno2";
|
||||||
# networkConfig = {
|
networkConfig = {
|
||||||
# DHCP = "yes";
|
DHCP = "yes";
|
||||||
# IPv6AcceptRA = true;
|
IPv6AcceptRA = true;
|
||||||
# };
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue