Lines Matching full:flag

84 	check_err $? "No \"extern_valid\" flag after addition"
86 log_test "$af_str \"extern_valid\" flag: Add entry"
90 # Check that an entry cannot be added with "extern_valid" flag and an
94 check_fail $? "Managed to add an entry with \"extern_valid\" flag and an invalid state"
96 log_test "$af_str \"extern_valid\" flag: Add with an invalid state"
100 # Check that entry cannot be added with both "extern_valid" flag and
101 # "use" / "managed" flag.
104 check_fail $? "Managed to add an entry with \"extern_valid\" flag and \"use\" flag"
106 log_test "$af_str \"extern_valid\" flag: Add with \"use\" flag"
110 # Check that "extern_valid" flag can be toggled using replace.
115 check_err $? "Did not manage to set \"extern_valid\" flag with replace"
118 check_fail $? "Did not manage to clear \"extern_valid\" flag with replace"
120 log_test "$af_str \"extern_valid\" flag: Replace entry"
129 check_err $? "Did not manage to add \"managed\" flag to an existing \"extern_valid\" entry"
131 log_test "$af_str \"extern_valid\" flag: Replace entry with \"managed\" flag"
135 # Check that entry cannot be replaced with "extern_valid" flag and an
140 check_fail $? "Managed to replace an entry with \"extern_valid\" flag and an invalid state"
142 log_test "$af_str \"extern_valid\" flag: Replace with an invalid state"
155 log_test "$af_str \"extern_valid\" flag: Interface down"
169 log_test "$af_str \"extern_valid\" flag: Carrier down"
174 # the "extern_valid" flag. Wait "delay_probe" seconds for ARP request /
186 check_err $? "Entry did not maintain \"extern_valid\" flag after transition to \"reachable\" state"
188 log_test "$af_str \"extern_valid\" flag: Transition to \"reachable\" state"
215 check_err $? "Entry did not maintain \"extern_valid\" flag after returning to \"stale\" state"
221 log_test "$af_str \"extern_valid\" flag: Transition back to \"stale\" state"
260 check_err $? "Entry with \"extern_valid\" flag did not survive forced garbage collection"
262 check_fail $? "Entry without \"extern_valid\" flag survived forced garbage collection"
264 log_test "$af_str \"extern_valid\" flag: Forced garbage collection"
306 check_err $? "Entry with \"extern_valid\" flag did not survive periodic garbage collection"
308 check_fail $? "Entry without \"extern_valid\" flag survived periodic garbage collection"
310 log_test "$af_str \"extern_valid\" flag: Periodic garbage collection"