Brandon

Results 23 comments of Brandon

Yeah, proper cracking job @pyb4430 !

One last thing I had to do to get your project running @pyb4430 , the backend keep crashing on me due to an error on this project, specifically: ``` backend_1...

There is so many Java problems with SSL/TLS sometimes and it'll just be great to disable this for troubleshooting purposes, makes me want to go away from Graylog and even...

If anyone needs to work around this during the meantime, I've managed to work around this by escaping a comma in my environment variable with a `\`.

@bitcollector1 I think this is an error with the config model for client-classes, as it doesn't expect a list of option-data but just a single option, my apologies None of...

v0.5.0 should do the trick, I've just loaded 2 random client classes for both Dhcp4 and Dhcp6 configs and they seem to work now, let me know if you run...

It seems that I force the subnet argument in the API call even if the subnets list is empty on `lease4_get_all` and even the dhcp6 version. I've fixed this now...

@kiruka4 Hey, apologies if the parser is a bit flakey, its not been tested fully and I have yet to come across someone who uses it until now :-) You...

With the release of v3.0 in June and all the hooks (other than config backend and RBAC) being open sourced, we will not be supporting any kea version

``` pytest -s tests -k "not shutdown and not write and not ci and not delta and not cache_load and not remote and not ha_ and not _parser" ==================================================================== test...