Arzhel Younsi
Arzhel Younsi
(I'm a SRE at the Wikimedia Foundation) We regularly get contacted by people getting rate limited while using the API, either directly or for example using your library. Our API...
Hi, VRFs are quite recent in the Linux kernel that's probably why the current "routed mode" only uses distinct routing tables between VMs "realms" (eg. private vs. public). VRFs offers...
For example in this diff output, it might be cleaner and easier to understand by the operator if the prefixes were stripped. ``` - /openconfig-interfaces:interfaces/interface[name=Ethernet1]/openconfig-interfaces:interface[name=Ethernet1]/config/description sretest1003 + /openconfig-interfaces:interfaces/interface[name=Ethernet1]/openconfig-interfaces:interface[name=Ethernet1]/config/description DISABLED -...
Trying to make my way through the diff feature after https://github.com/akarneliuk/pygnmi/pull/122 and https://github.com/akarneliuk/pygnmi/pull/123. I noticed 2 issues when adding configuration options to a gNMI peer. For example, sending this replace...
Hi, Similar request to what happened in https://github.com/osm-fr/osmose-backend/issues/1621 The current data is 1.5 years old, would it be possible to update it to something more recent ? Maybe by automatically...
Hi, Thanks for your library, it's working well for us ! I'm opening this ticket after a quick exchange on a different project: https://github.com/netbox-community/netbox/issues/14554 I was wondering if you considered...
(I'm a SRE at the Wikimedia Foundation) We regularly get contacted by people getting rate limited while using the API, either directly or for example using your library. Our API...
### NetBox version 3.2 ### Feature type Change to existing functionality ### Proposed functionality Swagger metadata are by default opened to unauthenticated users. I'd like to add a configuration option...
To configure element's properties we currently have to know what class is each one of them and initialize them with their `__root__` attribute. ``` i = model.interfaces.interface[1] i.config.description = DescriptionLeaf(__root__='test...
### Fixes: #14554