Displaying 2 results from an estimated 2 matches for "egress2".
Did you mean:
  egress
  
2023 Apr 14
5
[Bug 1673] New: bug egress hook virtio interface with VLAN
...netdev filter {
        chain egress {
                type filter hook egress device "enp6s19.100" priority filter;
policy accept;
                meta nftrace set 1
                log group 30
                udp sport 68 udp dport 67 counter packets 0 bytes 0
        }
        chain egress2 {
                type filter hook egress device "enp6s20.100" priority filter;
policy accept;
                meta nftrace set 1
                log group 31
                udp sport 68 udp dport 67 counter packets 0 bytes 0
        }
}
With virtio, captured packet :
tcpdump: verbose...
2023 Apr 14
3
[Bug 1672] New: bug egress hook virtio interface with VLAN
...netdev filter {
        chain egress {
                type filter hook egress device "enp6s19.100" priority filter;
policy accept;
                meta nftrace set 1
                log group 30
                udp sport 68 udp dport 67 counter packets 0 bytes 0
        }
        chain egress2 {
                type filter hook egress device "enp6s20.100" priority filter;
policy accept;
                meta nftrace set 1
                log group 31
                udp sport 68 udp dport 67 counter packets 0 bytes 0
        }
}
With virtio, captured packet :
tcpdump: verbose...