From 7951713874696f0b9979f358fc4553fa77ea01d6 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Sun, 2 Mar 2008 22:34:09 +0100 Subject: [PATCH] be consistant in how lists of objects are named. --- src/internet-node/ipv4-l3-protocol.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internet-node/ipv4-l3-protocol.cc b/src/internet-node/ipv4-l3-protocol.cc index e903c8c81..501ccfb80 100644 --- a/src/internet-node/ipv4-l3-protocol.cc +++ b/src/internet-node/ipv4-l3-protocol.cc @@ -67,7 +67,7 @@ Ipv4L3Protocol::GetTypeId (void) 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 ())