diff options
| author | Moshe Shemesh <[email protected]> | 2019-03-21 15:51:36 -0700 |
|---|---|---|
| committer | Saeed Mahameed <[email protected]> | 2019-03-22 12:09:31 -0700 |
| commit | 974eff2b5793eeaa2eb433bca7eba9640d890c4a (patch) | |
| tree | 8105d3d287e37cd575713b7ca390e4c7755c107b /include | |
| parent | bdde9311499491fb75fd1880e4789cf7e60cd691 (diff) | |
net: Move the definition of the default Geneve udp port to public header file
Move the definition of the default Geneve udp port from the geneve
source to the header file, so we can re-use it from drivers.
Modify existing drivers to use it.
Signed-off-by: Moshe Shemesh <[email protected]>
Reviewed-by: Or Gerlitz <[email protected]>
Cc: John Hurley <[email protected]>
Cc: Jakub Kicinski <[email protected]>
Reviewed-by: Tariq Toukan <[email protected]>
Acked-by: Jakub Kicinski <[email protected]>
Signed-off-by: Saeed Mahameed <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/geneve.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/geneve.h b/include/net/geneve.h index fc6a7e0a874a..bced0b1d9fe4 100644 --- a/include/net/geneve.h +++ b/include/net/geneve.h @@ -4,6 +4,8 @@ #include <net/udp_tunnel.h> +#define GENEVE_UDP_PORT 6081 + /* Geneve Header: * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ * |Ver| Opt Len |O|C| Rsvd. | Protocol Type | |