Skip to content

Conversation

@ricktaylor
Copy link

This is a merge of the pull requests numbered 1,3,4,5 as I needed them all merged.

pritchardv and others added 17 commits November 8, 2017 16:40
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
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>
@ricktaylor
Copy link
Author

Also added 'syntax = "proto2";' to silence a protobuf compiler warning.

Signed-off-by: taylorr <rick.taylor@airbus.com>
@airbus-mipn
Copy link

This has been superseded by #14.

@ricktaylor ricktaylor closed this Jan 6, 2020
@ricktaylor
Copy link
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants