arp: fix -H/-t handling.
[oweals/busybox.git] / networking / udhcp / dhcpd.h
index 7c801bf6bf024a2e2922148abfd84c7a8fae4efa..a77724f200d1ea139582fd4f912e5d016ce81800 100644 (file)
@@ -61,9 +61,11 @@ struct server_config_t {
 /* client_config sits in 2nd half of bb_common_bufsiz1 */
 
 #if ENABLE_FEATURE_UDHCP_PORT
-#define SERVER_PORT (server_config.port)
+#define SERVER_PORT  (server_config.port)
+#define SERVER_PORT6 (server_config.port)
 #else
-#define SERVER_PORT 67
+#define SERVER_PORT  67
+#define SERVER_PORT6 547
 #endif