diff options
author | Girish Moodalbail <girish.moodalbail@oracle.com> | 2017-08-08 17:26:24 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-08-09 22:41:04 -0700 |
commit | 04db70d9fe7019d96118158fbaaccb4959ba2bd4 (patch) | |
tree | 079dc7bc10a82f031ba3212dd68ff05bbae2b35d /net/ipv4/igmp.c | |
parent | 50ddfbafcd1e1f95185dfaa4ad794f742b0beaf8 (diff) |
geneve: maximum value of VNI cannot be used
Geneve's Virtual Network Identifier (VNI) is 24 bit long, so the range
of values for it would be from 0 to 16777215 (2^24 -1). However, one
cannot create a geneve device with VNI set to 16777215. This patch fixes
this issue.
Signed-off-by: Girish Moodalbail <girish.moodalbail@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/igmp.c')
0 files changed, 0 insertions, 0 deletions