aboutsummaryrefslogtreecommitdiffstats
path: root/src/stroke/stroke.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-07-05 13:13:07 +0000
committerMartin Willi <martin@strongswan.org>2006-07-05 13:13:07 +0000
commitd109b48968c8f05d0530500af2bcad1c414ac17e (patch)
tree4482b6b2e773fe4c80b3fab3fec5c145b1946c9c /src/stroke/stroke.h
parent5f0eb96fc40042633aacdeab2deaf5ca3ffb6c1d (diff)
downloadstrongswan-d109b48968c8f05d0530500af2bcad1c414ac17e.tar.bz2
strongswan-d109b48968c8f05d0530500af2bcad1c414ac17e.tar.xz
added support for leftprotoport and rightprotoport
Diffstat (limited to 'src/stroke/stroke.h')
-rw-r--r--src/stroke/stroke.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stroke/stroke.h b/src/stroke/stroke.h
index 52e15fbfa..9aa4de35f 100644
--- a/src/stroke/stroke.h
+++ b/src/stroke/stroke.h
@@ -82,6 +82,8 @@ struct stroke_end_t {
char *subnet;
int subnet_mask;
int sendcert;
+ u_int8_t protocol;
+ u_int16_t port;
};
typedef struct stroke_msg_t stroke_msg_t;