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: When using dev build add pointer information to %pBD #15520

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

donaldsharp
Copy link
Member

When building FRR with --enable-dev-build. Add a bit of code to include the pointer value as part of the output. Helps with tracking down issues and let's us see more data when using the dev build option.

New output:

2024/03/08 19:48:56 BGP: [V0J1J-W5RHA] 11.0.20.1/32(0x5759ddf8d7c0) for 11.0.20.1/32

Copy link
Member

@ton31337 ton31337 left a comment

Choose a reason for hiding this comment

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

LGTM, just a single nit.

doc/developer/logging.rst Outdated Show resolved Hide resolved
@ton31337
Copy link
Member

@Mergifyio rebase

When building FRR with `--enable-dev-build`.  Add a bit of
code to include the pointer value as part of the output.
Helps with tracking down issues and let's us see more data
when using the dev build option.

New output:

2024/03/08 19:48:56 BGP: [V0J1J-W5RHA] 11.0.20.1/32(0x5759ddf8d7c0) for 11.0.20.1/32

Signed-off-by: Donald Sharp <[email protected]>
Copy link

mergify bot commented Mar 14, 2024

rebase

✅ Branch has been successfully rebased

@ton31337 ton31337 force-pushed the bgp_dest_dev_build branch from 6d7468c to 894cb4f Compare March 14, 2024 09:45
@ton31337 ton31337 merged commit 5e42011 into FRRouting:master Mar 18, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants