Kea 2.5.8
d2_update_message.h File Reference
#include <d2srv/d2_zone.h>
#include <dns/message.h>
#include <dns/name.h>
#include <dns/rcode.h>
#include <dns/rrclass.h>
#include <dns/rrset.h>
#include <dns/tsig.h>
#include <map>
+ Include dependency graph for d2_update_message.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  isc::d2::D2UpdateMessage
 The D2UpdateMessage encapsulates a DNS Update message. More...
 
class  isc::d2::InvalidQRFlag
 Exception indicating that QR flag has invalid value. More...
 
class  isc::d2::InvalidZoneSection
 Exception indicating that Zone section contains invalid content. More...
 
class  isc::d2::NotUpdateMessage
 Exception indicating that the parsed message is not DNS Update. More...
 
class  isc::d2::TSIGVerifyError
 Exception indicating that a signed, inbound message failed to verify. More...
 

Namespaces

namespace  isc
 Defines the logger used by the top-level component of kea-lfc.
 
namespace  isc::d2
 

Typedefs

typedef boost::shared_ptr< D2UpdateMessage > isc::d2::D2UpdateMessagePtr
 Pointer to the DNS Update Message.