Ignore:
Timestamp:
02/25/12 17:27:32 (15 months ago)
Author:
sash
Message:

ovpn: typos

File:
1 edited

Legend:

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

    r18559 r18562  
    338338        else { 
    339339                fprintf(fp, 
    340                         "iptables -A FORWARD -i %s1 -j %s\n", 
    341                         "iptables -A FORWARD -o %s1 -j %s\n", 
     340                        "iptables -I FORWARD -i %s1 -j logaccept\n", 
     341                        "iptables -I FORWARD -o %s1 -j logaccept\n", 
    342342                        nvram_safe_get("openvpncl_tuntap"), 
    343343                        nvram_safe_get("openvpncl_tuntap")); 
     
    370370        else { 
    371371                fprintf(fp, 
    372                         "iptables -D FORWARD -i %s1 -j %s\n", 
    373                         "iptables -D FORWARD -o %s1 -j %s\n", 
     372                        "iptables -D FORWARD -i %s1 -j logaccept\n", 
     373                        "iptables -D FORWARD -o %s1 -j logaccept\n", 
    374374                        nvram_safe_get("openvpncl_tuntap"), 
    375375                        nvram_safe_get("openvpncl_tuntap")); 
Note: See TracChangeset for help on using the changeset viewer.