| commit | 64d46806b6218c97f68742c5663a8ae3a5fbe838 | [log] [tgz] |
|---|---|---|
| author | Patrick McHardy <[email protected]> | Wed Feb 05 15:03:37 2014 +0000 |
| committer | Pablo Neira Ayuso <[email protected]> | Thu Feb 06 00:05:36 2014 +0100 |
| tree | dae05e9ed5cee0d1fbd257058b953f21df4ca9b1 | |
| parent | 51292c0735eb2d9e29115cbf6264845e19a6c77d [diff] |
netfilter: nf_tables: add AF specific expression support For the reject module, we need to add AF-specific implementations to get rid of incorrect module dependencies. Try to load an AF-specific module first and fall back to generic modules. Signed-off-by: Patrick McHardy <[email protected]> Signed-off-by: Pablo Neira Ayuso <[email protected]>