openwisp / openwisp/netjsonconfig
[bug] WireGuard backend is missing parsers
Open
Nobody has claimed this yet.
bug
- Dominant language
- Python
- Stars
- 388
- Forks
- 87
- Avg merge
- 1h 26m
- Merged PRs (30d)
- 4
Description
The WireGuard backend does not implement parsers.
We need to add parsers like OpenVPN backend.
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
Start with netjsonconfig/backends/wireguard/parser.py at lines 10-21, then compare the OpenVPN backend's parser implementation. Add the missing WireGuard parsers with equivalent coverage to OpenVPN, and verify that the WireGuard backend can parse its supported configuration data.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100