Re: [Openvpn-devel] [PATCH] networking: use OPENVPN_ETH_ALEN instead of ETH_ALEN

2022-02-23 Thread Antonio Quartulli
On 23/02/2022 08:58, Antonio Quartulli wrote: With the introduction of SITNL two occurrences of ETH_ALEN were introduced in the code. This define exists on Linux in the linux/if_ether.h header, however the latter is included in linux/if_tun.h which may or may not exist (depending on how old your

[Openvpn-devel] [PATCH] networking: use OPENVPN_ETH_ALEN instead of ETH_ALEN

2022-02-22 Thread Antonio Quartulli
With the introduction of SITNL two occurrences of ETH_ALEN were introduced in the code. This define exists on Linux in the linux/if_ether.h header, however the latter is included in linux/if_tun.h which may or may not exist (depending on how old your system is). If the system lacks if_tun.h then t