[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Draft MIB Review Guidelines



Hi!

Bert> - Appendix B
Bert>   Frank/Juergen, any comments?

Just a small comment on the smilint usage: There is an option "-i" to
make smilint ignore messages (see "smilint -e" for a list of messages)
that contain a given substring, so the currently suggested pipe could
be replaced by the following shorter command line:

   smilint -l 9 -s -i namelength-32 <module>

 -frank