mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
added dns_opcode_notify
This commit is contained in:
parent
75ec9bc9c7
commit
5d02c5ee4c
1 changed files with 1 additions and 0 deletions
|
|
@ -120,6 +120,7 @@ enum {
|
|||
dns_opcode_query = 0,
|
||||
dns_opcode_iquery = 1,
|
||||
dns_opcode_status = 2,
|
||||
dns_opcode_notify = 4,
|
||||
dns_opcode_update = 5 /* dynamic update */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue