Skip to content
Snippets Groups Projects
Commit 2da4019e authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

fix incorrect number of CHAOS RR class

RFC 2929

norefs

Change-Id: I4921ce688b04afb05e8179228c5a36379c745503
parent c4b3ae08
Branches
Tags
No related merge requests found
......@@ -35,7 +35,7 @@
*/
enum knot_rr_class {
KNOT_CLASS_IN = 1,
KNOT_CLASS_CH = 2,
KNOT_CLASS_CH = 3,
KNOT_CLASS_NONE = 254,
KNOT_CLASS_ANY = 255
};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment