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

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

Diff for /src/sys/netipsec/ipsec_output.c between version 1.36 and 1.37

version 1.36, 2011/06/09 21:04:37 version 1.37, 2011/08/31 18:31:03
Line 138  ipsec_reinject_ipstack(struct mbuf *m, i
Line 138  ipsec_reinject_ipstack(struct mbuf *m, i
 #endif /* __FreeBSD_ */  #endif /* __FreeBSD_ */
                 KERNEL_LOCK(1, NULL);                  KERNEL_LOCK(1, NULL);
                 rv = ip_output(m, NULL, NULL, IP_RAWOUTPUT|IP_NOIPNEWID,                  rv = ip_output(m, NULL, NULL, IP_RAWOUTPUT|IP_NOIPNEWID,
                     (struct ip_moptions *)NULL, (struct socket *)NULL);                      NULL, NULL);
                 KERNEL_UNLOCK_ONE(NULL);                  KERNEL_UNLOCK_ONE(NULL);
                 return rv;                  return rv;
   

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

CVSweb <webmaster@jp.NetBSD.org>