Skip to content

Commit

Permalink
Use IANA destination port in agent whike parsing MplsoUdp packet
Browse files Browse the repository at this point in the history
closes-bug: #1420905

Change-Id: I4717eec538b074977dacf1b443a65b2f711d6ba4
  • Loading branch information
naveen-n committed Aug 26, 2015
1 parent f2d7c32 commit 9113075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vnsw/agent/pkt/pkt_handler.h
Expand Up @@ -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
Expand Down

0 comments on commit 9113075

Please sign in to comment.