Capirca should support UDP / TCP / ICMP fragments in Cisco IOS
Open
- Dominant language
- Python
- Stars
- 857
- Forks
- 213
- PR merge metrics
- No merged PRs in 30d
Description
Currently Capirca only supports IP fragments in the Cisco IOS module... refer to this [portion of the `cisco.py` module](https://github.com/google/capirca/blob/5e693b58b481d8c6ad459068d068219704d90c5b/capirca/lib/cisco.py#L738):
```python
if ('ip' in protocol) and ('fragments' in opts):
if 'fragments' not in self.options:
self.options.append('fragments')
```
This should be fixed to support any IP protocol's fragments.
Contributor guide
Assessment
This issue has not been assessed yet.