busybox/networking
Seth David Schoen 5a3d3b8055 udhcpd: don't hardcode treating .0 and .255 specially
Even following current Internet standards, it can be perfectly
legitimate to issue IPv4 addresses that end in .0 or .255 via DHCP --
this can happen whenever the network is larger than /8.  For example,
10.3.4.0 and 10.3.4.255 are legitimate host addresses in 10/8 or 10.3/16.
(We also want to be able to issue .0 addresses in smaller networks
following our proposed kernel patch and standards changes.)

This behavior is already fully controllable by the user, simply by
setting start_ip and end_ip correctly.  Users who don't want to issue
.0 or .255 should set start_ip greater than .0 or end_ip less than .255
and udhcpd will already respect these bounds.  (This is also the case
for other DHCP servers -- the recommended example configurations will
default to a lower bound starting with .1 or some other value, which is
typically appropriate, but the user is still allowed to change this to
.0 -- or to a range that overlaps a .0 or .255 address -- if so desired.)

Signed-off-by: Seth David Schoen <schoen@loyalty.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2021-06-03 20:30:13 +02:00
..
libiproute libbb: introduce and use fputs_stdout 2021-02-03 20:52:40 +01:00
ssl_helper
ssl_helper-wolfssl
udhcp udhcpd: don't hardcode treating .0 and .255 specially 2021-06-03 20:30:13 +02:00
arp.c
arping.c
brctl.c timeout,top,watch,ping: parse NN.N fractional duration in locales with other separators 2021-03-23 13:50:02 +01:00
Config.src
dnsd.c dnsd: check that we don't read past packet 2021-02-22 15:36:07 +01:00
ether-wake.c
ftpd.c
ftpgetput.c help text: use -P PORT form 2020-12-18 22:51:46 +01:00
hostname.c more --help text tweaks 2020-12-13 19:18:28 +01:00
httpd_helpers.sh
httpd_indexcgi.c
httpd_post_upload.cgi
httpd_ssi.c
httpd.c httpd: add comment about faster rejection of denied IPs 2021-05-05 15:31:18 +02:00
ifconfig.c help text tweaks 2020-12-13 19:04:19 +01:00
ifenslave.c
ifplugd.c decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly 2020-11-30 13:03:03 +01:00
ifupdown.c help text tweaks 2020-12-18 04:12:51 +01:00
inetd.c inetd: deinline machtime() - gcc gets it wrong 2021-04-24 12:06:03 +02:00
interface.c decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly 2020-11-30 13:03:03 +01:00
ip.c decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly 2020-11-30 13:03:03 +01:00
ipcalc.c help text: replace [OPTIONS] with actual options (if not too long) 2020-12-13 22:34:05 +01:00
isrv_identd.c
isrv.c
isrv.h
Kbuild.src
nameif.c
nbd-client.c
nc_bloaty.c
nc.c
netstat.c decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly 2020-11-30 14:58:02 +01:00
nslookup.c nslookup: mention QUERY_TYPE SRV 2021-06-03 16:23:52 +02:00
ntpd.c libbb.h: inline byteswaps 2021-04-24 11:54:50 +02:00
ntpd.diff
parse_pasv_epsv.c
ping.c Fix ping build on the FreeBSD 2021-01-04 13:28:28 +01:00
pscan.c help text tweaks, mainly expanding one for route 2020-12-18 23:33:19 +01:00
route.c route: code shrink 2020-12-19 00:07:13 +01:00
slattach.c
ssl_client.c
tc.c
tcpudp_perhost.c
tcpudp_perhost.h
tcpudp.c
telnet.c randomconfig fixes 2020-12-29 16:53:11 +01:00
telnetd.c
telnetd.ctrlSQ.patch
telnetd.IAC_test.sh
tftp.c tftp: fix --help 2020-12-19 00:33:06 +01:00
tls_aes.c tls: code shrink in AES code 2020-12-15 18:47:25 +01:00
tls_aes.h
tls_aesgcm.c
tls_aesgcm.h
tls_fe.c tls: code shrink in curve 25519 2021-04-28 12:19:24 +02:00
tls_pstm_montgomery_reduce.c tls: further reduce register pressure in i386 assembly 2021-04-20 19:03:55 +02:00
tls_pstm_mul_comba.c
tls_pstm_sqr_comba.c
tls_pstm.c tls: whitespace fixes 2021-04-27 00:40:40 +02:00
tls_pstm.h
tls_rsa.c tls: whitespace fixes 2021-04-27 00:40:40 +02:00
tls_rsa.h
tls_sp_c32.c tls: tweak sp_256_ecc_gen_k_10 for smaller code 2021-04-27 18:48:43 +02:00
tls_symmetric.h
tls.c tls: make x25519 key generation code more similar to P256 2021-04-26 13:46:36 +02:00
tls.h tls: simplify sp_256_ecc_gen_k_10, cosmetic changes 2021-04-26 14:33:38 +02:00
traceroute.c traceroute: fix option parsing 2021-02-02 13:48:21 +01:00
tunctl.c help text tweaks 2020-12-18 04:12:51 +01:00
vconfig.c
wget.c wget: allow HTTP 307/308 redirects 2021-04-30 01:42:24 +02:00
whois.c
zcip.c