Cacti / plugin_flowview

FlowView Plugin for Cacti
GNU General Public License v2.0
18 stars 10 forks source link

Consider switching the types of src_addr and dst_addr to INET6 type #147

Open TheWitness opened 3 months ago

TheWitness commented 3 months ago

Is your feature request related to a problem? Please describe.

MariaDB released in version 10.5 a new column type called INET6 that makes working with ipv4 and ipv6 network addresses simpler. Additionally, in MariaDB 11.3, they made working with those addresses even simpler. Adopt this scheme in Flowview.

Additional context

Makes just about everything easier when working with IP addresses ranges, and CIDR based searching.