-
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
Zserv.h modifications #1527
Zserv.h modifications #1527
Conversation
💚 Basic BGPD CI results: SUCCESS, 0 tests failedResults table
For details, please contact louberger |
Continuous Integration Result: SUCCESSFULCongratulations, this patch passed basic tests Tested-by: NetDEF / OpenSourceRouting.org CI System CI System Testrun URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-2137/ This is a comment from an EXPERIMENTAL automated CI system. Warnings Generated during build:Ubuntu1404 amd64 build: Successful with additional warnings:Debian Package lintian failed for Ubuntu1404 amd64 build:
Debian8 amd64 build: Successful with additional warnings:Debian Package lintian failed for Debian8 amd64 build:
CLANG Static Analyzer Summary
No Changes in Static Analysis warnings compared to base23 Static Analyzer issues remaining.See details at |
There are whitespace issues that need to be cleaned up |
The zebrad initialization does not need to be part of cli initialization and should be done separately. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zserv.c has become a bit of a dumping ground for zebra cli. I'd like to focus the zserv.c code into it's core functionality which is handling the zapi interface. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zserv.c had a grab bag of function declarations that did not belong in it. Move those to where they better belong. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
30c30cd
to
05f7f5d
Compare
@rzalamena I have made the whitespace fixes here. |
💚 Basic BGPD CI results: SUCCESS, 0 tests failedResults table
For details, please contact louberger |
Continuous Integration Result: SUCCESSFULCongratulations, this patch passed basic tests Tested-by: NetDEF / OpenSourceRouting.org CI System CI System Testrun URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-2158/ This is a comment from an EXPERIMENTAL automated CI system. Warnings Generated during build:Ubuntu1404 amd64 build: Successful with additional warnings:Debian Package lintian failed for Ubuntu1404 amd64 build:
Debian8 amd64 build: Successful with additional warnings:Debian Package lintian failed for Debian8 amd64 build:
CLANG Static Analyzer Summary
No Changes in Static Analysis warnings compared to base23 Static Analyzer issues remaining.See details at |
zserv.[ch] have become a bit of a dumping ground for functions and their declarations. Modify these two to put code in places where they belong better.