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 43398d6 commit a907e68
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 @@ -231,7 +231,6 @@ stdenv.mkDerivation rec {
"net/vdev"
"net/vdev_netvsc"
"net/vhost"
"net/virtio"
"net/vmbus"
"net/vmxnet3"
"net/zuc"
Expand All @@ -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 a907e68

Please sign in to comment.