Skip to content

Any reason to keep print-otv.c? #1367

@fxlb

Description

@fxlb
  • 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions