diff options
author | Denis Vlasenko | 2008-01-25 22:46:34 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-01-25 22:46:34 +0000 |
commit | b76b9a4328460fdee7d72c08a89d1d79392beb99 (patch) | |
tree | 9346e038153ee2646e1f036ed6310b97cac5923d /networking/udhcp/options.h | |
parent | 893988182a97bc58d8d1d8eb15d00e427801cedd (diff) | |
download | busybox-b76b9a4328460fdee7d72c08a89d1d79392beb99.zip busybox-b76b9a4328460fdee7d72c08a89d1d79392beb99.tar.gz |
udhcpc: filter unwanted packets in kernel
(Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>)
Diffstat (limited to 'networking/udhcp/options.h')
-rw-r--r-- | networking/udhcp/options.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/networking/udhcp/options.h b/networking/udhcp/options.h index c98aec4..e9eeefb 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 |