/* ebt_mark * * Authors: * Bart De Schuymer * * July, 2002, September 2006 */ #include #include #include #include #include "../include/ebtables_u.h" #include static int mark_supplied; #define MARK_TARGET '1' #define MARK_SETMARK '2' #define MARK_ORMARK '3' #define MARK_ANDMARK '4' #define MARK_XORMARK '5' static struct option opts[] = { { "mark-target" , required_argument, 0, MARK_TARGET }, /* an oldtime messup, we should have always used the scheme * -