Caprica is does not render an ICMP protocol term with the fragments option
Open
- Dominant language
- Python
- Stars
- 857
- Forks
- 213
- PR merge metrics
- No merged PRs in 30d
Description
Within the cisco/Term/__str__ function the fragments option is allowed for the IP protocol but not for ICMP. What do you think about adding:
if ('icmp' in protocol) and ('fragments' in opts):
if 'fragments' not in self.options:
self.options.append('fragments')
Contributor guide
Assessment
This issue has not been assessed yet.