-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
zebra: changes for code maintainability #16041
Conversation
ci:rerun |
Please fix the formatting/styling also. |
Sure Mr. @ton31337 . thanks |
70ab0db
to
00e4bb6
Compare
Hi Mr. @ton31337, corrected the code formatting/styling as mentioned. |
ci:rerun |
Kindly review, thanks |
Hi Mr. @ton31337 , |
ci:rerun |
zebra/zebra_vxlan_if.c
Outdated
@@ -493,8 +486,7 @@ static int zebra_vxlan_if_vni_entry_add(struct zebra_if *zif, | |||
} | |||
|
|||
static int zebra_vxlan_if_add_update_vni(struct zebra_if *zif, | |||
struct zebra_vxlan_vni *vni, | |||
void *ctxt) | |||
struct zebra_vxlan_vni *vni, void *ctxt) |
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.
Can you please revert this change? This will make the lines go more than 80 chars. Similar comment for other lines as well.
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.
Thanks Mobash,
Corrected as per the suggestion.
00e4bb6
to
fcf82de
Compare
fcf82de
to
3db0602
Compare
3db0602
to
f384ade
Compare
ci:rerun |
1 similar comment
ci:rerun |
these changes are for improving the code maintainability and readability Signed-off-by: sri-mohan1 <[email protected]>
f384ade
to
c2f2dde
Compare
ci:rerun |
1 similar comment
ci:rerun |
these changes are for improving the code maintainability and readability