--- rpms/softethervpn/contribs9/softethervpn-pr202-merge5.01.9672.patch 2020/03/28 18:36:31 1.1 +++ rpms/softethervpn/contribs9/softethervpn-pr202-merge5.01.9672.patch 2020/03/28 18:38:20 1.2 @@ -184,19 +184,6 @@ index e5e2aff59..b6899514b 100644 SetFifoCurrentReallocMemSize(MEM_FIFO_REALLOC_MEM_SIZE); -diff --git a/src/Cedar/Server.h b/src/Cedar/Server.h -index 1567a3494..febff1099 100644 ---- a/src/Cedar/Server.h -+++ b/src/Cedar/Server.h -@@ -367,6 +367,8 @@ struct SERVER - - - volatile UINT NatTGlobalUdpPort; // NAT-T global UDP port -+ -+ IP ListenIP; // Listen IP - }; - - diff --git a/src/Mayaqua/Network.c b/src/Mayaqua/Network.c index def2f45e6..aec224148 100644 --- a/src/Mayaqua/Network.c @@ -413,3 +400,13 @@ index 3f586f69c..786450856 100644 } else { +--- v4.34-9744//src/Cedar/Server.h.orig 2020-03-28 14:23:47.171000000 -0400 ++++ v4.34-9744//src/Cedar/Server.h 2020-03-28 14:35:15.322000000 -0400 +@@ -361,6 +361,7 @@ + + + volatile UINT NatTGlobalUdpPort; // NAT-T global UDP port ++ IP ListenIP; // Listen IP + + bool StrictSyslogDatetimeFormat; // Make syslog datetime format strict RFC3164 + bool DisableJsonRpcWebApi; // Disable JSON-RPC Web API