diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-06-18 19:26:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-18 19:26:06 +0200 |
commit | 921c87e6ea3d01f43b8e38b6d2c4ab9295fc3db9 (patch) | |
tree | 4c2ca10cb8c2a8f66e839035e9e1eb215b9469b5 /docs | |
parent | 5bf34091d364c5f57b689e78d9076ce814427417 (diff) | |
parent | 26f878dfae2cc38a3e14aadc1049fe1e9f703391 (diff) | |
download | vyos-documentation-921c87e6ea3d01f43b8e38b6d2c4ab9295fc3db9.tar.gz vyos-documentation-921c87e6ea3d01f43b8e38b6d2c4ab9295fc3db9.zip |
Merge pull request #65 from xPakrikx/master
edit traffic policy on ifb interface
Diffstat (limited to 'docs')
-rw-r--r-- | docs/qos.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/qos.rst b/docs/qos.rst index 672adaa5..d68919d7 100644 --- a/docs/qos.rst +++ b/docs/qos.rst @@ -1181,9 +1181,9 @@ Steps to do: :code:`set interfaces input ifb0 description "WAN Input"` -* Apply the `WAN-OUT` traffic-policy to ifb0 input. +* Apply the `WAN-IN` traffic-policy to ifb0 input. - :code:`set interfaces input ifb0 traffic-policy in WAN-IN` + :code:`set interfaces input ifb0 traffic-policy out WAN-IN` * Redirect traffic from eth0 to ifb0 |