diff options
author | Máté Eckl <ecklm94@gmail.com> | 2018-05-17 09:36:57 +0200 |
---|---|---|
committer | Florian Westphal <fw@strlen.de> | 2018-05-17 15:35:10 +0200 |
commit | ee04fe6c4d1e1acf35ad6310b06d7722092debb9 (patch) | |
tree | fdeb5f283060d1cacd38878e39f2dfb6262cb6ec /tests | |
parent | a412f7e52c53f05c03c170269c428569ce6f32f3 (diff) |
tests: py: small typo fixes in the python tests README
Signed-off-by: Máté Eckl <ecklm94@gmail.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/py/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/py/README b/tests/py/README index 66f706f4..005fe8ed 100644 --- a/tests/py/README +++ b/tests/py/README @@ -77,7 +77,7 @@ Here, an example of a test file: ?set1 192.168.3.8 192.168.3.9;ok # line 8 # This is a commented-line. # line 9 -Line 1 defines a table. The name of the table is 'test-ip' and the +Line 1 defines a table. The name of the table is 'test-ipv4' and the family is ip. Lines 2 and 3 defines more tables for different families so the rules in this test file are also tested there. @@ -97,7 +97,7 @@ Line 6 is a marked line. This means that this rule is tested if '-e' is passed as argument to nft-test.py. Line 7 adds a new set. The name of this set is "set1" and the type -of this set is "ipv4_add". +of this set is "ipv4_addr". Line 8 adds two elements into the 'set1' set: "192.168.3.8" and "192.168.3.9". A whitespace separates the elements of the set. |