]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Removed not working tap device.
authorJan Paul Tuecking <earl@ipfire.org>
Sat, 12 Jun 2010 23:06:19 +0000 (01:06 +0200)
committerJan Paul Tuecking <earl@ipfire.org>
Sat, 12 Jun 2010 23:06:19 +0000 (01:06 +0200)
html/cgi-bin/ovpnmain.cgi

index ecca6fa77b42f312d97d0f5d6be5b4a9c6d99df9..fcaeb5c3534f17090e161c62ba0336c74de37507 100644 (file)
@@ -2668,7 +2668,8 @@ END
        <td class='boldbase' nowrap='nowrap' colspan='2'>$Lang::tr{'ovpn subnet'}<br /><input type='TEXT' name='DOVPN_SUBNET' value='$cgiparams{'DOVPN_SUBNET'}' size='30' /></td></tr>
     <tr><td class='boldbase' nowrap='nowrap'>$Lang::tr{'ovpn device'}</td>
         <td><select name='DDEVICE' ><option value='tun' $selected{'DDEVICE'}{'tun'}>TUN</option>
-                                           <option value='tap' $selected{'DDEVICE'}{'tap'}>TAP</option></select></td>                              
+                                       <!-- this is still not working
+                                           <option value='tap' $selected{'DDEVICE'}{'tap'}>TAP</option></select>--> </td>                                  
     <tr><td class='boldbase' nowrap='nowrap'>$Lang::tr{'protocol'}</td>
         <td><select name='DPROTOCOL'><option value='udp' $selected{'DPROTOCOL'}{'udp'}>UDP</option>
                                            <option value='tcp' $selected{'DPROTOCOL'}{'tcp'}>TCP</option></select></td>