Ryan Madsen

Results 11 comments of Ryan Madsen

I've been running into this as well. It seems to be the same underlying problem as #219, though I like the solution you have here more. Any details on how...

Hi @richardeaxon - let me circulate this question with some of our Kernel & VXLAN folks, and see what we can come up with. In any case, it doesn't sound...

Started work here: https://github.com/aristanetworks/EosSdk/wiki/Debugging-an-SDK-Agent

From https://github.com/aristanetworks/EosSdk/wiki/Lifecycle-of-an-SDK-agent > Inside of the `on_initialized` callback, your agent should check any relevant pre-existing state in Sysdb, handle it appropriately, and then start `watch`ing for updates on any state...

Hi @btlcmr0702 - EOS SDK lets you program policy maps and assign them to one or more ports. I'm not sure what you mean by "shaping a group of ports."...

Hi edmejia93, Thanks for the nice write-up with code examples. There are a couple things going on here. First, the SDK uses value-type semantics for `types`. That means that changing...

Hey @denysaleksandrov -- I think you want to use the `vrf_mgr->socket_at(...)` function to open a connection in a VRF (https://github.com/aristanetworks/EosSdk/blob/master/eos/vrf.h#L108).

Hi @jonnysgomes - no there is no way to do this right now. We have the ability to store custom key-value pairs using the `agent_status` APIs, but no way to...

Interesting. This is actually something that has come up in other recent customer conversations as well. We plan on starting work on this feature in the next couple weeks, and...

Hi @serenheit - This is something we want to support, but I don't think we'll properly be able to add support for this in the short term. The right way...