BR_FDB_STICKY
!test_bit(BR_FDB_STICKY, &fdb->flags))) {
if (test_bit(BR_FDB_STICKY, &fdb->flags))
if (is_sticky != test_bit(BR_FDB_STICKY, &fdb->flags)) {
change_bit(BR_FDB_STICKY, &fdb->flags);
__set_bit(BR_FDB_STICKY, &flags);