summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/device.h b/device.h
index 3c172ce..87236d4 100644
--- a/device.h
+++ b/device.h
@@ -102,7 +102,7 @@ enum {
DEV_OPT_UNICAST_FLOOD = (1 << 18),
DEV_OPT_NEIGHGCSTALETIME = (1 << 19),
DEV_OPT_MULTICAST_FAST_LEAVE = (1 << 20),
- DEV_OPT_SENDREDIRECTS = (1 << 17),
+ DEV_OPT_SENDREDIRECTS = (1 << 21),
};
/* events broadcasted to all users of a device */