add bip_get_interface and Device_Time_Of_Restart, fix Network_Port_Changes_Discard (#1038)

* added bip_get_interface

* basic/object/device get/set time of restart

* clear changes pending

* clang-format
This commit is contained in:
Ryan Mulder
2025-07-05 22:55:29 -04:00
committed by GitHub
parent 51b899fc36
commit 3b410f7a07
5 changed files with 34 additions and 5 deletions
+5
View File
@@ -817,6 +817,11 @@ void bip_set_interface(const char *ifname)
}
}
const char *bip_get_interface(void)
{
return BIP_Interface_Name;
}
static int createSocket(const struct sockaddr_in *sin)
{
int status = 0; /* return from socket lib calls */