mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
* net/ndproxy: Disable promiscuous mode forced by port * net/ndproxy: Bump version, add release notes, put variable inside conditional. * Update net/ndproxy/pkg-descr Co-authored-by: Franco Fichtner <franco@opnsense.org> --------- Co-authored-by: Franco Fichtner <franco@opnsense.org>
7 lines
180 B
Makefile
7 lines
180 B
Makefile
PLUGIN_NAME= ndproxy
|
|
PLUGIN_VERSION= 1.1
|
|
PLUGIN_DEPENDS= ndproxy
|
|
PLUGIN_COMMENT= Neighbor Discovery Proxy
|
|
PLUGIN_MAINTAINER= cedrik@pischem.com
|
|
|
|
.include "../../Mk/plugins.mk"
|