[nftables] packet (filtering) flow NIC vs. PPPoE?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Whilst testing NFTables's flow offload on a node with a PPPoE subscriber line it turned out that the flow offload happens with the NIC netdev and not (as I expected) the virtual PPPoE netdev.

Just for reference this being the NFT config (eth2 being the NIC)

flowtable fte    {
  hook ingress priority -100
  devices = { eth2 }
  counter
}

ip protocol { 6, 17 } flow add @fte;
ip6 nexthdr { 6, 17 } flow add @fte;


Why would the packet filtering have to take place on the PPPoE netdev but the flowatable happens with the NIC instead?









[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux