mac-learning: Simplify mac_learning_changed().
authorEthan Jackson <ethan@nicira.com>
Wed, 12 Jun 2013 20:58:16 +0000 (13:58 -0700)
committerEthan Jackson <ethan@nicira.com>
Wed, 12 Jun 2013 22:29:00 +0000 (15:29 -0700)
commitae1736c07c60d1638d428b192378183e2d90ada2
tree16df27a3ada4cdec3d94a344cb178156e81a4e33
parent8961699e0310fd2b77035dc7bff63eb9538daf67
mac-learning: Simplify mac_learning_changed().

With this patch, the mac_learning module takes responsibility for
remembering tags which need revalidation after a
mac_learning_changed() call.  This removes one of
ofproto-dpif-xlate's dpif_backer uses.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
lib/mac-learning.c
lib/mac-learning.h
ofproto/ofproto-dpif-xlate.c