From bf9023d1680b86aad77d9a13f9e069fca9f6599c Mon Sep 17 00:00:00 2001 From: gainskills Date: Tue, 4 Aug 2020 09:36:06 +1200 Subject: [PATCH] Issue in creating .snmprec #147 --- snmpsim/commands/mib2rec.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/snmpsim/commands/mib2rec.py b/snmpsim/commands/mib2rec.py index 6b6dc88..1772e80 100644 --- a/snmpsim/commands/mib2rec.py +++ b/snmpsim/commands/mib2rec.py @@ -81,6 +81,10 @@ def main(): action='append', type=str, default=[], help='Enable one or more categories of SNMP debugging.') + parser.add_argument( + '--row-hint', dest='row_hint', action='store_true', + help='Hint for MIBs Type') + parser.add_argument( '--mib-source', dest='mib_sources', metavar='', action='append', type=str,