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: Allow peer-groups to have ttl-security hops configured
#7873
bgpd: Allow peer-groups to have ttl-security hops configured
#7873
Conversation
The command `neighbor PGROUP ttl-security hops X` was being accepted but ignored. Allow it to be stored. I am still not sure that this is applied correctly, but that is another problem. Fixes: FRRouting#7848 Signed-off-by: Donald Sharp <sharpd@nvidia.com>
8a66632
to
4ec7a71
Compare
Outdated results 🚧Basic BGPD CI results: Partial FAILURE, 1 tests failed
For details, please contact louberger |
Continuous Integration Result: SUCCESSFULContinuous 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-16544/ This is a comment from an automated CI system. Warnings Generated during build:Debian 10 amd64 build: Successful with additional warningsDebian Package lintian failed for Debian 10 amd64 build: |
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-16546/ This is a comment from an automated CI system. Warnings Generated during build:Debian 10 amd64 build: Successful with additional warningsDebian Package lintian failed for Debian 10 amd64 build: |
|
@louberger what went wrong? |
|
seeing more errors due to code running slower ;-( will rerun...
…On 1/17/2021 8:17 PM, Donald Sharp wrote:
@louberger <https://github.com/louberger> what went wrong?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#7873 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABSFNSFLDTOBK32TXQSETQ3S2ODZBANCNFSM4WEBLA4Q>.
|
💚 Basic BGPD CI results: SUCCESS, 0 tests failedResults table
For details, please contact louberger |
The command
neighbor PGROUP ttl-security hops Xwas beingaccepted but ignored. Allow it to be stored. I am still
not sure that this is applied correctly, but that is another
problem.
Fixes: #7848
Signed-off-by: Donald Sharp sharpd@nvidia.com