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)
commit003c21671fc68fa8bcd06844a7fb8c14f525e8b1
treed08a0622bf5dc0b2f7e605e8c923281f5df846d7
parent7e371e0d12d9cfa4bf020b455eb947fae0622215
ofproto-dpif: Delete MAC learning entries when they expire.

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.
ofproto/ofproto-dpif.c