mirror of
https://github.com/OpenVPN/openvpn.git
synced 2024-12-02 22:24:11 +08:00
d02a86d37b
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@7051 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);
|