merge with ns-3-dev
authorJosh Pelkey <jpelkey@ece.gatech.edu>
Wed Aug 05 14:43:14 2009 -0400 (6 months ago)
changeset 471814a43ea8305a
parent 4717 5940d8156b3c
child 4719 e29aee063301
merge with ns-3-dev
src/routing/static-routing/ipv4-static-routing.cc
     1.1 --- a/src/routing/static-routing/ipv4-static-routing.cc	Wed Aug 05 14:12:19 2009 -0400
     1.2 +++ b/src/routing/static-routing/ipv4-static-routing.cc	Wed Aug 05 14:43:14 2009 -0400
     1.3 @@ -230,7 +230,7 @@
     1.4            rtentry->SetGateway (route->GetGateway ());
     1.5            rtentry->SetOutputDevice (m_ipv4->GetNetDevice (interfaceIdx));
     1.6            return rtentry;
     1.7 -        } 
     1.8 +        }
     1.9      }
    1.10    for (NetworkRoutesI j = m_networkRoutes.begin (); 
    1.11         j != m_networkRoutes.end ();