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

capture_traffic command needs to pull interfaces from Panorama #245

Open
matt852 opened this issue Mar 13, 2022 · 0 comments
Open

capture_traffic command needs to pull interfaces from Panorama #245

matt852 opened this issue Mar 13, 2022 · 0 comments
Assignees
Labels
good first issue Good for newcomers hacktoberfest integration-panorama Issues that apply to Panorama Integration status: accepted This issue has been accepted by the maintainers team for implementation type: bug

Comments

@matt852
Copy link
Contributor

matt852 commented Mar 13, 2022

Environment

  • Python version: 3.10
  • Nautobot version: 1.2.8
  • nautobot-chatops version: 1.3.1
  • nautobot-plugin-chatops-panorama version: 1.0.0

Expected Behavior

capture_traffic to work correctly

Observed Behavior

The "capture traffic" command pulls the interfaces for the PA device from Nautobot. However this plugin is supposed to pull all relevant data dynamically from Panorama or the PA device directly.
This line needs to be modified:
_interfaces = Interface.objects.filter(device__name=device)

Steps to Reproduce

@jdrew82 jdrew82 added good first issue Good for newcomers status: accepted This issue has been accepted by the maintainers team for implementation type: bug labels Sep 22, 2022
@jdrew82 jdrew82 transferred this issue from nautobot/nautobot-plugin-chatops-panorama Aug 21, 2023
@jdrew82 jdrew82 added the integration-panorama Issues that apply to Panorama Integration label Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hacktoberfest integration-panorama Issues that apply to Panorama Integration status: accepted This issue has been accepted by the maintainers team for implementation type: bug
Projects
None yet
Development

No branches or pull requests

3 participants