capture_traffic command needs to pull interfaces from Panorama #245
Labels
good first issue
Great issues for newcomers!
hacktoberfest
integration-panorama
Issues that apply to Panorama Integration
type: bug
Something isn't working as expected
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: