mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
864af63f4e
* 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>
8 lines
180 B
Makefile
8 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"
|