--- a/src/internet/model/ipv4-static-routing.cc Tue Jun 11 16:48:13 2013 -0700
+++ b/src/internet/model/ipv4-static-routing.cc Tue Jun 11 17:02:23 2013 -0700
@@ -516,12 +516,12 @@
if (ipHeader.GetDestination ().IsBroadcast ())
{
NS_LOG_LOGIC ("For me (Ipv4Addr broadcast address)");
- // TODO: Local Deliver for broadcast
- // TODO: Forward broadcast
+ /// \todo Local Deliver for broadcast
+ /// \todo Forward broadcast
}
NS_LOG_LOGIC ("Unicast destination");
- // TODO: Configurable option to enable RFC 1222 Strong End System Model
+ /// \todo Configurable option to enable RFC 1222 Strong End System Model
// Right now, we will be permissive and allow a source to send us
// a packet to one of our other interface addresses; that is, the
// destination unicast address does not match one of the iif addresses,