Displaying 2 results from an estimated 2 matches for "builtin_chain".
2019 Feb 04
0
C7 and firewalld, ongoing
I've got my direct rules, converted from a C6 iptables-save. I load them -
they're to add to the built-in FORWARD chain. They all seem to load... but
then, when I try to --reload, I get
Error: BUILTIN_CHAIN: chain 'FORWARD' is built-in chain
and firewall-cmd --direct --get-all-rules returns nothing. A sample
command in my script is
firewall-cmd --permanent --direct --add-rule ipv4 filter FORWARD 1 -m
state --state RELATED,ESTABLISHED -j ACCEPT
So, what am I doing wrong:
mark
2019 May 27
0
[ANNOUNCE] iptables 1.8.3 release
...nels
Lucas Stach (1):
xtables-legacy: add missing config.h include
Pablo Neira Ayuso (19):
nft: add type field to builtin_table
nft: move chain_cache back to struct nft_handle
nft: move initialize to struct nft_handle
xtables: constify struct builtin_table and struct builtin_chain
extensions: libip6t_mh: fix bogus translation error
xshared: check for maximum buffer length in add_param_to_argv()
man: refer to iptables-translate and ip6tables
nft: add struct nft_cache
nft: statify nft_rebuild_cache()
nft: add __nft_table_builtin_find()...