[email protected] (Jason McIntyre), 2013.01.02 (Wed) 18:39 (CET): > On Sun, Dec 16, 2012 at 07:24:53PM +0100, MERIGHI Marcus wrote: > > Hello, > > > > playing with option-252 I found it already has a name. Found that as > > well: http://marc.info/?l=openbsd-misc&m=126573542214773 > > > > Wrote a little script to find undocumented options, see end of message. > > > > I moved some existing blocks when I found them to be in the wrong place. > > Added a new section: "DHCP Extensions". > > Kept ordering as used in the RFCs. > > BTW, format "X" is undocumented in src/usr.sbin/dhcpd/tables.c > > > > took some time and research, please review: > > > > Index: dhcp-options.5 > > =================================================================== > > fixed now by krw. > jmc >
Fixing my own error, no idea how that snuck in, sorry: Index: dhcp-options.5 =================================================================== RCS file: /cvs/src/usr.sbin/dhcpd/dhcp-options.5,v retrieving revision 1.13 diff -u -r1.13 dhcp-options.5 --- dhcp-options.5 2 Jan 2013 16:41:58 -0000 1.13 +++ dhcp-options.5 3 Jan 2013 10:13:50 -0000 @@ -152,7 +152,7 @@ .It Ic option arp-cache-timeout Ar uint32 ; This option specifies the timeout in seconds for ARP cache entries. .It Ic option autoproxy-script Ar string ; -Option 144, site-specific as of RFC 3942. +Option 252, site-specific as of RFC 3942. Widely used for Web Proxy Autodiscovery Protocol (WPAD). .It Ic option boot-size Ar uint16 ; This option specifies the length in 512-octet blocks of the default
