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