mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 20:40:13 +03:00
Replace the complex tier-based fallback (which leaked into unsupported switch types on the final tiers) with a simple allowlist of _MARKER_CAPABLE_TYPES, mirroring _get_filter_node in link.py. Also accept stopped nodes — like packet filters, markers are stored on the NIO and applied when the node starts via _ubridge_apply_markers.