commit | 014be2c8eac3381e202f684c1f35ae184a8b152b | [log] [tgz] |
---|---|---|
author | Sridhar Samudrala <sri@us.ibm.com> | Fri May 17 06:39:07 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat May 18 12:53:39 2013 -0700 |
tree | b1a278d085fac94a8ad56500309924bc3b448002 | |
parent | e5f5e380e0f3bb11f04ca5bc66a551e58e0ad26e [diff] |
vxlan: Update vxlan fdb 'used' field after each usage Fix some instances where vxlan fdb 'used' field is not updated after the entry is used. v2: rename vxlan_find_mac() as __vxlan_find_mac() and create a new vxlan_find_mac() that also updates ->used field. Signed-off-by: Sridhar Samudrala <sri@us.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>