The fencer's unpack_level_kind() returns fenced_target_by_attribute when a topology level has target-attribute to list targetable nodes in a node attribute. However, if the fencer is in standalone mode (-s, used only for testing), there's no attribute manager or CIB to get the attribute value from. In that case, just return fenced_target_by_unknown.
Description
Description