commit | 04db70d9fe7019d96118158fbaaccb4959ba2bd4 | [log] [tgz] |
---|---|---|
author | Girish Moodalbail <girish.moodalbail@oracle.com> | Tue Aug 08 17:26:24 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 09 22:41:04 2017 -0700 |
tree | 079dc7bc10a82f031ba3212dd68ff05bbae2b35d | |
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>