datapath: Add 'ovs_' prefix to extern symbols.
authorJesse Gross <jesse@nicira.com>
Thu, 8 Aug 2013 02:47:59 +0000 (19:47 -0700)
committerJesse Gross <jesse@nicira.com>
Fri, 9 Aug 2013 19:47:43 +0000 (12:47 -0700)
commit54cc3ec63a40a5003bc070fbf70fc66ed7913fe4
tree1133ab42f07ce0bdfaa51988f4bd303f3a38d668
parentdc24a00f80e2e54e47d98fcffc679ce597b27ebb
datapath: Add 'ovs_' prefix to extern symbols.

The external symbols in the OVS kernel module are prefixed with
'ovs_' with the exception of ipv4_tun_to/from_nlattr(). This adds
the prefix and makes the out of tree version consistent with
upstream.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Andy Zhou <azhou@nicira.com>
datapath/datapath.c
datapath/flow.c
datapath/flow.h