From: Bill Yuan Date: Sun, 1 Mar 2015 17:58:05 +0000 (+0800) Subject: forward action description. X-Git-Tag: v4.2.0rc~579 X-Git-Url: https://gitweb.dragonflybsd.org/~tuxillo/dragonfly.git/commitdiff_plain/97d96103512889fe44991f9b6fd2e02565ae1928 forward action description. --- diff --git a/sys/net/ipfw2_basic/ip_fw2_basic.h b/sys/net/ipfw2_basic/ip_fw2_basic.h index 174a652af5..9f3c213157 100644 --- a/sys/net/ipfw2_basic/ip_fw2_basic.h +++ b/sys/net/ipfw2_basic/ip_fw2_basic.h @@ -46,7 +46,7 @@ enum ipfw_basic_opcodes { O_BASIC_DENY, /* deny */ O_BASIC_COUNT, /* count */ O_BASIC_SKIPTO, /* skipto action->arg1 */ - O_BASIC_FORWARD, /* fwd action->arg1 */ + O_BASIC_FORWARD, /* arg3 count of dest, arg1 type of fwd */ O_BASIC_IN, /* in */ O_BASIC_OUT, /* out */