]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Implemented get_default_gateway_mac_addr for Mac OS X (previously,
authorJames Yonan <james@openvpn.net>
Mon, 14 Feb 2011 03:46:37 +0000 (03:46 +0000)
committerJames Yonan <james@openvpn.net>
Mon, 14 Feb 2011 03:46:37 +0000 (03:46 +0000)
commit6a8ea97069b8edb4a50744faae3bab8ecd931840
tree4cfa15f9c70376ff4b99cd6eb2c5e2d9f216a9fe
parentc65e30f520398d3b031a663978eb7668315add69
Implemented get_default_gateway_mac_addr for Mac OS X (previously,
was only defined for Windows and Linux).  This enables OS X to report
the MAC address of the default gateway to the server for ID purposes
when client-side --push-peer-info option is specified.

Also, minor fix to OS X get_default_gateway function:

* include net/route.h directly rather than selectively paste stuff
  from it into route.c

git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@6925 e7ae566f-a301-0410-adde-c780ea21d3b5
init.c
route.c
version.m4