diff options
Diffstat (limited to 'lladdr.h')
-rw-r--r-- | lladdr.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lladdr.h b/lladdr.h new file mode 100644 index 0000000..d6c4256 --- /dev/null +++ b/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); |