src/routing/global-routing/global-router-interface.h
changeset 1280 8c51afddffcb
parent 1278 41bf67d701a5
child 1457 562a7017ed93
equal deleted inserted replaced
1279:03ab1b7ad2d0 1280:8c51afddffcb
   429   Ipv4Mask GetNetworkLSANetworkMask (void) const;
   429   Ipv4Mask GetNetworkLSANetworkMask (void) const;
   430 
   430 
   431 /**
   431 /**
   432  * @brief Add an attached router to the list in the NetworkLSA
   432  * @brief Add an attached router to the list in the NetworkLSA
   433  *
   433  *
   434  * @param address The Ipv4Address of the interface on the network link
   434  * @param addr The Ipv4Address of the interface on the network link
   435  * @returns The number of addresses in the list.
   435  * @returns The number of addresses in the list.
   436  */
   436  */
   437   uint32_t AddAttachedRouter (Ipv4Address addr);
   437   uint32_t AddAttachedRouter (Ipv4Address addr);
   438 
   438 
   439 /**
   439 /**