Attached are the patches. Here are the descriptions:
o by2-ip-as-string.patch : diff with by2 git
This starting patch makes the rest much easier.
+ insert IPs using IP strings in the source code with
inet_aton('ip string') instead of straight INTs
+ change ip_src/ip_dst to VARBINARY(16) (old by2
works fine unmodified with VARBINARY(16) cols)
+ change schema version to 108
o by2-ip-as-string-acid-event.patch : diff with by2-ip-as-string
+ enable acid_event logging with VARBINARY(16)
ip_src/ip_dst columns
+ add modified base sql scripts in /schemas
o by2-ip-as-string-ipv6.patch : diff with by2-ip-as-string
+ enable logging of ipv6 addresses with inet6_aton('ip string'),
works with both 4 and 6 addresses
o by2-ip-as-string-disableref.patch : diff with by2-ip-as-string
+ disable the reference table
o by2-ip-as-string-all.patch : diff with by2 git and all patches
above added
Hope someone finds these useful.
Jim