diff options
Diffstat (limited to 'extensions/libip6t_hbh.c')
-rw-r--r-- | extensions/libip6t_hbh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libip6t_hbh.c b/extensions/libip6t_hbh.c index d981f66f..e07955f8 100644 --- a/extensions/libip6t_hbh.c +++ b/extensions/libip6t_hbh.c @@ -211,7 +211,7 @@ static void hbh_save(const void *ip, const struct xt_entry_match *match) static struct xtables_match hbh_mt6_reg = { .name = "hbh", .version = XTABLES_VERSION, - .family = PF_INET6, + .family = NFPROTO_IPV6, .size = XT_ALIGN(sizeof(struct ip6t_opts)), .userspacesize = XT_ALIGN(sizeof(struct ip6t_opts)), .help = hbh_help, |