Changeset 18956


Ignore:
Timestamp:
04/08/12 14:16:42 (15 months ago)
Author:
sash
Message:

ovpncl:allow input complete

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/services/services/openvpn.c

    r18948 r18956  
    360360        else { 
    361361                fprintf(fp, 
     362                        "iptables -I INPUT -i %s1 -j logaccept\n" 
    362363                        "iptables -I FORWARD -i %s1 -j logaccept\n" 
    363364                        "iptables -I FORWARD -o %s1 -j logaccept\n", 
     365                        nvram_safe_get("openvpncl_tuntap"), 
    364366                        nvram_safe_get("openvpncl_tuntap"), 
    365367                        nvram_safe_get("openvpncl_tuntap")); 
     
    409411                        "iptables -D FORWARD -i %s1 -j logaccept\n" 
    410412                        "iptables -D FORWARD -o %s1 -j logaccept\n", 
     413                        nvram_safe_get("openvpncl_tuntap"), 
    411414                        nvram_safe_get("openvpncl_tuntap"), 
    412415                        nvram_safe_get("openvpncl_tuntap")); 
Note: See TracChangeset for help on using the changeset viewer.