Fix ethernet addr in offline mode (#18756)
This commit is contained in:
@@ -420,7 +420,7 @@ namespace np
|
|||||||
|
|
||||||
// IP & DNS info
|
// IP & DNS info
|
||||||
std::string hostname = "localhost";
|
std::string hostname = "localhost";
|
||||||
std::array<u8, 6> ether_address{};
|
std::array<u8, 6> ether_address{0xFF,0xFF,0xFF,0xFF,0xFF,0xFF};
|
||||||
be_t<u32> local_ip_addr{};
|
be_t<u32> local_ip_addr{};
|
||||||
be_t<u32> public_ip_addr{};
|
be_t<u32> public_ip_addr{};
|
||||||
be_t<u32> dns_ip = 0x08080808;
|
be_t<u32> dns_ip = 0x08080808;
|
||||||
|
|||||||
Reference in New Issue
Block a user