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

bgp: don't show vnc response-lifetime config line when set to default… #1626

Merged

Conversation

louberger
Copy link
Member

… value

… value

Signed-off-by: Lou Berger <lberger@labn.net>
@LabN-CI
Copy link
Collaborator

LabN-CI commented Jan 11, 2018

💚 Basic BGPD CI results: SUCCESS, 0 tests failed

Results table
_ _
Result SUCCESS git merge/1626 9b73cd8
Date 01/11/2018
Start 17:34:05
Finish 17:57:05
Run-Time 23:00
Total 1805
Pass 1805
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2018-01-11-17:34:05.txt
Log autoscript-2018-01-11-17:34:43.log.bz2

For details, please contact louberger

@NetDEF-CI
Copy link
Collaborator

Continuous Integration Result: SUCCESSFUL

Congratulations, this patch passed basic tests

Tested-by: NetDEF / OpenSourceRouting.org CI System

CI System Testrun URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-2298/

This is a comment from an EXPERIMENTAL automated CI system.
For questions and feedback in regards to this CI system, please feel free to email
Martin Winter - mwinter (at) opensourcerouting.org.


CLANG Static Analyzer Summary

  • Github Pull Request 1626, comparing to Git base SHA c124004

No Changes in Static Analysis warnings compared to base

21 Static Analyzer issues remaining.

See details at
https://ci1.netdef.org/browse/FRR-FRRPULLREQ-2298/artifact/shared/static_analysis/index.html

@@ -4097,7 +4097,8 @@ int bgp_rfapi_cfg_write(struct vty *vty, struct bgp *bgp)
}
}

if (hc->default_rd.prefixlen || hc->default_response_lifetime
if (hc->default_rd.prefixlen
|| hc->default_response_lifetime != BGP_VNC_DEFAULT_RESPONSE_LIFETIME_DEFAULT
Copy link
Member

Choose a reason for hiding this comment

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

over 80 characters. Otherwise looks good to me

@donaldsharp
Copy link
Member

I took this PR and added a subsuquent commit to clean up the indentation in the function.

#1628

Let me know if you like the changes here

@louberger louberger mentioned this pull request Jan 12, 2018
@donaldsharp donaldsharp merged commit b782607 into FRRouting:master Jan 12, 2018
@louberger louberger deleted the working/master/vnc-config branch March 9, 2018 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants