Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
2 つのネットワーク インターフェイス間で ebpf マップを共有することは可能ですか。XDP プログラムを作成し、eth0 と eth1 という 2 つのデバイスにフックしたいと考えています。実装では、両方が同じマップを使用する必要があります。同じプログラムをロードして eth0 と eth1 にフックし、同じマップを使用することは可能ですか?
皆さん、ありがとうございました!