Skip to content

Commit

Permalink
net/*: properly group interfaces on linkup
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Aug 10, 2016
1 parent 229fb74 commit 7f0f051
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion net/l2tp/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PLUGIN_NAME= l2tp
PLUGIN_VERSION= 1.0
PLUGIN_REVISION= 2
PLUGIN_REVISION= 3
PLUGIN_DEPENDS= clog mpd5
PLUGIN_COMMENT= L2TP server based on MPD5
PLUGIN_MAINTAINER= franco@opnsense.org
Expand Down
1 change: 1 addition & 0 deletions net/l2tp/src/etc/inc/plugins.inc.d/if_l2tp.inc
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ function if_l2tp_link_scripts($rootdir, $logtype = 'l2tp')
#!/bin/sh
/usr/bin/logger -p local3.info "login,%s,$4,$5"
/sbin/ifconfig $1 group l2tp

EOD;
$down = <<<'EOD'
Expand Down
2 changes: 1 addition & 1 deletion net/pppoe/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PLUGIN_NAME= pppoe
PLUGIN_VERSION= 1.0
PLUGIN_REVISION= 1
PLUGIN_REVISION= 2
PLUGIN_DEPENDS= clog mpd5
PLUGIN_COMMENT= PPPoE server based on MPD5
PLUGIN_MAINTAINER= franco@opnsense.org
Expand Down
1 change: 1 addition & 0 deletions net/pppoe/src/etc/inc/plugins.inc.d/if_pppoe.inc
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ function if_pppoe_link_scripts($rootdir, $logtype = 'poes')
#!/bin/sh
/usr/bin/logger -p local3.info "login,%s,$4,$5"
/sbin/ifconfig $1 group pppoe

EOD;
$down = <<<'EOD'
Expand Down
2 changes: 1 addition & 1 deletion net/pptp/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PLUGIN_NAME= pptp
PLUGIN_VERSION= 1.0
PLUGIN_REVISION= 1
PLUGIN_REVISION= 2
PLUGIN_DEPENDS= clog mpd5
PLUGIN_COMMENT= PPTP server based on MPD5
PLUGIN_MAINTAINER= franco@opnsense.org
Expand Down
1 change: 1 addition & 0 deletions net/pptp/src/etc/inc/plugins.inc.d/if_pptp.inc
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ function if_pptp_link_scripts($rootdir, $logtype = 'pptp')
#!/bin/sh
/usr/bin/logger -p local3.info "login,%s,$4,$5"
/sbin/ifconfig $1 group pptp

EOD;
$down = <<<'EOD'
Expand Down

0 comments on commit 7f0f051

Please sign in to comment.