src/internet/model/ipv6-static-routing.h
changeset 9848 800877664177
parent 7791 21c3495394b4
child 10131 0dc090fc749d
--- a/src/internet/model/ipv6-static-routing.h	Tue Jun 18 21:49:35 2013 -0700
+++ b/src/internet/model/ipv6-static-routing.h	Wed Jun 19 09:10:31 2013 +0200
@@ -74,7 +74,7 @@
   /**
    * \brief Add route to host.
    * \param dest destination address
-   * \param nextHop next hop address to route the packet
+   * \param nextHop next hop address to route the packet. Must be a link-local address
    * \param interface interface index
    * \param prefixToUse prefix that should be used for source address for this destination
    * \param metric metric of route in case of multiple routes to same destination
@@ -103,7 +103,7 @@
    * \brief Add route to network.
    * \param network network address
    * \param networkPrefix network prefix*
-   * \param nextHop next hop address to route the packet
+   * \param nextHop next hop address to route the packet. Must be a link-local address
    * \param interface interface index
    * \param prefixToUse prefix that should be used for source address for this destination
    * \param metric metric of route in case of multiple routes to same destination