summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2/include
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2003-05-03 20:28:22 +0000
committerBart De Schuymer <bdschuym@pandora.be>2003-05-03 20:28:22 +0000
commit3d33da3dbb05354b5b3c39abdfdd967b5e5ca2d1 (patch)
treee0e602aafb4b869c6cab3a8376ead5980d526d84 /userspace/ebtables2/include
parent8f3864732f38c72c018138269b3e2109c3b3cd40 (diff)
use print_mac_and_mask()
Diffstat (limited to 'userspace/ebtables2/include')
-rw-r--r--userspace/ebtables2/include/ebtables_u.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/userspace/ebtables2/include/ebtables_u.h b/userspace/ebtables2/include/ebtables_u.h
index 3fb9a5c..741b00d 100644
--- a/userspace/ebtables2/include/ebtables_u.h
+++ b/userspace/ebtables2/include/ebtables_u.h
@@ -208,6 +208,8 @@ void deliver_counters(struct ebt_u_replace *repl);
void deliver_table(struct ebt_u_replace *repl);
void check_option(unsigned int *flags, unsigned int mask);
int check_inverse(const char option[]);
+void print_mac(const char *mac);
+void print_mac_and_mask(const char *mac, const char *mask);
void __print_bug(char *file, int line, char *format, ...);
#define print_bug(format, args...) \
__print_bug(__FILE__, __LINE__, format, ##args)