Results 11 comments of bentole

I have created a workaround which allows for collapsed graphs to be stringified and saved to backend and restored thus avoiding the dreaded cyclic object issue. I am uncertain if...

Hi Martin, Thanks for notifying the community :) The culprit appears to be in the following file: cisco/ios/plugins/module_utils/network/ios/config/static_routes/static_routes.py, starting from line 658: ``` if temp_want.get("afi") == "ipv4": cmd = "ip...

Hi guys! I know this issue's closed, but I'd like to add a bit of information regarding this. To sum up; `vrf definition` was introduced as a replacement for `ip...

Hi Gian! I came across your bug report while looking at some idempotency issues I've been experiencing with route maps. I guess, since number is a string, that you could...

Sounds good! I forgot to say that you should be able to add different communites types in the same task as well. Sorry for not mentioning that in the previous...

> Hey @bentole would you please add integration tests to this PR. > I am testing it on my end and will get back to you. > Regards Hi @KB-perByte...

Hi @KB-perByte! Added integration tests. I looked at iosxr cliconf tests for inspiration and made it more elaborate. Maybe too elaborate? 😄 The tests require the DUT to become unreachable...

Hi @KB-perByte ! Thanks for the QA! I cannot in good conscience simply say "Ok, go ahead!" 🙈 The reason is that your sample play raises a very good question...

Hi again @KB-perByte ! Using time.sleep with a "prolonged" timer often leaves a bad taste so I understand completely why you don't want to have that in the code :)...

> Hey, @bentole I have pushed changes as per our discussion to this PR itself. > Let me know if you have any concerns about any of the changes. >...