commit | b756cf08d6eff885d808504c674bd7eb5ebabfbb | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Wed Sep 18 16:54:15 2013 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Dec 30 23:50:47 2013 +0100 |
tree | 1911717016f3bf955d206c78ebd8e1250f42ddc8 | |
parent | c6836c19592dbe1a8be9b0ad76c0ae09abcb82e7 [diff] |
nft: consolidate nft_rule_* functions to support ARP This should help to avoid code duplication to support ARP. As a result, we have a common generic infrastructure for IPv4, IPv6 and ARP. This patch removes nft_arp_rule_append and nft_arp_rule_insert, which were very similar to their original nft_rule_append and nft_rule_insert. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>