4 * Bart De Schuymer <bdschuym@pandora.be>
10 #include "../include/ebtables_u.h"
12 #define NAT_VALID_HOOKS ((1 << NF_BR_PRE_ROUTING) | (1 << NF_BR_LOCAL_OUT) | \
13 (1 << NF_BR_POST_ROUTING))
15 static void print_help(const char **hn
)
19 printf("Supported chains for the nat table:\n");
20 for (i
= 0; i
< NF_BR_NUMHOOKS
; i
++)
21 if (NAT_VALID_HOOKS
& (1 << i
))
35 ebt_register_table(&table
);