Skip to content

Commit

Permalink
Merged etingof#147 etingof#148 from etingof/snmpsim
Browse files Browse the repository at this point in the history
  • Loading branch information
Lostboi authored and Lostboi committed Dec 21, 2020
1 parent 29d1f42 commit 32bfd42
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions snmpsim/commands/mib2rec.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ 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='<URI|PATH>',
action='append', type=str,
Expand Down

0 comments on commit 32bfd42

Please sign in to comment.