From: Ted Lemon Date: Wed, 7 Jun 2000 00:32:55 +0000 (+0000) Subject: Allow reject reason and message in BNDACK messages. X-Git-Tag: V3-BETA-2-PATCH-1~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0baf2c4a68cffccd36260497d5d4fc29159c85d5;p=thirdparty%2Fdhcp.git Allow reject reason and message in BNDACK messages. --- diff --git a/server/stables.c b/server/stables.c index eca393f87..95b7c133e 100644 --- a/server/stables.c +++ b/server/stables.c @@ -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 */