~ubuntu-branches/ubuntu/trusty/net-snmp/trusty

« back to all changes in this revision

Viewing changes to man/netsnmp_read_only.3

  • Committer: Bazaar Package Importer
  • Author(s): Jochen Friedrich
  • Date: 2010-06-10 18:02:54 UTC
  • mto: (1.4.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20100610180254-6ezvupl2clicwdqf
ImportĀ upstreamĀ versionĀ 5.4.3~dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "read_only" 3 "5 Sep 2008" "Version 5.4.2" "net-snmp" \" -*- nroff -*-
 
1
.TH "read_only" 3 "23 May 2010" "Version 5.4.3.pre1" "net-snmp" \" -*- nroff -*-
2
2
.ad l
3
3
.nh
4
4
.SH NAME
5
 
read_only \- Make your handler read_only automatically The only purpose of this handler is to return an appropriate error for any requests passed to it in a SET mode.  
 
5
read_only \- 
 
6
.PP
 
7
Make your handler read_only automatically The only purpose of this handler is to return an appropriate error for any requests passed to it in a SET mode.  
6
8
 
7
 
.PP
8
9
.SS "Functions"
9
10
 
10
11
.in +1c
23
24
.SH "Detailed Description"
24
25
.PP 
25
26
Make your handler read_only automatically The only purpose of this handler is to return an appropriate error for any requests passed to it in a SET mode. 
26
 
.PP
 
27
 
27
28
Inserting it into your handler chain will ensure you're never asked to perform a SET request so you can ignore those error conditions. 
28
29
.SH "Function Documentation"
29
30
.PP 
32
33
returns a read_only handler that can be injected into a given handler chain. 
33
34
.PP
34
35
Definition at line 29 of file read_only.c.
35
 
.PP
36
 
References netsnmp_mib_handler_s::flags, MIB_HANDLER_AUTO_NEXT, netsnmp_create_handler(), netsnmp_read_only_helper(), and NULL.
37
 
.PP
38
 
Referenced by netsnmp_init_read_only_helper(), netsnmp_register_read_only_instance(), netsnmp_register_read_only_scalar(), and netsnmp_register_read_only_table_data().
39
36
.SS "void netsnmp_init_read_only_helper (void)"
40
37
.PP
41
38
initializes the read_only helper which then registers a read_only handler as a run-time injectable handler for configuration file use. 
42
39
.PP
43
40
Definition at line 81 of file read_only.c.
44
 
.PP
45
 
References netsnmp_get_read_only_handler(), and netsnmp_register_handler_by_name().
 
41
.SH "Author"
 
42
.PP 
 
43
Generated automatically by Doxygen for net-snmp from the source code.