xt_geoip: v4/v6 name preparations

This commit is contained in:
Jan Engelhardt
2011-02-02 01:56:38 +01:00
parent 19f241a09c
commit eb9634aee6
3 changed files with 16 additions and 15 deletions

View File

@@ -22,7 +22,7 @@ enum {
};
/* Yup, an address range will be passed in with host-order */
struct geoip_subnet {
struct geoip_subnet4 {
__u32 begin;
__u32 end;
};