diff options
author | xPakrikx <miharu.senpai@gmail.com> | 2019-06-17 15:46:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-17 15:46:34 +0200 |
commit | 26f878dfae2cc38a3e14aadc1049fe1e9f703391 (patch) | |
tree | 82418efd26e20f4f105816181f9af22ee5922e97 /docs/qos.rst | |
parent | 2dd311f8a7f24f1aff396258db6c8063674d70d1 (diff) | |
download | vyos-documentation-26f878dfae2cc38a3e14aadc1049fe1e9f703391.tar.gz vyos-documentation-26f878dfae2cc38a3e14aadc1049fe1e9f703391.zip |
edit traffic policy on ifb interface
"QoS policy inbound is type shaper and is only valid for out" redirected incoming traffic from physical port eth0 to interface ifb0 is represented as outbound traffic from ifb0 interface.
Diffstat (limited to 'docs/qos.rst')
-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 |