iskobkarev
iskobkarev
thanks for the "exclude" reference -- but the output still contains an empty element and I can't figure out what creates it. It disappears when I remove "*" after the...
did more digging. I've tried "exclude" for all variables the local_members group and that produces an empty local_members dict remote_member does not produce a match for the headers line as...
thank you, that is one very informative response. I have started using more specific patterns (like a "connected|notconnect|errdisabled|routed" pattern for interface state instead of a plain string match) in other...
Hi Denis Came across one more odd issue - the data and the script are in the attachment. it looks like joinmatches() does not work as expected. That data/script below...
yes I tried to add joinmatches to both variables but the outcome was the same. Even the joinmatch example on the same page [image: image.png] produces no joined vars if...
I would like to support this project in some way but I could not find "donate" button anywhere... HPE comware is giving me headache when I'm trying to parse very...
Thank you Denis I'll try your solution in a bit. I've tried to install 0.8.2 but this is what it threw at me. It does it for every template. I...
Hi Dennis Back to that parsing puzzle. It works fine when there is a peer id acting as a key to build the result together. What about the situation when...
Hi - There was an attachment. re-sending thx On Tue, Feb 22, 2022 at 1:43 PM dmulyalin ***@***.***> wrote: > Hi, in relation to the latest comment, could you share...
One more thing. Enabling ssl under flask app makes everything work.