From e8a3679b826aebefbc603604f149d2c738625ac6 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Sun, 11 Apr 2010 16:30:02 -0700 Subject: [PATCH] Remove unimplemented method, breaking the bindings --- src/internet-stack/icmpv6-l4-protocol.h | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/src/internet-stack/icmpv6-l4-protocol.h b/src/internet-stack/icmpv6-l4-protocol.h index 5a3b62520..22aa3c974 100644 --- a/src/internet-stack/icmpv6-l4-protocol.h +++ b/src/internet-stack/icmpv6-l4-protocol.h @@ -202,6 +202,11 @@ public: /** * \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 */ @@ -327,16 +332,6 @@ public: */ virtual enum Ipv6L4Protocol::RxStatus_e Receive (Ptr p, Ipv6Address const &src, Ipv6Address const &dst, Ptr 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 interface); - /** * \brief Function called when DAD timeout. * \param icmpv6 Icmpv6L4Protocol instance