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

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

Diff for /src/sys/netinet/raw_ip.c between version 1.158.2.1 and 1.158.2.2

version 1.158.2.1, 2016/08/06 00:19:10 version 1.158.2.2, 2016/11/04 14:49:21
Line 581  rip_bind(struct socket *so, struct socka
Line 581  rip_bind(struct socket *so, struct socka
                 error = EADDRNOTAVAIL;                  error = EADDRNOTAVAIL;
                 goto release;                  goto release;
         }          }
         if (ifa && (ifatoia(ifa))->ia4_flags &          if (ifa && (ifatoia(ifa))->ia4_flags & IN6_IFF_DUPLICATED) {
                     (IN6_IFF_NOTREADY | IN_IFF_DETACHED))  
         {  
                 pserialize_read_exit(ss);                  pserialize_read_exit(ss);
                 error = EADDRNOTAVAIL;                  error = EADDRNOTAVAIL;
                 goto release;                  goto release;

Legend:
Removed from v.1.158.2.1  
changed lines
  Added in v.1.158.2.2

CVSweb <webmaster@jp.NetBSD.org>