diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-10-14 13:47:08 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-10-14 13:53:20 +0200 |
commit | 4d10e260de6835bcd504757bb43fd12ec596438c (patch) | |
tree | 33233275f605b8290073026b916969fb19594e69 /src/pluto/kernel.h | |
parent | 897a9baaba441e5bde5a149823e5f2ca7c759262 (diff) | |
download | strongswan-4d10e260de6835bcd504757bb43fd12ec596438c.tar.bz2 strongswan-4d10e260de6835bcd504757bb43fd12ec596438c.tar.xz |
pluto: Install inbound policies together with outbound policies.
This avoids an error message when uninstalling the policies and charon
did it already like this.
Diffstat (limited to 'src/pluto/kernel.h')
-rw-r--r-- | src/pluto/kernel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pluto/kernel.h b/src/pluto/kernel.h index d95a40320..1fa11c50e 100644 --- a/src/pluto/kernel.h +++ b/src/pluto/kernel.h @@ -30,8 +30,6 @@ extern bool can_do_IPcomp; /* can system actually perform IPCOMP? */ #define ERO_DELETE SADB_X_DELFLOW #define ERO_ADD SADB_X_ADDFLOW #define ERO_REPLACE (SADB_X_ADDFLOW | (SADB_X_SAFLAGS_REPLACEFLOW << ERO_FLAG_SHIFT)) -#define ERO_ADD_INBOUND (SADB_X_ADDFLOW | (SADB_X_SAFLAGS_INFLOW << ERO_FLAG_SHIFT)) -#define ERO_DEL_INBOUND (SADB_X_DELFLOW | (SADB_X_SAFLAGS_INFLOW << ERO_FLAG_SHIFT)) struct pfkey_proto_info { int proto; |