summaryrefslogtreecommitdiffstats
path: root/include/ebtables_u.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ebtables_u.h')
-rw-r--r--include/ebtables_u.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ebtables_u.h b/include/ebtables_u.h
index f1f1dfd..3ba8c05 100644
--- a/include/ebtables_u.h
+++ b/include/ebtables_u.h
@@ -297,6 +297,10 @@ void ebt_print_mac_and_mask(const unsigned char *mac, const unsigned char *mask)
int ebt_get_mac_and_mask(const char *from, unsigned char *to, unsigned char *mask);
void ebt_parse_ip_address(char *address, uint32_t *addr, uint32_t *msk);
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);
+
int do_command(int argc, char *argv[], int exec_style,
struct ebt_u_replace *replace_);