]> git.proxmox.com Git - ovs.git/commit
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:08:52 +0000 (15:08 -0700)
commit1c313b88e1ba908b4f30ce2b3702d57e8f4d9a38
treeff8d8a3ecd4f88d0094ace375a4198326e0c5fb5
parent2d334ac8836a014e88c84dca63145e300d662872
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