/dhall-ansible/Ansible/Builtin/Iptables/default.dhall

Copy path to clipboard

Source

{ action = None ./action.dhall
, chain = None Text
, comment = None Text
, ctstate = None (List Text)
, destination = None Text
, destination_port = None Text
, destination_ports = None (List Text)
, dst_range = None Text
, flush = None Bool
, fragment = None Text
, gateway = None Text
, gid_owner = None Text
, goto = None Text
, icmp_type = None Text
, in_interface = None Text
, ip_version = None ./ip_version.dhall
, jump = None Text
, limit = None Text
, limit_burst = None Text
, log_level = None ./log_level.dhall
, log_prefix = None Text
, match = None (List Text)
, match_set = None Text
, match_set_flags = None ./match_set_flags.dhall
, out_interface = None Text
, policy = None ./policy.dhall
, protocol = None Text
, reject_with = None Text
, rule_num = None Text
, set_counters = None Text
, set_dscp_mark = None Text
, set_dscp_mark_class = None Text
, source = None Text
, source_port = None Text
, src_range = None Text
, state = None ./state.dhall
, syn = None ./syn.dhall
, table = None ./table.dhall
, tcp_flags = None ../JSON.dhall
, to_destination = None Text
, to_ports = None Text
, to_source = None Text
, uid_owner = None Text
, wait = None Text
}