changeset 4543:a51511507597 draft

DHCP6: Fix INFORM support
author Roy Marples <roy@marples.name>
date Thu, 20 Jun 2019 16:44:21 +0100
parents ce9e8fb0e6a3
children 177354b1e8f4 d29f8e55aa86
files src/dhcp6.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/dhcp6.c	Tue Jun 18 17:35:23 2019 +0100
+++ b/src/dhcp6.c	Thu Jun 20 16:44:21 2019 +0100
@@ -3766,6 +3766,8 @@
 			/* No DHCPv6 config, no existing state
 			 * so nothing to do. */
 			return 0;
+		case DH6S_INFORM:
+			break;
 		default:
 			init_state = DH6S_INIT;
 			break;