Guest User

header-conflict.patch

a guest
Aug 25th, 2025
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.45 KB | None | 0 0
  1. --- openvpn3-core/openvpn/dco/ovpn_dco_linux.h  2025-08-25 21:03:54.229279408 -0500
  2. +++ openvpn3-core/openvpn/dco/ovpn_dco_linux.h.new      2025-08-25 21:09:39.078857445 -0500
  3. @@ -239,7 +239,7 @@ enum ovpn_netlink_packet_attrs {
  4.         OVPN_PACKET_ATTR_MAX = __OVPN_PACKET_ATTR_AFTER_LAST - 1,
  5.  };
  6.  
  7. -#ifndef IFLA_OVPN_MODE
  8. +#if LINUX_VERSION_CODE < KERNEL_VERSION(6, 15, 0)
  9.  enum ovpn_ifla_attrs {
  10.         IFLA_OVPN_UNSPEC = 0,
  11.         IFLA_OVPN_MODE,
Advertisement
Add Comment
Please, Sign In to add comment