Peter Saveliev
Peter Saveliev
Thanks, investigating.
Yep, please post a PR. The proposal looks reasonable.
Got it, thanks! Fixing
The root cause has been found. Preparing the fix.
The issue is fixed. For NDB it's as simple as ```python ndb .interfaces["testtun"] .set("gre_local", "10.10.10.3") .commit() ``` For IPRoute it's a bit more complicated. The GRE tunnels while setting an...
Yep, still testing other tunnel types.
Added some more supported types.
Yeah, it's another issue. The down tunnels don't send updates, I ignore that in the code — but forgot to force attributes reading. The interface attributes are changed in the...
Thanks for the feedback! I'm closing the ticket, but don't hesitate to report any further issues.