PaloAltoNetworks / PaloAltoNetworks/pan-os-python
IKEGateway: ID Types can be 'None'
Open
Nobody has claimed this yet.
bug
- Dominant language
- Python
- Stars
- 400
- Forks
- 199
- PR merge metrics
- No merged PRs in 30d
Description
The ID types
- peer_id_type
- local_id_type
in network.py / class IKEGateway can also be of value 'None'. That shall be updated.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open network.py and inspect the IKEGateway class, focusing on the peer_id_type and local_id_type fields and how their accepted values are defined or validated. Confirm that both fields support the value 'None', then verify that the resulting behavior matches the issue description.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100