Skip to content

Commit

Permalink
ipt_netmap: Add header file for skb_gso_segment
Browse files Browse the repository at this point in the history
skb_gso_segment prototype declaration has moved into a new file,
the linux 6.6 kernel. Include this file to continue building
ipt_netmap.
  • Loading branch information
Aryan Srivastava authored and carlgsmith committed Jan 25, 2024
1 parent e0836d2 commit 70eea3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LINUX/ipt_netmap/ipt_netmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <net/xfrm.h>
#include <linux/list.h>
#include <net/icmp.h>
#include <net/gso.h>
#include "ipt_netmap.h"

MODULE_LICENSE("GPL");
Expand Down

0 comments on commit 70eea3e

Please sign in to comment.