flannel-io / flannel

flannel is a network fabric for containers, designed for Kubernetes
Apache License 2.0
8.61k stars 2.87k forks source link

vxlan vni should not be type uint16 #1831

Closed arthur-zhang closed 7 months ago

arthur-zhang commented 7 months ago

Description

according to https://datatracker.ietf.org/doc/html/rfc7348, vxlan cni is 24-bit. we should not use uint16 to hold it.

Todos