diff options
author | rebortg <github@ghlr.de> | 2020-12-11 15:08:50 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2020-12-11 15:08:50 +0100 |
commit | 4f5320bd55e6659be51a2d15b6df348b5d112937 (patch) | |
tree | 9ad0f213b69da76d129a8e2369f490864f2b5651 /docs/configuration/system/flow-accounting.rst | |
parent | 19596fd91ee067594957252768aed98579c1a4dc (diff) | |
download | vyos-documentation-4f5320bd55e6659be51a2d15b6df348b5d112937.tar.gz vyos-documentation-4f5320bd55e6659be51a2d15b6df348b5d112937.zip |
system: fix lint errors
Diffstat (limited to 'docs/configuration/system/flow-accounting.rst')
-rw-r--r-- | docs/configuration/system/flow-accounting.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/configuration/system/flow-accounting.rst b/docs/configuration/system/flow-accounting.rst index f09c1c9a..5bc737d6 100644 --- a/docs/configuration/system/flow-accounting.rst +++ b/docs/configuration/system/flow-accounting.rst @@ -121,7 +121,8 @@ NetFlow Per default every packet is sampled (that is, the sampling rate is 1). -.. cfgcmd:: set system flow-accounting netflow timeout expiry-interval <interval> +.. cfgcmd:: set system flow-accounting netflow timeout expiry-interval + <interval> Specifies the interval at which Netflow data will be sent to a collector. As per default, Netflow data will be sent every 60 seconds. |