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

type=address - migrate wildcard-netmask object to ip-netmask #761

Closed swaschkut closed 1 year ago

swaschkut commented 1 year ago

Is your feature request related to a problem?

Describe the solution you'd like

migrate e.g. 10.91.0.0/0.0.255.255 as object type wildcard-netmask

to 10.91.0.0/16 as object ip-netmask

Describe alternatives you've considered

Additional context

swaschkut commented 1 year ago

763 introduced this feature

pan-os-php type=address actions=move-wildcard2network in=config.xml out=output.xml location=any 'filter=(object is.ip-wildcard)'