Rename static functions to increase uniqueness.
authorArun Sharma <arun.sharma@calsoftinc.com>
Sun, 8 Jul 2012 11:38:36 +0000 (04:38 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 9 Jul 2012 20:15:36 +0000 (13:15 -0700)
commite1fef0f921cbee185ce728f43f6b6ddbc4942e24
tree39e9e4cc5f77e472d28d41ff1337254f8974213d
parentba3bbb4ca7d55495f5491ed2d3deec8bdd4babae
Rename static functions to increase uniqueness.

Rename do_* in ovs-dpctl and ovs-ofctl command with "dpctl_" or "ofctl_"
prefix.

Rename add_flow with dp_netdev_flow_add in lib/dpif-netdev.c.

Signed-off-by: Arun Sharma <arun.sharma@calsoftinc.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/dpif-netdev.c
utilities/ovs-dpctl.c
utilities/ovs-ofctl.c