mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 08:48:31 -05:00
Fix QCA_ATTR_NUD_STATS_IS_DAD value
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
parent
8aacbc1fb7
commit
7f5f4e46ac
@ -3379,7 +3379,7 @@ enum qca_attr_nud_stats_get {
|
|||||||
/* Flag indicating if there is any duplicate address detected (DAD).
|
/* Flag indicating if there is any duplicate address detected (DAD).
|
||||||
* Yes - If detected, No - If not detected.
|
* Yes - If detected, No - If not detected.
|
||||||
*/
|
*/
|
||||||
QCA_ATTR_NUD_STATS_IS_DAD = 9,
|
QCA_ATTR_NUD_STATS_IS_DAD = 10,
|
||||||
|
|
||||||
/* keep last */
|
/* keep last */
|
||||||
QCA_ATTR_NUD_STATS_GET_LAST,
|
QCA_ATTR_NUD_STATS_GET_LAST,
|
||||||
|
Loading…
Reference in New Issue
Block a user