Phil Sutter <phil@xxxxxx> wrote: > This is actually quite a mess: xtables-eb.c defines names for bits in > 'flags' variable of do_commandeb(), though these tend to clash with bit > names defined in xshared.h due to the same 'OPT_' prefix. Therefore > checking for bits OPT_NUMERIC and OPT_VERBOSE is syntactically correct, > but semantically wrong as they actually refer to bits OPT_COMMAND and > OPT_PROTOCOL. Ugh. Applied, thank you.