From: Antonio Q. <a...@un...> - 2025-06-12 14:40:25
|
On 04/06/2025 15:11, Ralf Lici wrote: > openvpn implements the `--mark` option, which utilizes the `SO_MARK` > Linux socket option. However, in the UDP code path, the socket's > `sk_mark` value is not currently propagated to `skb` objects that pass > through our socket. > > This commit ensures proper inheritance of the field by assigning > `sk_mark` to `skb->mark` before handing the `skb` to the network stack > for transmission. > > Signed-off-by: Ralf Lici <ra...@ma...> Well done! This patch has been merged to the development branch. Thanks -- Antonio Quartulli |