From 0b61c395fc64cbc6d3550d80410a26aa49f1681c Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 10 Mar 2013 20:09:16 +0100 Subject: Introduce new enum values for zone src policies and map src policy to dst_flags bitfield, making the src_flags bitfield unnecessary --- options.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'options.c') diff --git a/options.c b/options.c index 6c5e2cf..344d33d 100644 --- a/options.c +++ b/options.c @@ -55,6 +55,10 @@ const char *fw3_flag_names[FW3_DEFAULT_DROP_INVALID + 1] = { "NOTRACK", "DNAT", "SNAT", + + "ACCEPT", + "REJECT", + "DROP", }; static const char *limit_units[] = { -- cgit v1.2.1