Интересно, можно ли в OpenBSD перенаправлять трафик так как это в linux? Например так:
tc qdisc add dev eth0 handle ffff: ingress
tc qdisc add dev veth0 handle ffff: ingress
tc filter add dev veth0 parent ffff: matchall action vlan push id 1 action mirred egress redirect dev eth0