Skip to content

Left Entry Up Wrap

A two-line bundle wrapping up-and-left from a source below-and-right into a cross-row section's LEFT entry (the `_route_left_entry_wrap` up-riser path); the bundle order is preserved concentrically around the wrap.

Mermaid source
examples/topologies/left_entry_up_wrap.mmd
%%metro title: Left-entry up-wrap bundle
%%metro style: dark
%%metro line: w1 | W1 | #e63946
%%metro line: w2 | W2 | #0570b0
%%metro grid: left_tgt | 0,0
%%metro grid: right_src | 1,1
graph LR
subgraph left_tgt [Left Target]
%%metro entry: left | w1, w2
lt1[Collect]
lt2[Output]
lt1 -->|w1,w2| lt2
end
subgraph right_src [Right Source]
rs1[Input R]
rs2[Hub R]
rs1 -->|w1,w2| rs2
end
rs2 -->|w1,w2| lt1
CLI command
Terminal window
nf-metro render examples/topologies/left_entry_up_wrap.mmd -o left_entry_up_wrap.svg
Rendered map
Left-entry up-wrap bundle 1 2 Collect Input R Output Hub R W1 W2 created with nf-metro v1.1.0+dev