From e607401b4e72c42d84f6ac71def4ecf7eecc9180 Mon Sep 17 00:00:00 2001
From: Erik Ekman <erik.ekman@verisure.com>
Date: Tue, 16 Jun 2015 16:50:45 +0200
Subject: [PATCH] Remove unused netif flag for MLD6

---
 src/include/lwip/netif.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/include/lwip/netif.h b/src/include/lwip/netif.h
index 2aea2c2..4fbe6f4 100644
--- a/src/include/lwip/netif.h
+++ b/src/include/lwip/netif.h
@@ -94,9 +94,6 @@ extern "C" {
 /** If set, the netif has IGMP capability.
  * Set by the netif driver in its init function. */
 #define NETIF_FLAG_IGMP         0x20U
-/** If set, the netif has MLD6 capability.
- * Set by the netif driver in its init function. */
-#define NETIF_FLAG_MLD6         0x40U
 
 struct netif;
 
-- 
2.3.6

