PaloAltoNetworks / pan-os-php

Framework and utilities to easily manage and edit Palo Alto Network PANOS devices
ISC License
73 stars 16 forks source link

type=address 'filter=(object is.unused) or (object is.unused.recursive) - overwritten objects which are used in higher address group objects are unused #768

Closed swaschkut closed 1 year ago

swaschkut commented 1 year ago

Describe the bug

address / address group objects which are overwriting at higher level an object with same name, are unused if at higher level these objects are used in Groups and these Groups are use in same or lower DG e.g. in SecurityRules

Expected behavior

mark these objects also as used

Current behavior

Possible solution

Steps to reproduce

1. 2. 3. 4.

Screenshots

Context

Your Environment

swaschkut commented 1 year ago

planned to be fixed with v2.1.15 actual bugfix available in develop Docker Container:

docker pull swaschkut/pan-os-php:develop

swaschkut commented 1 year ago

774