Ignore:
Timestamp:
08/11/2014 04:11:59 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
946a2368
Parents:
28324dbe
Message:

Merged trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13879 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/firewalling-systemd.xml

    r28324dbe r3df0b486  
    349349# Allow forwarding if the initiated on the intranet
    350350iptables -A FORWARD -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT
    351 iptables -A FORWARD  -i ! ppp+ -m conntrack --ctstate NEW      -j ACCEPT
     351iptables -A FORWARD ! -i ppp+ -m conntrack --ctstate NEW       -j ACCEPT
    352352
    353353# Do masquerading
Note: See TracChangeset for help on using the changeset viewer.