openwisp / netjsonconfig

Network configuration management library based on NetJSON DeviceConfiguration
https://netjsonconfig.openwisp.org/
Other
359 stars 71 forks source link

[bug] WireGuard backend is missing parsers #276

Open pandafy opened 1 year ago

pandafy commented 1 year ago

The WireGuard backend does not implement parsers.

https://github.com/openwisp/netjsonconfig/blob/96d811fe79b907fa6d8aef2378fc651c4d815179/netjsonconfig/backends/wireguard/parser.py#L10-L21

We need to add parsers like OpenVPN backend.