diff options
author | Liping Zhang <liping.zhang@spreadtrum.com> | 2016-10-07 19:08:49 +0800 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2016-10-14 18:59:35 +0200 |
commit | 3c9ff67ba8267baa4919a0abcf5c1ecf8848f9ce (patch) | |
tree | 1a76834a7ebf4e07ede1a8d792ccaad713f9178b /utils/nfbpf_compile.c | |
parent | 85b794373f9f914a8fc2f015dd9013d91fe7404e (diff) |
extensions: libipt_realm: add a missing space in translation
We missed a blank space when do translate to nft, so if rt_realm can be
mapped to name, the result looks ugly:
# iptables-translate -A OUTPUT -m realm --realm 0
nft add rule ip filter OUTPUT rtclassidcosmos counter
^
Apply this patch:
# iptables-translate -A OUTPUT -m realm --realm 0
nft add rule ip filter OUTPUT rtclassid cosmos counter
Signed-off-by: Liping Zhang <liping.zhang@spreadtrum.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'utils/nfbpf_compile.c')
0 files changed, 0 insertions, 0 deletions