mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
net/ndp-proxy-go: Fix naming and add docs link (#5017)
This commit is contained in:
parent
0152180865
commit
6061da298b
2 changed files with 5 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
PLUGIN_NAME= ndp-proxy-go
|
||||
PLUGIN_VERSION= 0.1
|
||||
PLUGIN_DEVEL= yes
|
||||
PLUGIN_COMMENT= IPv6 Neighbor Discovery Protocol Proxy
|
||||
PLUGIN_COMMENT= IPv6 Neighbor Discovery Protocol (NDP) Proxy
|
||||
PLUGIN_MAINTAINER= cedrik@pischem.com
|
||||
PLUGIN_DEPENDS= ndp-proxy-go
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
IPv6 Neighbor Discovery (ND), Router Advertisement (RA) and Duplicate Address
|
||||
Detection (DAD) Proxy.
|
||||
IPv6 Neighbor Discovery Protocol (NDP) Proxy
|
||||
|
||||
WWW: https://github.com/monviech/ndp-proxy-go
|
||||
DOC: https://docs.opnsense.org/manual/ndp-proxy-go.html
|
||||
|
||||
Plugin Changelog
|
||||
================
|
||||
|
|
|
|||
Loading…
Reference in a new issue