devon-mar
devon-mar
>I'm loving the plugin but I was wondering if you could make the default for the Leases Tab be "Subnet" instead of "IP Address" Could you open a new issue...
This plugin uses the same filters (plus some additional ones) as the builtin NetBox API endpoints. You can checkout the API documentation for this plugin by opening the API documentation...
@jschewebbn could you open a new issue and explain your use case. Is there any reason why you can't just use the tenant filter on the existing endpoints?
You need to use the `prometheus-devices` endpoint instead of `devices`.
> This feels very "hacky", is there a reason to do so? I've implemented it using the same method as #887. Currently there's no way to disable a particular DHCP...
> With [dhcp-relay disable option](https://github.com/vyos/vyos-1x/pull/2089), is this PR still valid? Now you may disable relays using transition scripts as requested For my use case, it does. I can use the...
@sever-sever > The implementation looks hacky I do agree that it is "hacky." I implemented it based on how mdns works with VRRP, so that should probably be refactored at...
Do you know which version of go the v0.5.1 binary was built with? I can't seem to get it with `go version`. ``` ./vault-unseal_linux_amd64: could not read Go build info...
It seems to work with when I run the above command with upx 4.2.4 and the binary that I built. I also tried extracting the v0.5.1 release binary with `upx...
Thanks! I can confirm that v0.6.0 works fine.