Lines Matching refs:fdb
69 bridge -d fdb get "$mac" br br1 | grep -q -v "inactive"
76 bridge -d fdb get "$mac" br br1 | grep -q "inactive"
87 bridge fdb add "$mac" dev "$swp1" master static activity_notify inactive
88 bridge -d fdb get "$mac" br br1 | grep -q "inactive"
98 bridge fdb del "$mac" dev "$swp1" master
110 bridge fdb add "$mac" dev "$swp1" master dynamic
111 bridge fdb replace "$mac" dev "$swp1" master static activity_notify norefresh
113 bridge -d fdb get "$mac" br br1 | grep -q "activity_notify"
116 bridge -d fdb get "$mac" br br1 | grep -q "inactive"
125 bridge fdb del "$mac" dev "$swp1" master
138 bridge fdb add "$mac" dev "$swp1" master static
141 bridge fdb replace "$mac" dev "$swp1" master static activity_notify
142 updated_time=$(bridge -d -s -j fdb get "$mac" br br1 | jq '.[]["updated"]')
148 bridge fdb replace "$mac" dev "$swp1" master static norefresh
149 updated_time=$(bridge -d -s -j fdb get "$mac" br br1 | jq '.[]["updated"]')
156 bridge fdb del "$mac" dev "$swp1" master
159 if ! bridge fdb help 2>&1 | grep -q "activity_notify"; then