Hi, The following patchset contains more small syntax and evaluation changes aiming to improve the interaction user <-> tool via most common shells: * iifname and oifname mask matching: very simple approach to allow matching interface names via meta oifname and eth == eth. * Rename typical binary operation so we don't need to escape them in bash: '&' by 'and', '|' by 'or' and '!' by 'not'. They are just a few character longers and the syntax still looks nice to me. * Rename 'eth' by 'ether', to mimic tcpdump. This also skips problems with a valid and simple possible iifname/oifname mask. Comments welcome. Thanks! Pablo Neira Ayuso (3): scanner: replace binary characters '&' '|' and '!' by their names evaluate: allow to use string with binary operations scanner: rename address selector from 'eth' to 'ether' src/evaluate.c | 3 ++- src/parser.y | 4 ++-- src/scanner.l | 8 ++++---- 3 files changed, 8 insertions(+), 7 deletions(-) -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html