Skip to content

Commit 32bfd42

Browse files
LostboiLostboi
Lostboi
authored and
Lostboi
committed
Merged etingof#147 etingof#148 from etingof/snmpsim
1 parent 29d1f42 commit 32bfd42

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

snmpsim/commands/mib2rec.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ def main():
8181
action='append', type=str, default=[],
8282
help='Enable one or more categories of SNMP debugging.')
8383

84+
parser.add_argument(
85+
'--row-hint', dest='row_hint', action='store_true',
86+
help='Hint for MIBs Type')
87+
88+
8489
parser.add_argument(
8590
'--mib-source', dest='mib_sources', metavar='<URI|PATH>',
8691
action='append', type=str,

0 commit comments

Comments
 (0)