Add configure option for MAC whitelist and blacklist. (#997)

This commit is contained in:
Jonathan Hui
2016-11-21 19:03:51 +00:00
committed by GitHub
parent 7c8d784f5b
commit f37e413c7b
14 changed files with 623 additions and 296 deletions
+3
View File
@@ -50,6 +50,9 @@
/* Define to 1 to enable DHCPv6 SERVER. */
#define OPENTHREAD_ENABLE_DHCP6_SERVER 0
/* Define to 1 to enable MAC whitelist/blacklist feature. */
#define OPENTHREAD_ENABLE_MAC_WHITELIST 1
/* Name of package */
#define PACKAGE "openthread"