Update version
[l2tpns.git] / l2tpns.h
index fdfaa62..a335bbe 100644 (file)
--- a/l2tpns.h
+++ b/l2tpns.h
@@ -15,7 +15,7 @@
 #include <sys/types.h>
 #include <libcli.h>
 
-#define VERSION        "2.2.1-2fdn3.13"
+#define VERSION        "2.2.1.2fdn3.22"
 
 // Limits
 #define MAXTUNNEL      500             // could be up to 65535
@@ -687,6 +687,7 @@ typedef struct
        int             ppp_restart_time;               // timeout for PPP restart
        int             ppp_max_configure;              // max lcp configure requests to send
        int             ppp_max_failure;                // max lcp configure naks to send
+       int             ppp_keepalive;                  // send echoes regardless
 
        char            radiussecret[64];
        int             radius_accounting;
@@ -730,6 +731,7 @@ typedef struct
        char            epdis_addr[20];                 // MP Endpoint Discriminator address
 
        in_addr_t       cluster_address;                // Multicast address of cluster.
+       int                     cluster_port;                   // UDP port of cluster.
                                                        // Send to this address to have everyone hear.
        char            cluster_interface[64];          // Which interface to listen for multicast on.
        int             cluster_iam_master;             // Are we the cluster master???
@@ -808,6 +810,7 @@ typedef struct
        uint32_t dhcp6_preferred_lifetime;              // preferred lifetime (see rfc3315)
        uint32_t dhcp6_valid_lifetime;          // valid lifetime (see rfc3315)
        uint32_t dhcp6_server_duid;             // DUID of dhcpv6 server (see rfc3315)
+       uint32_t dns6_lifetime;         // RDNSS lifetime default 1200 (see rfc6106, rfc4861) (MaxRtrAdvInterval <= Lifetime <= 2*MaxRtrAdvInterval)
        char default_ipv6_domain_list[255];
 } configt;