Am 30.11.16 um 23:41 schrieb David Sommerseth: > This adds a warning to the log file if --topology is configured to use > subnet or net30 and the 'subnet mask' argument of an --ifconfig-push option > is not an subnet mask. The check done is to ensure the first octet is 0xff > (255) > > But way you actually want to test is
if topology == subnet or net30: if gateway not in net(ip, mask): print ("Your gw and ip and netmask disagree!) right? And isn't there code that gets executed for the client side that can be disabled by ifconfig-nowarn. Can we reuse that code? Arne ------------------------------------------------------------------------------ _______________________________________________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel