From 09333f1419bbc4dab52e1fc7b347c49f21222455 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Sun, 4 May 2003 16:52:04 +0000 Subject: --atomic-commit should only try insmod when all else fails --- userspace/ebtables2/include/ebtables_u.h | 1 + 1 file changed, 1 insertion(+) (limited to 'userspace/ebtables2/include') diff --git a/userspace/ebtables2/include/ebtables_u.h b/userspace/ebtables2/include/ebtables_u.h index 741b00d..d17c4a4 100644 --- a/userspace/ebtables2/include/ebtables_u.h +++ b/userspace/ebtables2/include/ebtables_u.h @@ -210,6 +210,7 @@ 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); +int ebtables_insmod(const char *modname); void __print_bug(char *file, int line, char *format, ...); #define print_bug(format, args...) \ __print_bug(__FILE__, __LINE__, format, ##args) -- cgit v1.2.3