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

bgpv1: Don't use net package for addressing #25313

Merged

Commits on May 16, 2023

  1. bgpv1: Don't use net package for addressing

    We're now discouraging using net package for addressing. Convert all
    net.IP and net.IPNet to netip.Addr and netip.Prefix. During the
    conversion, I found routerID resolution code is duplicated to two
    places. As a part of the cleanup, I consolidated them into the single
    function.
    
    Related: cilium#24246
    
    Signed-off-by: Yutaro Hayakawa <yutaro.hayakawa@isovalent.com>
    YutaroHayakawa committed May 16, 2023
    Configuration menu
    Copy the full SHA
    6b5f1e9 View commit details
    Browse the repository at this point in the history