Skip to content

Commit

Permalink
Merge "Change MplsOudp destination port to IANA port"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Jul 14, 2016
2 parents 6246f64 + e10f146 commit d04ed07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/vr_mpls.h
Expand Up @@ -15,7 +15,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 d04ed07

Please sign in to comment.