From 5cd9b2054460023ce46c92c393c24b0fadcff4ad Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 8 Aug 2016 09:30:16 +0200 Subject: [PATCH] net/l2tp: fix interface plugging --- net/l2tp/Makefile | 2 +- net/l2tp/src/etc/inc/plugins.inc.d/if_l2tp.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/l2tp/Makefile b/net/l2tp/Makefile index ca867c084..9db04a8b3 100644 --- a/net/l2tp/Makefile +++ b/net/l2tp/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= l2tp PLUGIN_VERSION= 1.0 -PLUGIN_REVISION= 1 +PLUGIN_REVISION= 2 PLUGIN_DEPENDS= clog mpd5 PLUGIN_COMMENT= LT2P server based on MPD5 PLUGIN_MAINTAINER= franco@opnsense.org diff --git a/net/l2tp/src/etc/inc/plugins.inc.d/if_l2tp.inc b/net/l2tp/src/etc/inc/plugins.inc.d/if_l2tp.inc index 23b805ecf..6d27564e0 100644 --- a/net/l2tp/src/etc/inc/plugins.inc.d/if_l2tp.inc +++ b/net/l2tp/src/etc/inc/plugins.inc.d/if_l2tp.inc @@ -257,7 +257,7 @@ EOD; return 0; } -function l2tp_interfaces() +function if_l2tp_interfaces() { global $config;