Revision c9d46a8e
Added by Renato Botelho almost 10 years ago
src/usr/local/www/guiconfig.inc | ||
---|---|---|
256 | 256 |
/* TCP flags */ |
257 | 257 |
$tcpflags = array("fin", "syn", "rst", "psh", "ack", "urg", "ece", "cwr"); |
258 | 258 |
|
259 |
$specialnets = array("(self)" => "This Firewall", "pptp" => "PPTP clients", "pppoe" => "PPPoE clients", "l2tp" => "L2TP clients");
|
|
259 |
$specialnets = array("(self)" => "This Firewall", "pppoe" => "PPPoE clients", "l2tp" => "L2TP clients"); |
|
260 | 260 |
|
261 | 261 |
$spiflist = get_configured_interface_with_descr(false, true); |
262 | 262 |
foreach ($spiflist as $ifgui => $ifdesc) { |
Also available in: Unified diff
Retire PPTP server, fixes #4226:
- Remove PPTP server and all related code
- Bump config version 12.2
- Write upgrade config code to remove pptpd section and also cleanup
firewall and NAT rules using PPTP interface or src/des