ofproto-dpif: Delete MAC learning entries when they expire.
authorBen Pfaff <blp@nicira.com>
Fri, 19 Aug 2011 21:29:27 +0000 (14:29 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 19 Aug 2011 22:23:20 +0000 (15:23 -0700)
Commit fa066f015f716c7 "bridge: Move packet processing functionality into
ofproto" deleted the call to mac_learning_run() that deletes MAC learning
table entries when they expire.  This fixes the problem.


No differences found