Remove unimplemented method, breaking the bindings
authorTom Henderson <tomh@tomh.org>
Sun, 11 Apr 2010 16:30:02 -0700
changeset 6186 5bbe3ca8ccb4
parent 6185 371ccf65ecdc
child 6187 8b61b7497642
Remove unimplemented method, breaking the bindings
src/internet-stack/icmpv6-l4-protocol.h
--- a/src/internet-stack/icmpv6-l4-protocol.h	Sat Apr 10 13:47:55 2010 -0700
+++ b/src/internet-stack/icmpv6-l4-protocol.h	Sun Apr 11 16:30:02 2010 -0700
@@ -202,6 +202,11 @@
 
   /**
    * \brief Do the Duplication Address Detection (DAD).
+   * It consists in sending a NS with our IPv6 as target. If 
+   * we received a NA with matched target address, we could not use 
+   * the address, else the address pass from TENTATIVE to PERMANENT.
+   *
+   * \param addr IPv6 address to test
    * \param target target address
    * \param interface interface
    */
@@ -328,16 +333,6 @@
   virtual enum Ipv6L4Protocol::RxStatus_e Receive (Ptr<Packet> p, Ipv6Address const &src, Ipv6Address const &dst, Ptr<Ipv6Interface> interface);
 
   /**
-   * \brief Do the Duplication Address Detection.
-   * It consists in sending a NS with our IPv6 as target. If 
-   * we received a NA with matched target address, we could not use the address, 
-   * else the address pass from TENTATIVE to PERMANENT.
-   * \param addr IPv6 address to test
-   * \param interface interface
-   */
-  void DoDad (Ipv6Address addr, Ptr<Ipv6Interface> interface);
-
-  /**
    * \brief Function called when DAD timeout.
    * \param icmpv6 Icmpv6L4Protocol instance
    * \param interface the interface