capture_traffic command needs to pull interfaces from Panorama #245
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
Environment
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
The text was updated successfully, but these errors were encountered: