changeset 4542:98eba43c109a draft

DHCP6: Fix INFORM support
author Roy Marples <roy@marples.name>
date Thu, 20 Jun 2019 16:44:21 +0100
parents 1181a1e7da7d
children 1bfbb8b4fff2
files src/dhcp6.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/dhcp6.c	Wed Jun 12 19:59:53 2019 +0200
+++ b/src/dhcp6.c	Thu Jun 20 16:44:21 2019 +0100
@@ -3783,6 +3783,8 @@
 			/* No DHCPv6 config, no existing state
 			 * so nothing to do. */
 			return 0;
+		case DH6S_INFORM:
+			break;
 		default:
 			init_state = DH6S_INIT;
 			break;