mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-25 10:22:59 +02:00
pppsetup.cgi: add vdsl vlan setting also if igmpproxy is not present.
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
etc/system-release
|
||||
var/ipfire/backup/bin/backup.pl
|
||||
srv/web/ipfire/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>";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user