Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我写的 MIB 上,我收到了错误
Warning 10 : Sequence "XxxSequence" and Row "xxxEntry" should have related names
smilint没有给出任何错误,而net-snmp似乎也不在乎。
有没有人暗示这个错误意味着什么,或者如何纠正它?
我在这里遇到麻烦的原因是您似乎必须在 OBJECT-TYPE 条目之后有 SEQUENCE 条目。
xxxEntry OBJECT-TYPE SYNTAX XxxEntry ...
XxxEntry ::= 序列 { ... }
如果您的订单中没有它们,那么smilint会给您一个仅因情况而异的警告。
smilint似乎并不关心相关名称警告。