DHCPSRVR.LOG operation codes.

  • 3894534
  • 02-Aug-2006
  • 26-Apr-2012

Environment


Novell DHCP NetWare 5.x DHCP
Novell DHCP NetWare 6.x DHCP

Situation

/* Enumeration of operation against an IP object */ /* possible type values*/
#define UPDATE_LAST_USED_ONLY 0 /* auto or dynamic */
#define ADD 1 /* dynamic, auto */
#define DELETE 2 /* dynamic only */
#define UPDATE_HOST_NAME 4 /* dynamic only */
#define UPDATE_LEASE_TIME 8 /* dynamic only */
#define UPDATE_LEASE_EXPIRATION 0x10 /* dynamic only */
#define LEASE_EXPIRED 0x20
#define CHANGE_TO_DECLINE 0x40 /* caused by AMADecline */
#define PE_ALIVE 0x80 /* caused by AMAEngineAlive */
#define UPDATE_CLIENT_ID 0x100
#define UPDATE_MAC 0x200
#define UPDATE_TYPE 0x400
#define ISSUE_DNS_DELETE 0x800 /* caused by hostname change */
#define UPDATE_FQDN 0x1000 /* caused by dns server */