diff options
| -rw-r--r-- | docs/_include/interface-mirror.txt | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/docs/_include/interface-mirror.txt b/docs/_include/interface-mirror.txt index 7903299a..f2b340fe 100644 --- a/docs/_include/interface-mirror.txt +++ b/docs/_include/interface-mirror.txt @@ -13,7 +13,7 @@ for different traffic directions.     Configure port mirroring for `interface` inbound traffic and copy the     traffic to `monitor-interface` -   Example: Mirror the inbound traffic of `{{ var1 }}` port to `eth2` +   Example: Mirror the inbound traffic of `{{ var1 }}` port to `{{ var2 }}`     .. code-block:: none @@ -25,7 +25,7 @@ for different traffic directions.     Configure port mirroring for `interface` outbound traffic and copy the     traffic to `monitor-interface` -   Example: Mirror the outbound traffic of `{{ var1 }}` port to `eth2` +   Example: Mirror the outbound traffic of `{{ var1 }}` port to `{{ var2 }}`     .. code-block:: none | 
