Joe Clarke

Results 10 comments of Joe Clarke

FYI, I have created a port/package for this for FreeBSD. you can `pkg install mac-telnet`.

Some of this is being fixed with a recent PR to support flexible credentials for the RESTCONF update IP code. If you or others want to help update other modules,...

In my case, I have a number of virtual appliances (e.g., DNS appliances) that all have the same basic interface structure, vCPU, mem, etc. I'd like to have a VM...

In my case, I have virtual appliances that I spin up. They will always have the same interfaces, and I'd like to have them pre-populated based on the type template....

Yes, in that case, I agree. But the ability to create VMs from a template/type still has some value. I guess you're suggesting another issue for that?

Yeah, we're working on a custom plugin to do device/VM adds. This would just be another layer of convenience.

Yeah, I'm seeing this, too. What happens is the banner string is converted to `repr()` format, and this is tripping up the IOS-XR shell into not seeing the trailing '....

The solution in my PR preserved the multiple lines in my tests provided I used the correct YAML '|' character to avoid folding. Was the PR code not working for...

My code now requires a delimiter character. So if you're using the PR code, try putting a @ at the beginning and end of the banner text.

If you use the latest code in Git, you'll need to use your own delimiter, but the banner should work. Pull the latest code, and then try something like: ```...