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.
This commit is contained in:
xPakrikx 2019-06-17 15:46:34 +02:00 committed by GitHub
parent 2dd311f8a7
commit 26f878dfae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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