Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 778781a6 authored by Frank Li's avatar Frank Li Committed by Automerger Merge Worker
Browse files

Merge "Define rcode=12~15 (UNASSIGNED) in rcode enum type" am: 6ae9616b am:...

Merge "Define rcode=12~15 (UNASSIGNED) in rcode enum type" am: 6ae9616b am: 5e0fbd77 am: 6a3cb43c

Change-Id: I52e5fa335d18fba11386960f6a5a772d6fe9d630
parents 9286ee37 6a3cb43c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -63,6 +63,13 @@ enum NsRcode {
    NS_R_NOTAUTH = 9;   // Not authoritative for zone
    NS_R_NOTZONE = 10;  // Zone of record different from zone section
    NS_R_MAX = 11;
    // Define rcode=12~15(UNASSIGNED) in rcode enum type.
    // Some DNS Servers might return undefined code to devices.
    // Without the enum definition, that would be noise for our dashboard.
    NS_R_UNASSIGNED12 = 12; // Unassigned
    NS_R_UNASSIGNED13 = 13; // Unassigned
    NS_R_UNASSIGNED14 = 14; // Unassigned
    NS_R_UNASSIGNED15 = 15; // Unassigned
    // The following are EDNS extended rcodes
    NS_R_BADVERS = 16;
    // The following are TSIG errors