Graylog2 / graylog-plugin-pipeline-processor

[DEPRECATED] Graylog Pipeline Message Processor Plugins
https://www.graylog.org/
GNU General Public License v3.0
20 stars 15 forks source link

Remove Netty 3 dependency in CidrMatch #239

Closed joschi closed 6 years ago

joschi commented 6 years ago

Replace org.jboss.netty.handler.ipfilter.CIDR with org.graylog2.utilities.IpSubnet to get rid of the Netty 3 dependency in the cidr_match() function.

Refs Graylog2/graylog2-server#4226