Added save and restore dhcp config

This commit is contained in:
Juan Gilsanz Polo 2022-10-14 01:53:02 +02:00
parent b4a68eee47
commit a753774cae
5 changed files with 241 additions and 57 deletions

View file

@ -101,7 +101,7 @@ class DhcpStatus {
}
class IpVersion {
String ?gatewayIp;
String? gatewayIp;
String? subnetMask;
String rangeStart;
String? rangeEnd;