From 26f878dfae2cc38a3e14aadc1049fe1e9f703391 Mon Sep 17 00:00:00 2001 From: xPakrikx Date: Mon, 17 Jun 2019 15:46:34 +0200 Subject: 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. --- docs/qos.rst | 4 ++-- 1 file 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 -- cgit v1.2.3