From 8eb218c755933bf68410da98ca311017b9d43fa6 Mon Sep 17 00:00:00 2001 From: Francesco Fondelli Date: Tue, 26 Feb 2013 13:44:11 +0100 Subject: - Add support for OTV (draft-hasmit-otv-04). - Use the packettype infrastructure (-T vxlan) for VXLAN parsing (waiting for a well known dest port) --- udp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udp.h') diff --git a/udp.h b/udp.h index f9f67ee8..b07cdd43 100644 --- a/udp.h +++ b/udp.h @@ -85,7 +85,7 @@ struct udphdr { #define SFLOW_PORT 6343 /* http://www.sflow.org/developers/specifications.php */ #define LWAPP_DATA_PORT 12222 /* draft-ohara-capwap-lwapp-04.txt */ #define LWAPP_CONTROL_PORT 12223 /* draft-ohara-capwap-lwapp-04.txt */ -#define VXLAN_PORT 8472 /* draft-mahalingam-dutt-dcops-vxlan-03 */ +#define OTV_PORT 8472 /* draft-hasmit-otv-04 */ #ifdef INET6 #define RIPNG_PORT 521 /*XXX*/ -- cgit v1.2.1