src/internet-stack/ipv4-l3-protocol.cc
changeset 6536 2666c1d862ef
parent 6466 a5e7a5b2c2a6
child 6558 4528811088d9
--- a/src/internet-stack/ipv4-l3-protocol.cc	Mon Aug 09 23:31:57 2010 -0700
+++ b/src/internet-stack/ipv4-l3-protocol.cc	Mon Aug 09 23:40:31 2010 -0700
@@ -769,7 +769,7 @@
           rtentry->SetGateway (Ipv4Address::GetAny ());
           rtentry->SetOutputDevice (GetNetDevice (i));
           SendRealOut (rtentry, packet, h);
-          return; 
+          continue; 
         }
     }
 }