[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.26.6.1 and 1.27

version 1.26.6.1, 2008/06/02 13:24:28 version 1.27, 2008/04/23 06:09:05
Line 640  ipsec6_process_packet(
Line 640  ipsec6_process_packet(
                                 goto bad;                                  goto bad;
   
                         splx(s);                          splx(s);
                         return ipsec_reinject_ipstack(m, AF_INET6);                          return ipsec_reinject_ipstack(m, AF_INET);
                 }                  }
         }          }
   

Legend:
Removed from v.1.26.6.1  
changed lines
  Added in v.1.27

CVSweb <webmaster@jp.NetBSD.org>