Project

General

Profile

Bug #7145 » patch-config.h

Martin Wasley, 01/30/2017 11:13 AM

 
1
--- config.h.orig	2016-12-19 08:16:42 UTC
2
+++ config.h
3
@@ -162,7 +162,7 @@ struct dhcp6_serverinfo {
4
 
5
 /* client status code */
6
 enum {DHCP6S_INIT, DHCP6S_SOLICIT, DHCP6S_INFOREQ, DHCP6S_REQUEST,
7
-      DHCP6S_RENEW, DHCP6S_REBIND, DHCP6S_RELEASE, DHCP6S_IDLE};
8
+      DHCP6S_RENEW, DHCP6S_REBIND, DHCP6S_RELEASE, DHCP6S_IDLE, DHCP6S_EXIT};
9
 
10
 struct prefix_ifconf {
11
 	TAILQ_ENTRY(prefix_ifconf) link;
(9-9/11)