]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
add clearer description for flags
authorAlan T. DeKok <aland@freeradius.org>
Sat, 11 Jan 2020 16:33:21 +0000 (11:33 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 11 Jan 2020 16:33:21 +0000 (11:33 -0500)
src/lib/util/dict.h

index ebfd02035bec6cf051b0877424db90daecc9042c..59f6b7f9e295e564bf310f76fc682dddd2d7ed26 100644 (file)
@@ -54,8 +54,9 @@ typedef struct fr_dict fr_dict_t;
  */
 typedef struct {
        unsigned int            is_root : 1;                    //!< Is root of a dictionary.
-       unsigned int            is_unknown : 1;                 //!< Attribute number or vendor is unknown.
-       unsigned int            is_raw : 1;                     //!< raw attribute, unknown or malformed
+       unsigned int            is_unknown : 1;                 //!< &Attr-1.2.3.4 taken from a packet
+       unsigned int            is_raw : 1;                     //!< &Attr-1.2.3.4 taken from the config,
+                                                               //!< and added (along with parents) to the dictionionaries
        unsigned int            internal : 1;                   //!< Internal attribute, should not be received
                                                                ///< in protocol packets, should not be encoded.
        unsigned int            has_tag : 1;                    //!< Tagged attribute.