Skip to content

Commit

Permalink
Change MplsOudp destination port to IANA port
Browse files Browse the repository at this point in the history
Right now the destination port that Vrouter uses in MplsOudp packet is
51234 which is not by IANA. But Vrouter is accepting the packets in the
reception path both old and new port numbers. With this change we will
be sening the destination port also to be IANA assigned port.

Change-Id: Idc6e1b3bf3f58fa15d0ad1184c60ea7e75865336
closes-bug: #1420905
  • Loading branch information
divakardhar committed Aug 22, 2015
1 parent 2925b9b commit 0aac410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/vr_mpls.h
Expand Up @@ -14,7 +14,7 @@

#define VR_MPLS_OVER_UDP_OLD_DST_PORT 51234
#define VR_MPLS_OVER_UDP_NEW_DST_PORT 6635
#define VR_MPLS_OVER_UDP_DST_PORT VR_MPLS_OVER_UDP_OLD_DST_PORT
#define VR_MPLS_OVER_UDP_DST_PORT VR_MPLS_OVER_UDP_NEW_DST_PORT
#define VR_MPLS_OVER_UDP_SRC_PORT 51000
#define VR_MUDP_PORT_RANGE_START 49152
#define VR_MUDP_PORT_RANGE_END 65535
Expand Down

0 comments on commit 0aac410

Please sign in to comment.