zeek / zeek-client

Experimental implementation of Zeek's future cluster management client
BSD 3-Clause "New" or "Revised" License
4 stars 4 forks source link

Supporting IPv6 addresses for the --controller option #42

Open dopheide-esnet opened 3 months ago

dopheide-esnet commented 3 months ago

Accidentally found out that the --controller option doesn't support IPv6 addresses, so here's a first attempt. I'm hoping to build test cases once I remember how to get those to run.

dopheide-esnet commented 3 months ago

I've added tests for specifying both v4 and v6 addresses with the --controller option and fixed a result bug that discovered. This should be good now.