netlab icon indicating copy to clipboard operation
netlab copied to clipboard

Make the node name separator in short link format configurable

Open ipspace opened this issue 1 year ago • 0 comments

Based on a fun discussion with @ddutt:

  • You cannot use the short link format if the hostnames contain '-'
  • We could use some other character as the separator, for example A↔B↔C, but that would break almost any topology out there

However, if we define defaults.const.link.node_separator to be '-' and use that when splitting node names, users could use whatever separator they want ;)

ipspace avatar Jan 04 '25 17:01 ipspace