src/routing/static-routing/ipv4-routing-table-entry.h
changeset 5227 ecb08c1fc273
parent 4673 36b78cddce4d
equal deleted inserted replaced
5225:9c612cb88d6b 5227:ecb08c1fc273
   191   /**
   191   /**
   192    * \return The number of output interfaces of this route
   192    * \return The number of output interfaces of this route
   193    */
   193    */
   194   uint32_t GetNOutputInterfaces (void) const;
   194   uint32_t GetNOutputInterfaces (void) const;
   195   /**
   195   /**
       
   196    * \param n interface index
   196    * \return A specified output interface.
   197    * \return A specified output interface.
   197    */
   198    */
   198   uint32_t GetOutputInterface (uint32_t n) const;
   199   uint32_t GetOutputInterface (uint32_t n) const;
   199   /**
   200   /**
   200    * \return A vector of all of the output interfaces of this route.
   201    * \return A vector of all of the output interfaces of this route.