scrapli / scrapligo

scrapli, but in go!
MIT License
244 stars 35 forks source link

Add run shell definition to ios-xr #162

Closed netixx closed 7 months ago

netixx commented 7 months ago

Add support for run shell privilege on Cisco IOS-XR.

Run shell can be required to move files around (my use-case was setting my own certificates/ca for grpc).

More details in: https://github.com/scrapli/scrapligo/issues/160.

carlmontanari commented 7 months ago

nice! I think the ci failure was just gh actions being horrendously slow but will run that again for kicks.

is this "run" level pretty standard in iosxr nowadays? my exp stopped around 6.x stuff and it was a long time ago so memory is fuzzy :D -- if theres any specific version where this was added that you know of maybe we can add a comment in the platform yaml for extra clarity? otherwise LGTM!