This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 11c96d4a74cf1af60c377b8a0a83c53141777d15 (commit) from aa9664561353c352d2783a8054bb32e804a5268c (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 11c96d4a74cf1af60c377b8a0a83c53141777d15 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Mar 17 22:43:55 2011 +0100
pppsetup.cgi: add vdsl vlan setting also if igmpproxy is not present.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/48/filelists/files | 1 + html/cgi-bin/pppsetup.cgi | 9 +++++++++ 2 files changed, 10 insertions(+), 0 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/48/filelists/files b/config/rootfiles/core/48/filelists/files index 8c4ede3..4bff4f5 100644 --- a/config/rootfiles/core/48/filelists/files +++ b/config/rootfiles/core/48/filelists/files @@ -1,2 +1,3 @@ etc/system-release var/ipfire/backup/bin/backup.pl +srv/web/ipfire/cgi-bin/pppsetup.cgi diff --git a/html/cgi-bin/pppsetup.cgi b/html/cgi-bin/pppsetup.cgi index 4c7bb8c..6205d2f 100644 --- a/html/cgi-bin/pppsetup.cgi +++ b/html/cgi-bin/pppsetup.cgi @@ -777,6 +777,15 @@ END ; } else { + if ($pppsettings{'TYPE'} eq 'vdsl') { +print <<END + <tr> + <td>INET_VLAN</td> + <td><input size=5 type='number' name='INET_VLAN' value='$pppsettings{'INET_VLAN'}' /></td> + </tr> +END +; + } print "<tr><td colspan='4' width='100%'>No IPTV possible install addon igmpproxy</td></tr>"; } }
hooks/post-receive -- IPFire 2.x development tree