Skip to content

Commit

Permalink
Merge pull request #2915 from maugli13/extending_iosxr_model
Browse files Browse the repository at this point in the history
Update iosxr.rb with admin keyword for show inventory command
  • Loading branch information
robertcheramy committed Jan 16, 2024
2 parents 5be7327 + 36681b3 commit 5d1475b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/oxidized/model/iosxr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class IOSXR < Oxidized::Model
cfg
end

cmd 'show inventory' do |cfg|
cmd 'admin show inventory' do |cfg|
comment cfg
end

Expand Down

0 comments on commit 5d1475b

Please sign in to comment.