Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

datapath: Add a flag to set VXLAN and Geneve ports #16874

Merged
merged 3 commits into from
Oct 18, 2021

Commits on Oct 14, 2021

  1. datapath: Add a flag to set VXLAN and Geneve ports

    This change makes it possible for user to set a custom port
    for VXLAN or Geneve. In order to anable that, the defaulting
    logic was introduced in the agent, so kernel defaults are no
    longer relied upon.
    
    Default ports remain unchanged.
    
    Towards: cilium#15956
    
    Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com>
    errordeveloper committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    223139f View commit details
    Browse the repository at this point in the history
  2. iproute2: use new image that fixes tunnel port attributes

    xref cilium/image-tools#136
    xref isovalent/iproute2#14
    
    Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com>
    errordeveloper committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    9e81024 View commit details
    Browse the repository at this point in the history
  3. update cilium-{runtime,builder}

    This is to incorporate new iproute2 image
    
    Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com>
    errordeveloper committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    c104504 View commit details
    Browse the repository at this point in the history