-
Notifications
You must be signed in to change notification settings - Fork 894
Open
Description
- This is not a security issue (See first line).
Any reason to keep print-otv.c
?
specification: draft-hasmit-otv-04
"This Internet-Draft is no longer active."
(https://datatracker.ietf.org/doc/draft-hasmit-otv/)
OTV defines UDP port 8472
udp.h:237:#define OTV_PORT 8472 /* draft-hasmit-otv-04 */
But:
Linux, drivers/net/vxlan/vxlan_core.c
/* UDP port for VXLAN traffic.
* The IANA assigned port is 4789, but the Linux default is 8472
* for compatibility with early adopters.
*/
static unsigned short vxlan_port __read_mostly = 8472;
Metadata
Metadata
Assignees
Labels
No labels