mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
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:
parent
2dd311f8a7
commit
26f878dfae
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user