mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
* net/ndproxy: Add os-ndproxy plugin * net/ndproxy: Fix a few small errors. * net/ndproxy: Fix a few small errors. * Update net/ndproxy/src/etc/inc/plugins.inc.d/ndproxy.inc Co-authored-by: Franco Fichtner <franco@lastsummer.de> * Update net/ndproxy/src/etc/inc/plugins.inc.d/ndproxy.inc Co-authored-by: Franco Fichtner <franco@lastsummer.de> * net/ndproxy: Cleanup view to use base_form and SimpleActionButton --------- Co-authored-by: Franco Fichtner <franco@lastsummer.de>
7 lines
180 B
Makefile
7 lines
180 B
Makefile
PLUGIN_NAME= ndproxy
|
|
PLUGIN_VERSION= 1.0
|
|
PLUGIN_DEPENDS= ndproxy
|
|
PLUGIN_COMMENT= Neighbor Discovery Proxy
|
|
PLUGIN_MAINTAINER= cedrik@pischem.com
|
|
|
|
.include "../../Mk/plugins.mk"
|