commit | b2acd1dc3949cd60c571844d495594f05f0351f4 | [log] [tgz] |
---|---|---|
author | Pravin B Shelar <pshelar@nicira.com> | Fri Aug 07 23:51:47 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 10 14:03:54 2015 -0700 |
tree | a92b35a1aa868b517673a1d6b465689cf6f1a9a9 | |
parent | 2e15ea390e6f4466655066d97e22ec66870a042c [diff] |
openvswitch: Use regular GRE net_device instead of vport Using GRE tunnel meta data collection feature, we can implement OVS GRE vport. This patch removes all of the OVS specific GRE code and make OVS use a ip_gre net_device. Minimal GRE vport is kept to handle compatibility with current userspace application. Signed-off-by: Pravin B Shelar <pshelar@nicira.com> Acked-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>