summaryrefslogtreecommitdiff
path: root/src/odhcp6c.c
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2013-01-02 14:28:09 +0100
committerSteven Barth <steven@midlink.org>2013-01-02 14:28:09 +0100
commit4a58bef7322b830b2e87be39c611a1bf4845ef49 (patch)
treecb9d27a0253354771d99c92e3a008d7599b7e62a /src/odhcp6c.c
parent9fb6ccff01bd6039758714b40180d03e2b14aa06 (diff)
downloadodhcp6c-4a58bef7322b830b2e87be39c611a1bf4845ef49.tar.gz
Implement RFC 3319 options
Diffstat (limited to 'src/odhcp6c.c')
-rw-r--r--src/odhcp6c.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/odhcp6c.c b/src/odhcp6c.c
index f3634d2..163db09 100644
--- a/src/odhcp6c.c
+++ b/src/odhcp6c.c
@@ -173,6 +173,8 @@ int main(_unused int argc, char* const argv[])
odhcp6c_clear_state(STATE_IA_PD_LOST);
odhcp6c_clear_state(STATE_SNTP_IP);
odhcp6c_clear_state(STATE_SNTP_FQDN);
+ odhcp6c_clear_state(STATE_SIP_IP);
+ odhcp6c_clear_state(STATE_SIP_FQDN);
dhcpv6_set_ia_na_mode(ia_na_mode);
alarm(timeout);