[BACK]Return to ipv4.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / bsd / dhcpcd / dist / src

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/bsd/dhcpcd/dist/src/ipv4.h between version 1.1.1.9 and 1.1.1.9.2.1

version 1.1.1.9, 2019/07/30 10:23:09 version 1.1.1.9.2.1, 2019/09/05 08:56:55
Line 63 
Line 63 
     * While it supports DaD, to seems to only expose IFF_DUPLICATE      * While it supports DaD, to seems to only expose IFF_DUPLICATE
     * so we have no way of knowing if it's tentative or not.      * so we have no way of knowing if it's tentative or not.
     * I don't even know if Solaris has any special treatment for tentative. */      * I don't even know if Solaris has any special treatment for tentative. */
   #  define IN_IFF_TENTATIVE      0x01
 #  define IN_IFF_DUPLICATED     0x02  #  define IN_IFF_DUPLICATED     0x02
 #  define IN_IFF_NOTUSEABLE     IN_IFF_DUPLICATED  #  define IN_IFF_DETACHED       0x00
 #endif  #endif
   
 #ifdef IN_IFF_TENTATIVE  #ifdef IN_IFF_TENTATIVE

Legend:
Removed from v.1.1.1.9  
changed lines
  Added in v.1.1.1.9.2.1

CVSweb <webmaster@jp.NetBSD.org>