Skip to content

Commit

Permalink
Enable support for AF_PACKET interfaces
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Noland <[email protected]>
  • Loading branch information
daniel-noland committed Feb 3, 2025
1 parent 5f24057 commit 874d1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/dpdk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ stdenv.mkDerivation rec {
"event/skeleton"
"event/sw"
"net/acc100"
"net/af_packet"
"net/af_xdp"
"net/ark"
"net/atlantic"
Expand Down Expand Up @@ -250,6 +249,7 @@ stdenv.mkDerivation rec {
"mempool/bucket"
"mempool/ring"
"mempool/stack"
"net/af_packet"
"net/auxiliary"
"net/mlx5"
"net/ring"
Expand Down

0 comments on commit 874d1aa

Please sign in to comment.