From 9113075f06425294fa219984e48fbae7df95ea12 Mon Sep 17 00:00:00 2001 From: Naveen N Date: Wed, 26 Aug 2015 04:01:24 -0700 Subject: [PATCH] Use IANA destination port in agent whike parsing MplsoUdp packet closes-bug: #1420905 Change-Id: I4717eec538b074977dacf1b443a65b2f711d6ba4 --- src/vnsw/agent/pkt/pkt_handler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vnsw/agent/pkt/pkt_handler.h b/src/vnsw/agent/pkt/pkt_handler.h index 3d4122b0d2e..c9ddc89d303 100644 --- a/src/vnsw/agent/pkt/pkt_handler.h +++ b/src/vnsw/agent/pkt/pkt_handler.h @@ -30,7 +30,7 @@ #define DHCPV6_CLIENT_PORT 546 #define DNS_SERVER_PORT 53 #define VXLAN_UDP_DEST_PORT 4789 -#define MPLS_OVER_UDP_DEST_PORT 51234 +#define MPLS_OVER_UDP_DEST_PORT VR_MPLS_OVER_UDP_DST_PORT #define IPv4_ALEN 4 #define ARP_TX_BUFF_LEN 128