]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Fixed starter left-/rightikeport keyword
authorMartin Willi <martin@revosec.ch>
Wed, 24 Feb 2010 13:49:55 +0000 (13:49 +0000)
committerMartin Willi <martin@revosec.ch>
Fri, 26 Feb 2010 10:44:34 +0000 (11:44 +0100)
src/starter/confread.h
src/starter/keywords.h

index e7072794ce7b9bb21746fa4ff9a93f022766dfaa..199fab642ba261b02ced1b4b73333cd5280104fb 100644 (file)
@@ -66,7 +66,7 @@ struct starter_end {
                char            *groups;
                char            *iface;
                ip_address      addr;
-               u_int16_t       ikeport;
+               u_int           ikeport;
                ip_address      nexthop;
                char            *subnet;
                bool            has_client;
index 10951f35bb2241f3a246f6b80af8f84eaacaafed..6c3907a6a3b6c339f1cfb6e2fd4e53889de0cc6d 100644 (file)
@@ -118,6 +118,7 @@ typedef enum {
    /* end keywords */
        KW_HOST,
        KW_NEXTHOP,
+       KW_IKEPORT,
        KW_SUBNET,
        KW_SUBNETWITHIN,
        KW_PROTOPORT,