Ingress qdisc does not work anymore in 1.3-rolling-202101 snapshot

please return ingress parent and handle to ffff: instead of fffe: in /opt/vyatta/sbin/vyatta-qos.pl

Sorry, why do you have to use ffff? ffff is now occupied by span(port mittor)

we are talking about port mirroring. imagine configuration like this:

zotov@vyos-s-gw# show interfaces ethernet eth0 | strip-private
hw-id XX:XX:XX:XX:XX:20
vif 60 {
address xxx.xxx.83.221/26
description INET-DMZ
disable
}
vif 408 {
address xxx.xxx.8.82/30
description BEELINE-INET-BGP
firewall {
local {
name IN
}
}
redirect ifb408
traffic-policy {
out INET-HTB-SHAPER
}
}
vif 1099 {
address xxx.xxx.97.61/24
description Mgmt
vrf Mgmt-vrf
}
zotov@vyos-s-gw# show interfaces input | strip-private
input ifb408 {
traffic-policy {
out INET-HTB-SHAPER
}
}

  • qos script failed at ethernet interface (namelly at 344 line)
  • as a consequence ethernet interface is not initialized during boot. if vlan redirected to ifb then all vlans on physical interface will not initialized

When you use port mirroring, see this:

https://docs.vyos.io/en/latest/configuration/interfaces/ethernet.html#port-mirror-span

well, probably i did not understood what do you mean when say port mirroring. but my configuration
with ingress qdisc and ifb does not work.

Well, you can submit a bug report at phabricator.vyos.net, with the minimum configuration command line, expected behavior, and actual behavior