diff options
| author | Bill Nottingham <notting@redhat.com> | 2005-03-11 21:13:21 +0000 |
|---|---|---|
| committer | Bill Nottingham <notting@redhat.com> | 2005-03-11 21:13:21 +0000 |
| commit | e32b13f1142a93db15e7387342bc140d5ac08846 (patch) | |
| tree | eaa17c54dcd185403544e048ba2b2e82be70cb5c /sysconfig/network-scripts/ifdown-ipsec | |
| parent | 58fc42efc8fb4453301a4b8a55cb165e3d220f5e (diff) | |
don't explicitly set fwd policies; let setkey handle it
Diffstat (limited to 'sysconfig/network-scripts/ifdown-ipsec')
| -rwxr-xr-x | sysconfig/network-scripts/ifdown-ipsec | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysconfig/network-scripts/ifdown-ipsec b/sysconfig/network-scripts/ifdown-ipsec index 37785642..cbc8e2df 100755 --- a/sysconfig/network-scripts/ifdown-ipsec +++ b/sysconfig/network-scripts/ifdown-ipsec @@ -57,7 +57,6 @@ if [ "$MODE" = "host" ]; then setkey -c << EOF spddelete $SRC $DST any -P out; spddelete $DST $SRC any -P in; - spddelete $DST $SRC any -P fwd; EOF else [ -z "$SRCNET" ] && SRCNET="$SRC/32" @@ -68,7 +67,6 @@ else /sbin/setkey -c >/dev/null 2>&1 << EOF spddelete $SRCNET $DSTNET any -P out; spddelete $DSTNET $SRCNET any -P in; - spddelete $DSTNET $SRCNET any -P fwd; EOF fi |
