ovn-controller: Factor patch port management into new "patch" module.
authorBen Pfaff <blp@nicira.com>
Thu, 1 Oct 2015 16:37:53 +0000 (09:37 -0700)
committerBen Pfaff <blp@nicira.com>
Sat, 17 Oct 2015 03:15:08 +0000 (20:15 -0700)
commita1d210a64f2b5a2661256aa50c200bf6ac1f3373
tree8dc6e066e203f9944a9cbcdbf47390a7b2939399
parent69a832cfc033338101db192c6db0aa07397acaaf
ovn-controller: Factor patch port management into new "patch" module.

Upcoming patches will introduce new extensive use of patch ports and it
seems reasonable to put it into its own file.

This is mostly code motion.  Code changes are limited to those necessary
to make the separated code compile, except for renaming
init_bridge_mappings() to patch_run().

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Justin Pettit <jpettit@nicira.com>
ovn/controller/automake.mk
ovn/controller/ovn-controller.c
ovn/controller/ovn-controller.h
ovn/controller/patch.c [new file with mode: 0644]
ovn/controller/patch.h [new file with mode: 0644]