]> git.ipfire.org Git - thirdparty/iptables.git/commit
cmdflags is used in cmd2char() to return the option for a command. It uses the
authorHarald Welte <laforge@gnumonks.org>
Fri, 21 Apr 2006 11:56:30 +0000 (11:56 +0000)
committerHarald Welte <laforge@gnumonks.org>
Fri, 21 Apr 2006 11:56:30 +0000 (11:56 +0000)
commit0eca33f8a830d1aaca53b590abe791109a9524e3
treebbb846708e68471e699337d271f2b7dca4864b7a
parent2c627cf60cfb1a4e67aea1b2333f2a11e23fecd8
cmdflags is used in cmd2char() to return the option for a command.  It uses the
bit position of the command mask as an index in the array.  There's no entry for
CMD_CHECK (0x0800U), so lookups for CMD_RENAME_CHAIN (0x1000U) index outside the
array. (Closes: #463)
ip6tables.c
iptables.c