Jay Shepherd
Jay Shepherd
Struggling with this as well - Is there a method or setup I can do to make sure the client does a post to the login part of our site...
@Qalthos - I will try that `single_user_mode` option and see if it helps speed things up. I do see in that link though that entering config mode invalidates cache. Sounds...
So when no changes are needed to interfaces user `single_user_mode` is faster for sure. It's still about 3x slower than using the interface modules but at least it is closer...
Perhaps the easiest ask is to not try to speed up the cisco ios config module and instead ask for a feature enhancement to the base_interfaces module to support setting...
Opened Feature Request #677
@sbraz - Updated - sorry did not see your earlier comment been in the middle of a move.
> https://github.com/robertlynch3/netbox-tunnels2 Only downside of using plugins is that like @saifvs [stated ](https://github.com/netbox-community/netbox/issues/9816#issuecomment-1446387266) a big component of tunnels being supported as a formal model in netbox is that topology plugins...
I know this is a much older issue so may not be relevant to you anymore. However Python supports passing a key function to sorted. So you can simply do...
I would be willing to take this up, do you have an example string you are currently running the regex against so I can write a test?
I don't have a device myself, but can get started on the code changes I would intend to make and just insert whatever test strings you get back to me...