From b76b9a4328460fdee7d72c08a89d1d79392beb99 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 25 Jan 2008 22:46:34 +0000 Subject: udhcpc: filter unwanted packets in kernel (Cristian Ionescu-Idbohrn ) --- networking/udhcp/options.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'networking/udhcp/options.h') diff --git a/networking/udhcp/options.h b/networking/udhcp/options.h index c98aec48f..e9eeefb57 100644 --- a/networking/udhcp/options.h +++ b/networking/udhcp/options.h @@ -28,9 +28,6 @@ enum { /*****************************************************************/ /* DHCP protocol -- see RFC 2131 */ -#define SERVER_PORT 67 -#define CLIENT_PORT 68 - #define DHCP_MAGIC 0x63825363 -- cgit v1.2.3