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

$connector should be $con in line 473 of /lib/rule-classes/NatRule.php #788

Open phillipparadis opened 4 months ago

phillipparadis commented 4 months ago

$connector was apparently renamed at some point and this got missed?

https://github.com/PaloAltoNetworks/pan-os-php/blob/69d70a9847c01d5e337db86542e6989d643d7468/lib/rule-classes/NatRule.php#L473

swaschkut commented 4 months ago

As I do not have access anymore to this repository since October 2023; This bug was already fixed in November 2023 and is available and maintained in the following repository:

https://github.com/swaschkut/pan-os-php

Which is of course also available in the same docker repository as before: docker run --name panosphp --rm -v ${PWD}:/share -it swaschkut/pan-os-php:latest