Lines Matching full:flushed

812 	# flushed when the flush command is given with no parameters.
833 check_err $? 0 "Not all entries flushed after flush all"
836 # specified port are flushed and the rest are not.
845 check_fail $? "Entry not flushed by specified port"
847 check_err $? "Entry flushed by wrong port"
849 check_err $? "Host entry flushed by wrong port"
854 check_fail $? "Host entry not flushed by specified port"
859 # specified VLAN ID are flushed and the rest are not.
869 check_fail $? "Entry not flushed by specified VLAN ID"
871 check_err $? "Entry flushed by wrong VLAN ID"
875 # Check that all permanent entries are flushed when "permanent" is
884 check_fail $? "Entry not flushed by \"permanent\" state"
886 check_err $? "Entry flushed by wrong state (\"permanent\")"
890 # Check that all temporary entries are flushed when "nopermanent" is
899 check_err $? "Entry flushed by wrong state (\"nopermanent\")"
901 check_fail $? "Entry not flushed by \"nopermanent\" state"
905 # Check that L2 host entries are not flushed when "nopermanent" is
906 # specified, but flushed when "permanent" is specified.
913 check_err $? "L2 host entry flushed by wrong state (\"nopermanent\")"
918 check_fail $? "L2 host entry not flushed by \"permanent\" state"
922 # Check that IPv4 host entries are not flushed when "permanent" is
923 # specified, but flushed when "nopermanent" is specified.
930 check_err $? "IPv4 host entry flushed by wrong state (\"permanent\")"
935 check_fail $? "IPv4 host entry not flushed by \"nopermanent\" state"
939 # Check that IPv6 host entries are not flushed when "permanent" is
940 # specified, but flushed when "nopermanent" is specified.
947 check_err $? "IPv6 host entry flushed by wrong state (\"permanent\")"
952 check_fail $? "IPv6 host entry not flushed by \"nopermanent\" state"
957 # with the specified routing protocol are flushed and the rest are not.
966 check_fail $? "Entry not flushed by specified routing protocol"
968 check_err $? "Entry flushed by wrong routing protocol"
970 check_err $? "Host entry flushed by wrong routing protocol"