hardrockhodl
Results
3
issues of
hardrockhodl
> To modify the code to handle the \ tag as the image part, you can update the logic within the update method. Specifically, you can check for the presence...
### IOS-XR Example 1 - add TwentyFiveGigE interface type ``` interface TwentyFiveGigE0/0/0/40 ``` - to cisco-ios-xr.sublime-syntax: ``` interface_names: | (?:TwentyFiveGigE)| (?:TwentyFiveGigEthernet)| (?:Twe)| ``` ### IOS-XR Example 2 (ASR 9K) -...