Mesa Proyectos SAS 3 weeks ago
committed by GitHub
parent
commit
c438da4eca
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      kernel-module/nft_rtpengine.c

+ 4
- 2
kernel-module/nft_rtpengine.c View File

@ -6830,8 +6830,10 @@ static int rtpengine_expr_init(const struct nft_ctx *ctx, const struct nft_expr
} }
static int rtpengine_expr_dump(struct sk_buff *skb, const struct nft_expr *expr static int rtpengine_expr_dump(struct sk_buff *skb, const struct nft_expr *expr
#if LINUX_VERSION_CODE >= KERNEL_VERSION(6,2,0)
, bool reset
#if LINUX_VERSION_CODE >= KERNEL_VERSION(6,2,0) || \
(LINUX_VERSION_CODE >= KERNEL_VERSION(5,14,0) && \
defined(RHEL_RELEASE_CODE) && RHEL_RELEASE_CODE >= RHEL_RELEASE_VERSION(9,0))
, bool reset
#endif #endif
) )
{ {


Loading…
Cancel
Save