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

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

Open
mpenning opened this issue May 30, 2020 · 0 comments
Open

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

mpenning opened this issue May 30, 2020 · 0 comments

Comments

@mpenning
Copy link
Contributor

Currently Capirca only supports IP fragments in the Cisco IOS module... refer to this portion of the cisco.py module:

    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.

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

No branches or pull requests

1 participant