mirror of
https://github.com/OpenVPN/openvpn.git
synced 2024-11-27 19:53:51 +08:00
e12fe2864a
for the tap interface on non-Windows platforms (Roy Marples). git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1012 e7ae566f-a301-0410-adde-c780ea21d3b5
9 lines
166 B
C
9 lines
166 B
C
/*
|
|
* Support routine for configuring link layer address
|
|
*/
|
|
|
|
#include "misc.h"
|
|
|
|
int set_lladdr(const char *ifname, const char *lladdr,
|
|
const struct env_set *es);
|