mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 04:04:10 +01:00
Document netfilter trace types.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
6d7226ae93
commit
b261a5b2ec
@ -246,13 +246,22 @@ None.
|
|||||||
Trace entries are of three types:
|
Trace entries are of three types:
|
||||||
|
|
||||||
Input --- begin with IN===>. Input read from configuration
|
Input --- begin with IN===>. Input read from configuration
|
||||||
files.
|
files. Comments have been
|
||||||
|
stripped and continuation lines
|
||||||
|
combined.
|
||||||
|
|
||||||
Output --- begin with CS----->. Text written to the generated
|
Output --- begin with CS----->. Text written to the generated
|
||||||
script.
|
script.
|
||||||
|
|
||||||
Netfilter -- begin with NF----->. Updates to the compiler's chain
|
Netfilter -- begin with NF-(x)->. Updates to the compiler's chain
|
||||||
table.
|
table, where 'x' is one of the
|
||||||
|
following:
|
||||||
|
|
||||||
|
A - Append
|
||||||
|
R - Replaced
|
||||||
|
I - Inserted
|
||||||
|
D - Deleted Rule
|
||||||
|
X - Deleted Chain
|
||||||
|
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
V I. P R O B L E M S C O R R E C T E D A N D N E W F E A T U R E S
|
V I. P R O B L E M S C O R R E C T E D A N D N E W F E A T U R E S
|
||||||
|
Loading…
Reference in New Issue
Block a user