Daniel

Results 20 comments of Daniel

Tim, thank you for being understanding given my absolute lack of supporting data. I was able to dig up the output of one of the bulkwalks we ran. It behaves...

The way I worked around it was to create a map of PDU's and check if a new value exists in the map. I am not terribly familiar with the...

Oh boy, I got to go protocol diving today. I was able to replicate the issue once I figured out how to craft the packets correctly. You can run [this...

Any updates on this? The simplest approach might be simply mentioning the edge case in the docs and pointing users to implement their own walk function.

Awesome, no worries! I was mostly curious if my data was enough to validate the issue. Thanks for the quick follow-up!

I was also thinking about supporting a whitelist or blacklist. e.g. pass it a list of blocks to exclude due to business logic restrictions etc.

For that use case, would it be better to address the issue in the template that generates test cases? ```python template = """IP Name description ------------------------------------------------------- {ip1} Hello description should...

I've poked around with this quite a bit this week, and I hope to have a draft submitted tomorrow. I think randomization and obfuscation should be dealt with in different...

Probably related to https://github.com/networktocode/yangify/issues/37. I'll take a look when I get a chance.

@chadell submitted a [PR](https://github.com/networktocode/yangify/pull/36) to fix this in yangify. We'll need to bump the version on yangify to get this to work.