freebsd-dev/sys/netpfil
Andrey V. Elsukov 70c1466dad Fix swap tables between sets when this functional is enabled.
We have 6 opcode rewriters for table opcodes. When `set swap' command
invoked, it is called for each rewriter, so at the end we get the same
result, because opcode rewriter uses ETLV type to match opcode. And all
tables opcodes have the same ETLV type. To solve this problem, use
separate sets handler for one opcode rewriter. Use it to handle TEST_ALL,
SWAP_ALL and MOVE_ALL commands.

PR:		212630
MFC after:	1 week
2016-09-13 18:16:15 +00:00
..
ipfw Fix swap tables between sets when this functional is enabled. 2016-09-13 18:16:15 +00:00
pf pf: Add missing byte-order swap to pf_match_addr_range 2016-08-15 12:13:14 +00:00