/etc/snmp/mib2c.mfd.conf is in libsnmp-dev 5.7.3+dfsg-1.7+deb9u1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | ############################################################# -*- c -*-
## top level mfd conf file
## $Id$
########################################################################
@if $m2c_mark_boundary == 1@
/** START code generated by $RCSfile$ $Revision$ */
@end@
########################################################################
##
@if "x$mfd_interactive_setup" == "x"@
@ eval $mfd_interactive_setup = 1@
@end@
@if "x$m2c_report_progress" == "x"@
@ eval $m2c_report_progress = 1@
@end@
##
@ifconf default-mfd-top.m2c@
@ include default-mfd-top.m2c@
@end@
##
@if $name =~ /Table$/i@
@else@
@ print This module can only be used with tables, not branches or entire MIBs.@
@ print Please specify and OID that is a table. (OID: $name)@
@ quit@
@end@
##
@run mfd-top.m2c@
########################################################################
@if $m2c_mark_boundary == 1@
/** END code generated by $RCSfile$ $Revision$ */
@end@
|