mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
net/ndp-proxy-go: minor adjustments
This commit is contained in:
parent
e03666d614
commit
04585ada9e
3 changed files with 3 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
PLUGIN_NAME= ndp-proxy-go
|
||||
PLUGIN_VERSION= 0.1
|
||||
PLUGIN_DEVEL= yes
|
||||
PLUGIN_COMMENT= IPv6 Neighbor Discovery Protocol Proxy
|
||||
PLUGIN_MAINTAINER= cedrik@pischem.com
|
||||
PLUGIN_DEPENDS= ndp-proxy-go
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
IPv6 Neighbor Discovery (ND), Router Advertisement (RA) and Duplicate Address Detection (DAD) Proxy
|
||||
IPv6 Neighbor Discovery (ND), Router Advertisement (RA) and Duplicate Address
|
||||
Detection (DAD) Proxy.
|
||||
|
||||
Plugin Changelog
|
||||
================
|
||||
|
|
|
|||
|
|
@ -46,4 +46,3 @@
|
|||
{{ partial("layout_partials/base_form", ['fields': generalForm, 'id': 'frm_GeneralSettings']) }}
|
||||
</div>
|
||||
{{ partial('layout_partials/base_apply_button', {'data_endpoint': '/api/ndpproxy/service/reconfigure', 'data_service_widget': 'ndpproxy'}) }}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue