mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-20 03:04:01 +08:00
netfilter: nft_set_pipapo: Fix mapping table example in comments
In both insertion and lookup examples, the two element pointers
of rule mapping tables were swapped. Fix that.
Reported-by: Pablo Neira Ayuso <pablo@netfilter.org>
Fixes: 3c4287f620
("nf_tables: Add set type for arbitrary concatenation of ranges")
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
This commit is contained in:
parent
6a757c07e5
commit
bd97ad51a7
@ -203,7 +203,7 @@
|
||||
* ::
|
||||
*
|
||||
* rule indices in last field: 0 1
|
||||
* map to elements: 0x42 0x66
|
||||
* map to elements: 0x66 0x42
|
||||
*
|
||||
*
|
||||
* Matching
|
||||
@ -298,7 +298,7 @@
|
||||
* ::
|
||||
*
|
||||
* rule indices in last field: 0 1
|
||||
* map to elements: 0x42 0x66
|
||||
* map to elements: 0x66 0x42
|
||||
*
|
||||
* the matching element is at 0x42.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user