-
Notifications
You must be signed in to change notification settings - Fork 1.4k
bfdd: Lttng traces for bfdd module #20365
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
base: master
Are you sure you want to change the base?
Conversation
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
116bc7b to
6ea0257
Compare
6ea0257 to
6cb1cea
Compare
bfdd/bfd.c
Outdated
| if (bs->key.vrfname[0]) { | ||
| vrf = vrf_lookup_by_name(bs->key.vrfname); | ||
| if (vrf == NULL) { | ||
| /* Trace VRF lookup failure */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please go through the entire commit and clean up the unnecessary comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
donaldsharp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's clean up the build and address the issues I have pointed out.
4a4f3e3 to
d8f624b
Compare
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
d8f624b to
5c9769f
Compare
|
ci:rerun |
donaldsharp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM now
5c9769f to
71f510c
Compare
|
ci:rerun |
|
ci:rerun |
71f510c to
1581576
Compare
|
ci:rerun |
|
Please fix the styling (frrbot) before merging. |
1581576 to
85996b0
Compare
Enabled lttng support in bfdd folder Signed-off-by: harini <[email protected]>
85996b0 to
9721dc1
Compare
yes done. thanks |
Enabled lttng support in bfdd folder