ofproto: Create and delete tnl_backers in type_run()
authorKyle Mestery <kmestery@cisco.com>
Fri, 15 Feb 2013 22:12:13 +0000 (17:12 -0500)
committerEthan Jackson <ethan@nicira.com>
Tue, 26 Feb 2013 19:35:03 +0000 (11:35 -0800)
commitf9d5936597acd8a297a23c4a471350f2bb8c3e40
tree2ce31f4f087e8f14a34ffc7300c8b0428ca61963
parentee22c0a01975d1a047a82066ffd0a33182613bfc
ofproto: Create and delete tnl_backers in type_run()

Garbage collect tnl_backers during type_run(). Add new
tnl_backers if a VXLAN port's UDP port changes.

Signed-off-by: Kyle Mestery <kmestery@cisco.com>
Signed-off-by: Ethan Jackson <ethan@nicira.com>
ofproto/ofproto-dpif.c