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

collection: Add ReplaceMaps to CollectionOptions #646

Merged

Commits on Apr 29, 2022

  1. collection: Add MapReplacements to CollectionOptions

    Add a new way to replace references to specific maps when creating a
    new collection by introducing a MapReplacements field to the
    CollectionOptions struct.
    
    The goal of this functionality is the same provided by RewriteMaps(),
    but this new approach plays nicely with bpf2go as cilium#517
    is fixed.
    
    Signed-off-by: Mauricio Vásquez <mauriciov@microsoft.com>
    mauriciovasquezbernal committed Apr 29, 2022
    Copy the full SHA
    d5dcf5e View commit details
    Browse the repository at this point in the history