diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-01-25 22:46:34 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-01-25 22:46:34 +0000 |
commit | b76b9a4328460fdee7d72c08a89d1d79392beb99 (patch) | |
tree | 9346e038153ee2646e1f036ed6310b97cac5923d /networking/udhcp/options.h | |
parent | 893988182a97bc58d8d1d8eb15d00e427801cedd (diff) | |
download | busybox-w32-b76b9a4328460fdee7d72c08a89d1d79392beb99.tar.gz busybox-w32-b76b9a4328460fdee7d72c08a89d1d79392beb99.tar.bz2 busybox-w32-b76b9a4328460fdee7d72c08a89d1d79392beb99.zip |
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 c98aec48f..e9eeefb57 100644 --- a/networking/udhcp/options.h +++ b/networking/udhcp/options.h | |||
@@ -28,9 +28,6 @@ enum { | |||
28 | /*****************************************************************/ | 28 | /*****************************************************************/ |
29 | 29 | ||
30 | /* DHCP protocol -- see RFC 2131 */ | 30 | /* DHCP protocol -- see RFC 2131 */ |
31 | #define SERVER_PORT 67 | ||
32 | #define CLIENT_PORT 68 | ||
33 | |||
34 | #define DHCP_MAGIC 0x63825363 | 31 | #define DHCP_MAGIC 0x63825363 |
35 | 32 | ||
36 | 33 | ||