summaryrefslogtreecommitdiffstats
path: root/iptables/nft-bridge.c
Commit message (Expand)AuthorAgeFilesLines
* ebtables: use extrapositioned negation consistentlyFlorian Westphal2018-11-121-2/+2
* ebtables-save: add -c option, using xtables-style countersFlorian Westphal2018-11-121-12/+26
* libxtables: add and use mac print helpersFlorian Westphal2018-11-071-13/+4
* ebtables: fix -j CONTINUE handling for add/deleteFlorian Westphal2018-11-031-25/+1
* libxtables: expose new etherdb lookup function through libxtables APIPablo Neira Ayuso2018-10-201-1/+0
* libxtables: prefix exported new functions for etherdb lookupsPablo Neira Ayuso2018-10-201-2/+2
* ebtables: Review match/target lookup once morePhil Sutter2018-08-241-28/+8
* ebtables: Fix entries count in chain listingPhil Sutter2018-08-161-2/+2
* xtables: Don't pass full invflags to add_compat()Phil Sutter2018-08-091-1/+1
* ebtables: Review match/target lookupPhil Sutter2018-08-061-3/+32
* ebtables: Print non-standard target parametersPhil Sutter2018-08-041-1/+3
* xtables: implement ebtables-{save,restore}Phil Sutter2018-07-191-29/+56
* xtables: rename {print,save}_rule functionsPhil Sutter2018-07-191-4/+4
* xtables: introduce rule_to_cs/clear_cs callbacksPhil Sutter2018-07-191-1/+3
* iptables: replace memset by c99-style initializersPhil Sutter2018-07-191-4/+1
* xtables-compat: extend generic tests for masks and wildcardsFlorian Westphal2018-05-151-31/+42
* ebtables-translate: suppress redundant protocolsFlorian Westphal2018-05-101-3/+20
* xtables-compat: ebtables: allow checking for zero-macFlorian Westphal2018-05-101-34/+41
* xtables-compat: ebtables: add helpers to print interface and mac addressesFlorian Westphal2018-05-101-53/+24
* xtables-compat: ebtables: remove interface masks from ebt_entry structFlorian Westphal2018-05-101-9/+1
* xtables-compat: ebtables: fix logical interface negationFlorian Westphal2018-05-101-53/+22
* xtables-compat: ebtables: split match/target print from nft_bridge_print_fire...Florian Westphal2018-05-101-18/+26
* xtables-compat: ebtables: kill ebtables_command_stateFlorian Westphal2018-05-101-115/+75
* xtables-compat: avoid unneeded bitwise opsFlorian Westphal2018-05-051-4/+12
* xtables-compat: ebtables: handle mac masks properlyFlorian Westphal2018-05-041-0/+15
* nft-bridge: add eb-translate backend functionsFlorian Westphal2018-04-131-0/+136
* nft-bridge: fix mac address printingFlorian Westphal2018-04-131-1/+1
* iptables-compat: use new symbols in libnftnlPablo Neira Ayuso2015-09-161-21/+21
* ebtables-compat: fix rule deleting with -D in rules with no targetArturo Borrero2015-03-131-1/+1
* ebtables-compat: support nflog extensionArturo Borrero2015-03-041-1/+2
* ebtables-compat: add watchers supportArturo Borrero2015-02-111-9/+77
* ebtables-compat: fix nft payload basesArturo Borrero2015-01-281-3/+6
* ebtables-compat: include rule counters in ebtables rulesArturo Borrero2015-01-281-0/+3
* ebtables-compat: add nft rule compat information to bridge rulesArturo Borrero2015-01-281-0/+2
* ebtables-compat: fix ACCEPT printing by simplifying logicArturo Borrero2015-01-281-16/+11
* ebtables-compat: fix segfault in rules w/o targetArturo Borrero2015-01-061-3/+8
* ebtables-compat: fix printing of extensionArturo Borrero2015-01-051-16/+7
* ebtables-compat: fix counter listingArturo Borrero2014-12-231-0/+5
* extensions: add ebt 802_3 extensionArturo Borrero2014-12-231-0/+6
* iptables: xtables-eb: user-defined chains default policy is always RETURNArturo Borrero2014-11-241-1/+2
* nft-bridge: fix inversion of builtin matchesArturo Borrero2014-11-241-42/+25
* nft-bridge: fix printing of inverted protocols, addressesArturo Borrero2014-11-241-0/+6
* ebtables-compat: fix print_headerGiuseppe Longo2014-11-241-2/+7
* ebtables-compat: use ebtables_command_state in bootstrap codePablo Neira Ayuso2014-11-241-81/+96
* nft: bootstrap ebtables-compatPablo Neira Ayuso2014-11-241-0/+558