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

Add support for MPLS entries in ResolvedEntryFn #190

Merged
merged 5 commits into from
Sep 15, 2023
Merged

Add support for MPLS entries in ResolvedEntryFn #190

merged 5 commits into from
Sep 15, 2023

Conversation

robshakir
Copy link
Contributor

commit fad7a1a9eeea325709745ea927d32db523d773dd
Author: Rob Shakir <[email protected]>
Date:   Sat Sep 2 00:22:00 2023 +0000

    Add support for calling a resolvedEntryHook for MPLS.
    
     * (M) constants/const.go
       - Add a string representation of an AFT.
     * (M) rib/rib(_test)?.go
       - Add support for calling a resolved entry hook when an MPLS
         entry is installed.
       - Change the signature of a ResolvedEntryHookFn to carry AFT
         and optional details.

commit c7aff9365becd3c511c7fe6d6bb16a7c67e306b8
Author: Rob Shakir <[email protected]>
Date:   Sat Sep 2 00:44:55 2023 +0000

    Update lemming dep.

We have a circular dependency between gribigo and lemming here, where the
compliance tests will not pass until such time as lemming builds, but
lemming is built against gribigo. This will need to be force merged to allow
lemming+gribigo to both update.

 * (M) constants/const.go
   - Add a string representation of an AFT.
 * (M) rib/rib(_test)?.go
   - Add support for calling a resolved entry hook when an MPLS
     entry is installed.
   - Change the signature of a ResolvedEntryHookFn to carry AFT
     and optional details.
* (M) rib/rib(_test)?.go
   - Ensure that we call the ResolvedEntryFn for delete and replace
     operations.
@robshakir robshakir merged commit c963fc4 into main Sep 15, 2023
@robshakir robshakir deleted the mplshook branch September 15, 2023 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants