diff options
Diffstat (limited to 'openvpn/src/openvpn/lladdr.h')
-rw-r--r-- | openvpn/src/openvpn/lladdr.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/openvpn/src/openvpn/lladdr.h b/openvpn/src/openvpn/lladdr.h new file mode 100644 index 00000000..d6c42562 --- /dev/null +++ b/openvpn/src/openvpn/lladdr.h @@ -0,0 +1,8 @@ +/* + * Support routine for configuring link layer address + */ + +#include "misc.h" + +int set_lladdr(const char *ifname, const char *lladdr, + const struct env_set *es); |