Alp Eren Kose

Results 4 issues of Alp Eren Kose

## Description Add conditions to `StaticRoute` nexthop and nexthop_type params as well as accepting 'none' value as an input for nexthop_type. ## Motivation and Context Providing `None` vs a `'none'`...

## Description This PR fixes issue with `"none"` value for `nexthop_type` in `panos_static_route`. This change also requires pan-os-python to accept 'none' value for the nexthop type, proposed on the following...

## Describe the bug When an existing security rule is updated using the "present" state, following block is removed from the xml configuration. ``` target { negate no; } ```...

bug

## Describe the bug `result["before"]` includes newly added items when updating a list type param. Issue seen on `panos_security_rule` but possibly exists on others as well. **Consider the following scenario:**...

bug