]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - html/cgi-bin/pppsetup.cgi
pppsetup.cgi: add vdsl vlan setting also if igmpproxy is not present.
[people/pmueller/ipfire-2.x.git] / html / cgi-bin / pppsetup.cgi
index 4c7bb8c77240c52fc38209deb5a8cea842e0af63..6205d2fbe61dbfcd3295eb2fac6e02376f498869 100644 (file)
@@ -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>";
        }
 }