[BACK]Return to 62.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/62.html between version 1.34 and 1.35

version 1.34, 2017/10/02 23:18:54 version 1.35, 2017/10/02 23:38:40
Line 235 
Line 235 
     <a href="https://man.openbsd.org/dhcrelay.8">dhcrelay(8)</a> improvements:      <a href="https://man.openbsd.org/dhcrelay.8">dhcrelay(8)</a> improvements:
     <ul>      <ul>
     <li>Add support for echo-client-id statement to      <li>Add support for echo-client-id statement to
       <a href="https://man.openbsd.org/dhcpd.conf.5">dhclient.conf(5)</a>        <a href="https://man.openbsd.org/dhcpd.conf.5">dhclient.conf(5)</a>.
     <li> ...      <li>Take greater care to process all data read, and only data read, from the
         <a href="https://man.openbsd.org/bpf.4">bpf(4)</a>
         socket.
       <li>Use /dev/bpf instead of /dev/bpf0.
       <li>Handle DHCPINFORM messages from clients behind a DHCP relay.
       <li>Fix handling of
         <a href="https://man.openbsd.org/carp.4">carp(4)</a>
         interfaces in
          <a href="https://man.openbsd.org/dhcrelay.8">dhcrelay(8)</a>.
       <li>Don't stop
         <a href="https://man.openbsd.org/dhcrelay.8">dhcrelay(8)</a>
         logging to stderr when it is started with the -d option.
     </ul>      </ul>
 <p>  <p>
   
Line 293 
Line 304 
     <li>Don't exit when an attempt to send a packet fails.      <li>Don't exit when an attempt to send a packet fails.
     <li>Don't log a packet send when the send fails.      <li>Don't log a packet send when the send fails.
     <li>Remove the -u option, broken since 2013 without complaints.      <li>Remove the -u option, broken since 2013 without complaints.
       <li>Use /dev/bpf instead of /dev/bpf0.
     </ul>      </ul>
 <p>  <p>
   

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35