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

bgpd: remove bgpd.h from bgp script header #16841

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

mjstapp
Copy link
Contributor

@mjstapp mjstapp commented Sep 17, 2024

Use forward references instead of including the main bgpd.h header in the bgp scripting header: because of the way the lua scripting infra builds, changes to bgpd.h were affecting other modules.

Use forward references instead of including the main bgpd.h
header in the bgp scripting header to reduce external impact
of changes.

Signed-off-by: Mark Stapp <[email protected]>
@frrbot frrbot bot added the bgp label Sep 17, 2024
@donaldsharp
Copy link
Member

LGTM. I'll push in once CI finishes

@riw777 riw777 self-requested a review September 17, 2024 15:13
Copy link
Member

@riw777 riw777 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@donaldsharp
Copy link
Member

ci has been hung for over a day. Since this is a build issue not a ci issue I am pushing it in.

@donaldsharp donaldsharp merged commit 5634307 into FRRouting:master Sep 18, 2024
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants