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

Commit 0b33ff5f authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Merge "Merge "Define rcode=12~15 (UNASSIGNED) in rcode enum type" am: ca0ddfb7 am: 340d502b" into rvc-dev-plus-aosp am: 472eaf31 am: 81114fac

Change-Id: I1dffd62f83a8ab51ba2abb3263bf251cb62d0e2e
parents 6c828605 81114fac
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -62,6 +62,13 @@ enum NsRcode {
    NS_R_NOTAUTH = 9;   // Not authoritative for zone
    NS_R_NOTAUTH = 9;   // Not authoritative for zone
    NS_R_NOTZONE = 10;  // Zone of record different from zone section
    NS_R_NOTZONE = 10;  // Zone of record different from zone section
    NS_R_MAX = 11;
    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
    // The following are EDNS extended rcodes
    NS_R_BADVERS = 16;
    NS_R_BADVERS = 16;
    // The following are TSIG errors
    // The following are TSIG errors