1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/sbin/dhclient
Eugene Grosbein 35b930cc2b Make dhclient(8) verify if new MTU (option 26) differs from current one and skip unneeded MTU change.
This check eliminates infinite loop of MTU change / link flap / lease verification / MTU change / link flap etc.
in case of some NIC drivers like em(4) or igb(4).

N.B.: obsolete u_int16_t is used in consistency with the rest of the file.

PR:		229432
Approved by:	mav (mentor)
MFC after:	1 week
2018-07-11 09:41:50 +00:00
..
tests
alloc.c
bpf.c dhclient: build with WARNS=6 2018-06-24 13:23:27 +00:00
clparse.c dhclient: build with WARNS=6 2018-06-24 13:23:27 +00:00
conflex.c dhclient: build with WARNS=6 2018-06-24 13:23:27 +00:00
convert.c
dhclient-script
dhclient-script.8
dhclient.8
dhclient.c dhclient: recorrect __progname to getprogname() 2018-06-25 01:29:54 +00:00
dhclient.conf
dhclient.conf.5 dhclient(8): allow to supersede interface-mtu option 2018-05-31 19:36:24 +00:00
dhclient.leases.5
dhcp-options.5
dhcp.h
dhcpd.h dhclient: build with WARNS=6 2018-06-24 13:23:27 +00:00
dhctoken.h
dispatch.c Make dhclient(8) verify if new MTU (option 26) differs from current one and skip unneeded MTU change. 2018-07-11 09:41:50 +00:00
errwarn.c
hash.c
inet.c
Makefile dhclient: build with WARNS=6 2018-06-24 13:23:27 +00:00
Makefile.depend
options.c dhclient: build with WARNS=6 2018-06-24 13:23:27 +00:00
packet.c
parse.c
privsep.c dhclient: build with WARNS=6 2018-06-24 13:23:27 +00:00
privsep.h dhclient: build with WARNS=6 2018-06-24 13:23:27 +00:00
tables.c
tree.c
tree.h