From 50153ffdb9437a29bfee0960626a496666ec404a Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 19 Nov 2020 22:11:13 +0100 Subject: [PATCH] compat_xtables: fix a spello near route_me_harder --- extensions/compat_xtables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/compat_xtables.h b/extensions/compat_xtables.h index 4afef3a..9b98d26 100644 --- a/extensions/compat_xtables.h +++ b/extensions/compat_xtables.h @@ -25,7 +25,7 @@ LINUX_VERSION_CODE >= KERNEL_VERSION(5, 9, 9) && LINUX_VERSION_CODE < KERNEL_VERSION(5, 10, 0) #else # define ip_route_me_harder(xnet, xsk, xskb, xaddrtype) ip_route_me_harder((xnet), (xskb), (xaddrtype)) -# define ip6_route_me_harder(xnet, xsk, xskb) ip_route_me_harder((xnet), (xskb)) +# define ip6_route_me_harder(xnet, xsk, xskb) ip6_route_me_harder((xnet), (xskb)) #endif static inline struct net *par_net(const struct xt_action_param *par)