Skip to content

Commit

Permalink
added new commands in split
Browse files Browse the repository at this point in the history
  • Loading branch information
kirankotari committed Jan 25, 2019
1 parent 4dfaa3d commit 7132aa2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions shconfparser/shsplit.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ def __init__(self):
('switch', 'switch')
])
),
(' dir', OrderedDict([
('/all', 'dir_all')
])
),
(' etherc', OrderedDict([
('su', 'etherchannel_summary')
])
),
(' run', 'running'),
(' ver', 'version'),
(' inv', 'inventory'),
Expand Down

0 comments on commit 7132aa2

Please sign in to comment.