You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
About the Cilium env: we can see that tc filter show dev xx [ingress/egress]
but the tcshow only show the filter but not direction.
root@bpf1:~# tcshow lxc6a7cb0103198 --tc-command
/usr/sbin/tc class show dev lxc6a7cb0103198
/usr/sbin/tc filter show dev lxc6a7cb0103198
/usr/sbin/tc qdisc show dev lxc6a7cb0103198
root@bpf1:~# /usr/sbin/tc filter show dev lxc6a7cb0103198 ingress
filter protocol all pref 1 bpf chain 0
filter protocol all pref 1 bpf chain 0 handle 0x1 cil_from_container-lxc6a7cb0103198 direct-action not_in_hw id 552 tag 0dd89b33ffc2a3fe jited
The text was updated successfully, but these errors were encountered:
BurlyLuo
changed the title
/usr/sbin/tc filter show dev lxc6a7cb0103198
/usr/sbin/tc filter show dev lxc6a7cb0103198 to add the direction(ingress/egress)
Jun 28, 2023
Describe the bug
A clear and concise description of what the bug is.
can we support /usr/sbin/tc filter show dev lxc6a7cb0103198 ingress
Expected behavior
A clear and concise description of what you expected to happen.
can we support /usr/sbin/tc filter show dev lxc6a7cb0103198 ingress
To Reproduce
Steps to reproduce the behavior:
Environments
Please execute the following command and past the output:
and complete the following information:
pip
/deb package
Additional context
The text was updated successfully, but these errors were encountered: