commit | 46fa062ad63146dd138ec0f017e71224471e8ea5 | [log] [tgz] |
---|---|---|
author | Jiri Benc <jbenc@redhat.com> | Fri Aug 28 20:48:19 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat Aug 29 13:07:54 2015 -0700 |
tree | f06282d4c2c26f081500e7f2897a2cf6b5c4d3b7 | |
parent | f6d3c19274c74ff17174df8078e0a14df003667f [diff] |
ip_tunnels: convert the mode field of ip_tunnel_info to flags The mode field holds a single bit of information only (whether the ip_tunnel_info struct is for rx or tx). Change the mode field to bit flags. This allows more mode flags to be added. Signed-off-by: Jiri Benc <jbenc@redhat.com> Acked-by: Alexei Starovoitov <ast@plumgrid.com> Acked-by: Thomas Graf <tgraf@suug.ch> Acked-by: Pravin B Shelar <pshelar@nicira.com> Signed-off-by: David S. Miller <davem@davemloft.net>