#include <ipv4-list-routing-helper.h>
Public Member Functions | |
void | Add (const Ipv4RoutingHelper &routing, int16_t priority) |
virtual Ptr< Ipv4RoutingProtocol > | Create (Ptr< Node > node) const |
This class is expected to be used in conjunction with ns3::InternetStackHelper::SetRoutingHelper
void ns3::Ipv4ListRoutingHelper::Add | ( | const Ipv4RoutingHelper & | routing, | |
int16_t | priority | |||
) |
routing | a routing helper | |
priority | the priority of the associated helper |
virtual Ptr<Ipv4RoutingProtocol> ns3::Ipv4ListRoutingHelper::Create | ( | Ptr< Node > | node | ) | const [virtual] |
node | the node on which the routing protocol will run |
Implements ns3::Ipv4RoutingHelper.