-
Notifications
You must be signed in to change notification settings - Fork 15
Roll-up of Pull Requests 1,3,4,5 #6
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: pritchardv <victoria.pritchard@airbus.com>
Signed-off-by: pritchardv <victoria.pritchard@airbus.com>
Signed-off-by: pritchardv <victoria.pritchard@airbus.com>
Signed-off-by: pritchardv <victoria.pritchard@airbus.com>
propagating outside of the thread causing terminate program abort. Reported by S. Galgano Adjacent Link LLC.
output file as part of instance construction. Added a std::ostream pointer member that is set to std::cout until set_log_file() is called to open a specified output file. Methods writing output log messages use the std::ostream pointer. On a failure to open a specified log file, the std::ostream pointer will default back to std::cout and an error level log message is emitted. Reported by S. Galgano Adjacent Link LLC
…p_log.txt" Changes to be made on logger_fix branch This reverts commit d11ae24.
output file as part of instance construction. Added a std::ostream pointer member that is set to std::cout until set_log_file() is called to open a specified output file. Methods writing output log messages use the std::ostream pointer. On a failure to open a specified log file, the std::ostream pointer will default back to std::cout and an error level log message is emitted. Reported by S. Galgano Adjacent Link LLC
…net + compatibility to rfc-8175
…bnet + compatibility to rfc-8175
bug fixed on: 1. on session termination in modem, local dataitems related to router need to be cleared. 2. in destination advertisement, whet destination is no longer advertised by remote modem, its ipdataitems need to be removed.
* 'catch_all_fix' of https://github.com/jgiovatto/LL-DLEP.git: Added a std::exception catch all to prevent an uncaught exception from propagating outside of the thread causing terminate program abort. Reported by S. Galgano Adjacent Link LLC.
…LL-DLEP.git * 'hard_coded_logger_fix' of https://github.com/jgiovatto/LL-DLEP.git: Modified DlepLogger to no longer open the hard coded /tmp/dlep_log.txt output file as part of instance construction. Revert "Modified DlepLogger to no longer open the hard coded /tmp/dlep_log.txt" Changes to be made on logger_fix branch Modified DlepLogger to no longer open the hard coded /tmp/dlep_log.txt output file as part of instance construction.
* 'master' of https://github.com/DanielJuravski/LL-DLEP.git: code cleanup bug fixed on session termination edited datainfo so it includes ipv4/6 address and ipv4/6 attached subnet + compatibility to rfc-8175 edited datainfo so it includes ipv4/6 address and ipv4/6 attached subnet + compatibility to rfc-8175
Signed-off-by: taylorr <rick.taylor@airbus.com>
Author
|
Also added 'syntax = "proto2";' to silence a protobuf compiler warning. |
Signed-off-by: taylorr <rick.taylor@airbus.com>
|
This has been superseded by #14. |
Author
|
This pull request has been superceded by #14 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a merge of the pull requests numbered 1,3,4,5 as I needed them all merged.