6646150 panic in ip_wput_nondata() due to de-referencing a NULL ire_nce
authorpk34663
Mon, 31 Mar 2008 03:12:24 -0700
changeset 6321 3b1d2b6ce4a3
parent 6320 760e2394a4b5
child 6322 c7bf2a887dd4
6646150 panic in ip_wput_nondata() due to de-referencing a NULL ire_nce
usr/src/uts/common/inet/ip/ip.c
--- a/usr/src/uts/common/inet/ip/ip.c	Sat Mar 29 20:04:27 2008 -0700
+++ b/usr/src/uts/common/inet/ip/ip.c	Mon Mar 31 03:12:24 2008 -0700
@@ -27781,7 +27781,8 @@
 		ire = ire_ctable_lookup(fake_ire->ire_addr,
 		    fake_ire->ire_gateway_addr, IRE_CACHE,
 		    ipif, fake_ire->ire_zoneid, NULL,
-		    (MATCH_IRE_GW|MATCH_IRE_IPIF|MATCH_IRE_ZONEONLY), ipst);
+		    (MATCH_IRE_GW|MATCH_IRE_IPIF|MATCH_IRE_ZONEONLY|
+		    MATCH_IRE_TYPE), ipst);
 		ipif_refrele(ipif);
 		if (ire == NULL) {
 			/*