From 09792f0107a9318da809908db31f0b826017de7b Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Mon, 14 Apr 2014 22:04:55 +0200 Subject: don't print IPv6 mask if it's all ones (based on patch by Mariusz Mazur ) --- include/ebtables_u.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/ebtables_u.h') diff --git a/include/ebtables_u.h b/include/ebtables_u.h index ab615c1..35a5bcc 100644 --- a/include/ebtables_u.h +++ b/include/ebtables_u.h @@ -303,6 +303,7 @@ char *ebt_mask_to_dotted(uint32_t mask); void ebt_parse_ip6_address(char *address, struct in6_addr *addr, struct in6_addr *msk); char *ebt_ip6_to_numeric(const struct in6_addr *addrp); +char *ebt_ip6_mask_to_string(const struct in6_addr *msk); int do_command(int argc, char *argv[], int exec_style, -- cgit v1.2.3