Lines Matching full:notify
84 local notify=$1; shift
89 ip netns exec testns1 sysctl -qw net.$ip.fib_notify_on_flag_change=$notify
114 local notify=0
117 route_addition_check $ip $notify $route $expected_num_notifications
120 notify=1
122 route_addition_check $ip $notify $route $expected_num_notifications
124 # notify=2 means emit notifications only for failed route installation,
127 notify=2
129 route_addition_check $ip $notify $route $expected_num_notifications
137 local notify=$1; shift
141 ip netns exec testns1 sysctl -qw net.$ip.fib_notify_on_flag_change=$notify
167 local notify=0
169 route_deletion_check $ip $notify $route $expected_num_notifications
171 notify=1
172 route_deletion_check $ip $notify $route $expected_num_notifications
180 local notify=$1; shift
184 ip netns exec testns1 sysctl -qw net.$ip.fib_notify_on_flag_change=$notify
213 local notify=0
216 route_replacement_check $ip $notify $route $expected_num_notifications
219 notify=1
221 route_replacement_check $ip $notify $route $expected_num_notifications
223 # notify=2 means emit notifications only for failed route installation,
225 notify=2
227 route_replacement_check $ip $notify $route $expected_num_notifications
248 local notify=0
250 route_addition_check $ip $notify $route $expected_num_notifications \
254 notify=1
256 route_addition_check $ip $notify $route $expected_num_notifications \
259 # notify=2 means emit notifications only for failed route installation,
261 notify=2
263 route_addition_check $ip $notify $route $expected_num_notifications \
281 local notify=0
283 route_addition_check $ip $notify $route $expected_num_notifications
286 notify=1
288 route_addition_check $ip $notify $route $expected_num_notifications
290 # notify=2 means emit notifications only for failed route installation,
293 notify=2
295 route_addition_check $ip $notify $route $expected_num_notifications
310 local notify=0
311 route_deletion_check $ip $notify $route $expected_num_notifications
313 notify=1
314 route_deletion_check $ip $notify $route $expected_num_notifications
330 local notify=0
332 route_replacement_check $ip $notify $route $expected_num_notifications
335 notify=1
337 route_replacement_check $ip $notify $route $expected_num_notifications
339 # notify=2 means emit notifications only for failed route installation,
341 notify=2
343 route_replacement_check $ip $notify $route $expected_num_notifications
364 local notify=0
366 route_addition_check $ip $notify $route $expected_num_notifications \
370 notify=1
372 route_addition_check $ip $notify $route $expected_num_notifications \
375 # notify=2 means emit notifications only for failed route installation,
377 notify=2
379 route_addition_check $ip $notify $route $expected_num_notifications \