equal
deleted
inserted
replaced
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 /** |