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

Issue 174, 289: Update ICMP Specification #281

Merged
merged 2 commits into from
Jun 17, 2020
Merged

Issue 174, 289: Update ICMP Specification #281

merged 2 commits into from
Jun 17, 2020

Conversation

rssen
Copy link
Contributor

@rssen rssen commented Jun 11, 2020

Closes #174
Fixes #289

@rssen rssen requested review from jklmnn and treiher and removed request for jklmnn and treiher June 11, 2020 10:02
@rssen rssen marked this pull request as draft June 11, 2020 10:13
jklmnn
jklmnn previously approved these changes Jun 11, 2020
specs/icmp.rflx Outdated Show resolved Hide resolved
specs/icmp.rflx Outdated Show resolved Hide resolved
specs/icmp.rflx Outdated Show resolved Hide resolved
specs/icmp.rflx Outdated Show resolved Hide resolved
specs/icmp.rflx Outdated Show resolved Hide resolved
specs/icmp.rflx Outdated Show resolved Hide resolved
@rssen rssen changed the title Issue 174: Update ICMP Specification Issue 174, 289: Update ICMP Specification Jun 16, 2020
@codecov
Copy link

codecov bot commented Jun 16, 2020

Codecov Report

Merging #281 into develop will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #281      +/-   ##
===========================================
- Coverage    97.76%   97.74%   -0.02%     
===========================================
  Files           24       24              
  Lines         4074     4083       +9     
  Branches       674      678       +4     
===========================================
+ Hits          3983     3991       +8     
  Misses          52       52              
- Partials        39       40       +1     
Impacted Files Coverage Δ
rflx/pyrflx/typevalue.py 99.25% <100.00%> (+0.01%) ⬆️
rflx/generator/generator.py 98.18% <0.00%> (-1.82%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d56cdfa...735990b. Read the comment docs.

@rssen
Copy link
Contributor Author

rssen commented Jun 16, 2020

Apparently the test coverage for generator/generator.py went down but i did not make any changes to this module.

@treiher
Copy link
Collaborator

treiher commented Jun 17, 2020

The dropped test coverage seems to be an bug of codecov. I think we can just ignore it here.

The ICMP specification looks fine for me now. But I don't like that you changed two unrelated things in one commit. Please split it and tag it with the right issue (Ref. #???).

This branch also needs to be rebased to develop.

rflx/pyrflx/typevalue.py Outdated Show resolved Hide resolved
@rssen rssen marked this pull request as ready for review June 17, 2020 12:02
@treiher treiher merged commit 818243b into develop Jun 17, 2020
@treiher treiher deleted the issue_174 branch June 17, 2020 13:32
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.

PyRFLX: prev_field does not return correct predecessor field ICMP Message specification
4 participants