snmptrapd_ds.h 574 B

12345678910111213141516171819
  1. #ifndef SNMPTRAPD_DS_H
  2. #define SNMPTRAPD_DS_H
  3. /* booleans
  4. *
  5. * WARNING: These must not conflict with the agent's DS booleans
  6. * If you define additional entries here, check in <agent/ds_agent.h> first
  7. * (and consider repeating the definitions there) */
  8. #define NETSNMP_DS_APP_NUMERIC_IP 16
  9. #define NETSNMP_DS_APP_NO_AUTHORIZATION 17
  10. /*
  11. * NB: The NETSNMP_DS_APP_NO_AUTHORIZATION definition is repeated
  12. * in the code file agent/mibgroup/mibII/vacm_conf.c
  13. * If this definition is changed, it should be updated there too.
  14. */
  15. #endif /* SNMPTRAPD_DS_H */