]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Allow reject reason and message in BNDACK messages.
authorTed Lemon <source@isc.org>
Wed, 7 Jun 2000 00:32:55 +0000 (00:32 +0000)
committerTed Lemon <source@isc.org>
Wed, 7 Jun 2000 00:32:55 +0000 (00:32 +0000)
server/stables.c

index eca393f874dfba733176cd30efe384ac206f0b17..95b7c133e044f811c14bb0ac40a8a9fcfb48eda6 100644 (file)
@@ -43,7 +43,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: stables.c,v 1.13 2000/06/02 21:27:21 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: stables.c,v 1.14 2000/06/07 00:32:55 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -136,7 +136,8 @@ u_int32_t fto_allowed [] = {
         FTB_CLTT | FTB_REQUEST_OPTIONS | FTB_REPLY_OPTIONS), /* 3 BNDUPD */
        (FTB_ASSIGNED_IP_ADDRESS | FTB_BINDING_STATUS | FTB_CLIENT_IDENTIFIER |
         FTB_CHADDR | FTB_LEASE_EXPIRY | FTB_POTENTIAL_EXPIRY | FTB_STOS |
-        FTB_CLTT | FTB_REQUEST_OPTIONS | FTB_REPLY_OPTIONS), /* 4 BNDACK */
+        FTB_CLTT | FTB_REQUEST_OPTIONS | FTB_REPLY_OPTIONS |
+        FTB_REJECT_REASON | FTB_MESSAGE), /* 4 BNDACK */
        (FTB_SERVER_ADDR | FTB_MAX_UNACKED | FTB_RECEIVE_TIMER |
         FTB_VENDOR_CLASS | FTB_PROTOCOL_VERSION | FTB_TLS_REQUEST |
         FTB_MCLT | FTB_HBA), /* 5 CONNECT */