Skip to content

Commit

Permalink
ipt_netmap: Allow building for kernel < 6.4.1 but > 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonylineham authored and carlgsmith committed Oct 2, 2024
1 parent ad1940c commit 542192c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LINUX/ipt_netmap/ipt_netmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <net/xfrm.h>
#include <linux/list.h>
#include <net/icmp.h>
#if LINUX_VERSION_CODE >= KERNEL_VERSION(6,0,0)
#if LINUX_VERSION_CODE >= KERNEL_VERSION(6,4,1)
#include <net/gso.h>
#endif
#include "ipt_netmap.h"
Expand Down

0 comments on commit 542192c

Please sign in to comment.