ovn: Move extract_lport_addresses
authorRamu Ramamurthy <ramu.ramamurthy@gmail.com>
Tue, 26 Apr 2016 21:31:06 +0000 (17:31 -0400)
committerBen Pfaff <blp@ovn.org>
Mon, 16 May 2016 21:17:07 +0000 (14:17 -0700)
commit218351dd013213c64d7f0b8bd6df3315c9f1a4a4
tree6a1a4d2b3ff6f46ea984cc0bcb8b4ceed1470c1f
parenteaf2aa9e23e0ae2a7380ca297f947f6e1219a555
ovn: Move extract_lport_addresses

Move the function extract_lport_addresses to a file
in ovn/lib since that function can be used by ovn-controller also
to parse addresses stored in the mac column of the
port_binding table. Currently that function is used only
in ovn_northd.

Signed-off-by: Ramu Ramamurthy <ramu.ramamurthy@us.ibm.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
ovn/lib/automake.mk
ovn/lib/ovn-util.c [new file with mode: 0644]
ovn/lib/ovn-util.h [new file with mode: 0644]
ovn/northd/ovn-northd.c