File: snmptrapd_ds.h

package info (click to toggle)
net-snmp 5.9.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 37,540 kB
  • sloc: ansic: 282,201; perl: 17,710; sh: 12,006; makefile: 2,712; python: 735; xml: 663; pascal: 62; sql: 47
file content (19 lines) | stat: -rw-r--r-- 574 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef SNMPTRAPD_DS_H
#define SNMPTRAPD_DS_H

/* booleans
 *
 * WARNING: These must not conflict with the agent's DS booleans
 * If you define additional entries here, check in <agent/ds_agent.h> first
 *  (and consider repeating the definitions there) */

#define NETSNMP_DS_APP_NUMERIC_IP       16
#define NETSNMP_DS_APP_NO_AUTHORIZATION 17

/*
 * NB: The NETSNMP_DS_APP_NO_AUTHORIZATION definition is repeated
 *     in the code file agent/mibgroup/mibII/vacm_conf.c
 *     If this definition is changed, it should be updated there too.
 */

#endif /* SNMPTRAPD_DS_H */