Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update VXLANTest destination port number (#528)
Based on RFC 7348, the default IANA-assigned destination UDP port number for VXLAN is 4789, not the source port number. Update the value in the VXLANTest class to align with the RFC. The VXLAN implementation still allows for the destination port number to be configurable to allow interoperability (as specified by the RFC), such as with the Linux kernel's default value of 8472. Signed-off-by: James Raphael Tiovalen <[email protected]>
- Loading branch information