X-Git-Url: http://git.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=device.h;h=87236d427684f2d3132921988f0060e95536415f;hp=3c172ce34149bda505868c246cd078527c44d8fe;hb=a057f6e48f383c7e81cb22aa806216878d87947b;hpb=52541140f8138e31958cdc3d7e42a4029fa6bbc9 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 */