PaloAltoNetworks / pan-os-php

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

interfaces which are using address-objects do not get updated if address-object name got changed #764

Open swaschkut opened 1 year ago

swaschkut commented 1 year ago

Describe the bug

example command to change address-object; pan-os-php type=address in=in.xml out=out.xml ‘actions=name-rename:N_$$value.no-netmask$$-$$netmask.blank32$$’ location=any ‘filter=(!(object is.group) and (ip.count > 1) and (object is.ip-netmask))’

if a changed address-object is used as interface IP address as object; this is not getting updated

Expected behavior

Current behavior

Possible solution

Steps to reproduce

1. 2. 3. 4.

Screenshots

Context

Your Environment