summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libarptc/libarptc_incl.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/libarptc/libarptc_incl.c b/libarptc/libarptc_incl.c
index f1b1d33..9df02e7 100644
--- a/libarptc/libarptc_incl.c
+++ b/libarptc/libarptc_incl.c
@@ -1,4 +1,4 @@
-/* Library which manipulates firewall rules. Version $Revision: 1.1 $ */
+/* Library which manipulates firewall rules. Version $Revision: 1.2 $ */
/* Architecture of firewall rules is as follows:
*
@@ -22,9 +22,11 @@ GET_TARGET(STRUCT_ENTRY *e)
static int sockfd = -1;
static void *arptc_fn = NULL;
-static const char *hooknames[]
-= { [NF_ARP_IN] "INPUT",
- [NF_ARP_OUT] "OUTPUT",
+static const char *hooknames[] =
+{
+ [NF_ARP_IN] "INPUT",
+ [NF_ARP_OUT] "OUTPUT",
+ [NF_ARP_FORWARD] "FORWARD",
};
struct counter_map