src/internet-node/ipv4-l3-protocol.cc
changeset 2537 c937f3317a1f
parent 2503 e667dc0f350e
child 2592 3ebf97150166
--- a/src/internet-node/ipv4-l3-protocol.cc	Sun Mar 02 22:33:44 2008 +0100
+++ b/src/internet-node/ipv4-l3-protocol.cc	Sun Mar 02 22:34:09 2008 +0100
@@ -67,7 +67,7 @@
                      MakeTraceSourceAccessor (&Ipv4L3Protocol::m_rxTrace))
     .AddTraceSource ("Drop", "Drop ipv4 packet",
                      MakeTraceSourceAccessor (&Ipv4L3Protocol::m_dropTrace))
-    .AddAttribute ("Interfaces", "The set of Ipv4 interfaces associated to this Ipv4 stack.",
+    .AddAttribute ("InterfaceList", "The set of Ipv4 interfaces associated to this Ipv4 stack.",
                    ObjectVector (),
                    MakeObjectVectorAccessor (&Ipv4L3Protocol::m_interfaces),
                    MakeObjectVectorChecker ())