]> git.ipfire.org Git - thirdparty/linux.git/commit
tun: Refactor CONFIG_TUN_VNET_CROSS_LE
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Fri, 7 Feb 2025 06:10:51 +0000 (15:10 +0900)
committerJakub Kicinski <kuba@kernel.org>
Tue, 11 Feb 2025 03:07:10 +0000 (19:07 -0800)
commit5a9c5e5d8a1b70837287d03432757d10047c3bbb
tree6c88ae454f0f5078880308af4f9e6f4e0abe3e03
parentd28e2d7f5d951f3a8be9be2a47563fe54bb45f36
tun: Refactor CONFIG_TUN_VNET_CROSS_LE

Check IS_ENABLED(CONFIG_TUN_VNET_CROSS_LE) to save some lines and make
future changes easier.

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Link: https://patch.msgid.link/20250207-tun-v6-1-fb49cf8b103e@daynix.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/tun.c