" -f Don't send Client FQDN option\n"
" -k Don't send a RELEASE when stopping\n"
" -t <seconds> Maximum timeout for DHCPv6-SOLICIT (3600)\n"
- " -m <seconds> Minimum time between accepting updates (60)\n"
+ " -m <seconds> Minimum time between accepting updates (30)\n"
"\nInvocation options:\n"
" -p <pidfile> Set pidfile (/var/run/odhcp6c.pid)\n"
" -d Daemonize\n"
#define DHCPV6_REB_MAX_RT 600
#define DHCPV6_INF_MAX_RT 3600
-#define DEFAULT_MIN_UPDATE_INTERVAL 60
+#define DEFAULT_MIN_UPDATE_INTERVAL 30
enum dhcvp6_opt {
DHCPV6_OPT_CLIENTID = 1,