summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-06-30 16:35:41 +0000
committerRoy Marples <roy@marples.name>2008-06-30 16:35:41 +0000
commitd65fd32df0506c849262e1e63611c134db267745 (patch)
tree6dd6e31bf0bc688ad53cb800cb38c87dc1332750 /config.h
parent413724d05e63d58a28a9a26d415d30e01c8b749d (diff)
downloaddhcpcd-d65fd32df0506c849262e1e63611c134db267745.tar.xz
Allow ClassID to be configured.
Diffstat (limited to 'config.h')
-rw-r--r--config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.h b/config.h
index 39c0310d..e6f6a9b0 100644
--- a/config.h
+++ b/config.h
@@ -39,6 +39,9 @@
# ifndef DISABLE_ARP
# define DISABLE_ARP
# endif
+# ifndef DISABLE_CLASSID
+# define DISABLE_CLASSID
+# endif
# ifndef DISABLE_CLIENTID
# define DISABLE_CLIENTID
# endif
@@ -61,6 +64,11 @@
# define ENABLE_ARP
#endif
+/* Allow dhcpcd to send a ClassID */
+#ifndef DISABLE_CLASSID
+# define ENABLE_CLASSID
+#endif
+
/* Send a ClientID in all messages. */
#ifndef DISABLE_CLIENTID
# define ENABLE_CLIENTID