diff options
author | Daniil Baturin <daniil@vyos.io> | 2020-05-10 21:42:49 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-10 21:42:49 +0700 |
commit | 929167859003586c4c0c3d837a0229dd693ca77b (patch) | |
tree | 7ddeb7ff845fdead276004a0408ea46fd69edc23 | |
parent | 515a1b0edb6655bbec609becbeb21032fb997392 (diff) | |
parent | 7f7b388c08f5e2b1fc411712a05ef3693fff1264 (diff) | |
download | vyos-documentation-929167859003586c4c0c3d837a0229dd693ca77b.tar.gz vyos-documentation-929167859003586c4c0c3d837a0229dd693ca77b.zip |
Merge pull request #249 from pavel-odintsov/patch-1
Fixed expiry-interval command name to correct one
-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. |