summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vim/ftplugin/lua.vim7
1 files changed, 7 insertions, 0 deletions
diff --git a/.vim/ftplugin/lua.vim b/.vim/ftplugin/lua.vim
new file mode 100644
index 0000000..8a26a0e
--- /dev/null
+++ b/.vim/ftplugin/lua.vim
@@ -0,0 +1,7 @@
+setlocal textwidth=0
+setlocal tabstop=4
+setlocal softtabstop=4
+setlocal shiftwidth=4
+setlocal smarttab
+setlocal expandtab
+setlocal smartindent
i/linux/net-next.git/tree/?id=cd5279c194f89c9b97c294af4aaf4ea8c5e3c704'>f591028fd9acc2914fd7470f2f4ba7e5f0f6377c /net/ipv4/ip_vti.c parent407d34ef294727bdc200934c38d9a8241f4a5547 (diff)
ip_vti/ip6_vti: Do not touch skb->mark on xmit
Instead of modifying skb->mark we can simply modify the flowi_mark that is generated as a result of the xfrm_decode_session. By doing this we don't need to actually touch the skb->mark and it can be preserved as it passes out through the tunnel. Signed-off-by: Alexander Duyck <alexander.h.duyck@redhat.com> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'net/ipv4/ip_vti.c')