]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
Merge branch 'SO_MARK-routing'
authorDavid S. Miller <davem@davemloft.net>
Mon, 1 Nov 2021 13:12:48 +0000 (13:12 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 Nov 2021 13:12:48 +0000 (13:12 +0000)
commit7be49d242b8099a2489a6777dcfcb69f2e849fae
tree341ed0733f7a68c500e4c7ff0197cc4f689afcae
parent6de6e46d27ef386feecdbea56b3bfd6c3b3bc1f9
parentb0ced8f290fb7bb03d23c4c3c3355e92a4be6e95
Merge branch 'SO_MARK-routing'

Jakub Kicinski says:

====================
udp6: allow SO_MARK ctrl msg to affect routing

Looks like SO_MARK from cmsg does not affect routing policy.
This seems accidental.

I opted for net because of the discrepancy between IPv4
and IPv6, but it never worked and doesn't cause crashes..
====================

Signed-off-by: David S. Miller <davem@davemloft.net>