Issue #5. Add a "No-DNS lookup"

Action:  "DoNotUseDNSLookup" will be added to the enumerations
           of syslogParamsDNSLookup.

           syslogParamsDNSLookup OBJECT-TYPE
               SYNTAX      INTEGER {
                           doNotUseDNSLookUp   (1)
                           useLocalCache       (2),
                           doNotUseLocalCache  (3),

                           }
               MAX-ACCESS  read-write
               STATUS      current
               DESCRIPTION
                   "IF doNotUseDNSLookup is on. (syslogParamsDNSLookup = 1
                    DNS lookup will not be carried for addresses encountered.
                    If doNotUseLocalCache is on, fresh DNS lookups will
                    be carried out everytime a hostname is encountered.
                    Else, DNS lookups will be carried out only once for
                    each hostname.
                   "
               DEFVAL { useLocalCache }
               ::= { syslogParamsEntry 9 }


Status: TBD in the next ID










Reply via email to