[BACK]Return to raw_ip6.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / netinet6

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

Diff for /src/sys/netinet6/raw_ip6.c between version 1.149 and 1.150

version 1.149, 2016/08/01 03:15:31 version 1.150, 2016/08/26 19:53:07
Line 700  rip6_bind(struct socket *so, struct sock
Line 700  rip6_bind(struct socket *so, struct sock
                 goto out;                  goto out;
         }          }
         if (ifa && (ifatoia6(ifa))->ia6_flags &          if (ifa && (ifatoia6(ifa))->ia6_flags &
             (IN6_IFF_ANYCAST|IN6_IFF_NOTREADY|              (IN6_IFF_ANYCAST | IN6_IFF_NOTREADY)) {
              IN6_IFF_DETACHED|IN6_IFF_DEPRECATED)) {  
                 error = EADDRNOTAVAIL;                  error = EADDRNOTAVAIL;
                 goto out;                  goto out;
         }          }

Legend:
Removed from v.1.149  
changed lines
  Added in v.1.150

CVSweb <webmaster@jp.NetBSD.org>