IIpv4 -> Ipv4

This commit is contained in:
Mathieu Lacage
2007-06-11 17:50:16 +02:00
parent 1ec3ab4a1f
commit 33a493fe5d

View File

@@ -122,7 +122,7 @@ public:
* \returns the index of the ipv4 interface added.
*
* Once a device has been added, it can never be removed: if you want
* to disable it, you can invoke IIpv4::SetDown which will
* to disable it, you can invoke Ipv4::SetDown which will
* make sure that it is never used during packet forwarding.
*/
virtual uint32_t AddInterface (Ptr<NetDevice> device) = 0;