google / google/capirca

Capirca should support UDP / TCP / ICMP fragments in Cisco IOS

Open
#189 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.