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

« back to all changes in this revision

Viewing changes to man/snmp.conf.5.def

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-12-08 14:59:50 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20071208145950-u1tykhpw56nyzqik
Tags: 5.4.1~dfsg-4ubuntu1
* Merge from debian unstable.
* Remaining Ubuntu changes:
  - Remove stop links from rc0 and rc6
  - Munge Maintainer field as per spec.
* Ubuntu changes dropped:
  - Symlink common files between the packages, CDBS ought to handle that
    for us automatically.
* The latest Debian changes has dropped history from the changelog. Slot in
  the Ubuntu changes as best I can. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
.PP
27
27
These directives can be divided into several distinct groups.
28
28
.SH CLIENT BEHAVIOUR
 
29
.IP "defDomain application domain"
 
30
The transport domain that should be used for a certain application type unless
 
31
something else is specified.
 
32
.IP "defTarget application domain target"
 
33
The target that should be used for connections to a certain application if the
 
34
connection should be in a specific domain.
29
35
.IP "defaultPort PORT"
30
36
defines the default UDP port that client SNMP applications will
31
37
attempt to connect to.  This can be overridden by explicitly
252
258
Many MIB writers assume that ASN.1 comments extend to the end of
253
259
the text line, rather than being terminated by the next "--" token.
254
260
This token can be used to accept such (strictly incorrect) MIBs.
 
261
.br
 
262
Note that this directive is poorly named, since a value of "true"
 
263
will turn \fIoff\fP the strict interpretation of MIB comments.
255
264
.IP "mibAllowUnderline (1|yes|true|0|no|false)"
256
265
whether to allow underline characters in MIB object names and
257
266
enumeration values.