diff options
author | Pavel Odintsov <pavel.odintsov@gmail.com> | 2020-05-10 15:38:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-10 15:38:42 +0100 |
commit | 7f7b388c08f5e2b1fc411712a05ef3693fff1264 (patch) | |
tree | 7ddeb7ff845fdead276004a0408ea46fd69edc23 /docs/system | |
parent | 515a1b0edb6655bbec609becbeb21032fb997392 (diff) | |
download | vyos-documentation-7f7b388c08f5e2b1fc411712a05ef3693fff1264.tar.gz vyos-documentation-7f7b388c08f5e2b1fc411712a05ef3693fff1264.zip |
Fixed expiry-interval command name to correct one
Diffstat (limited to 'docs/system')
-rw-r--r-- | docs/system/flow-accounting.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/system/flow-accounting.rst b/docs/system/flow-accounting.rst index 2521966c..64c20dcf 100644 --- a/docs/system/flow-accounting.rst +++ b/docs/system/flow-accounting.rst @@ -121,7 +121,7 @@ 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. |