Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nwdiag : allow address to be inserted in a peer connection #1752

Open
jcralbino opened this issue Apr 22, 2024 · 1 comment
Open

nwdiag : allow address to be inserted in a peer connection #1752

jcralbino opened this issue Apr 22, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jcralbino
Copy link

jcralbino commented Apr 22, 2024

Is your feature request related to a problem? Please describe.
when doing a network diagram with a peer connection we can't identify the address

Describe the solution you'd like

For example here i would like to have an address/text inserted in the link between the nodes.

image

For example in this code:

@startuml
nwdiag {
  web[shape = cloud]
  web -- peer2 
} 
@enduml

we could have a [address = "text"]
when defining the link:
web -- peer2 [address = "text"]

Or when defining the peer object:
web[shape = cloud, address = "text"]

Describe alternatives you've considered

Additional context
Adding an information to the link between nodes is important.

@The-Lum The-Lum removed the triage label Apr 22, 2024
@The-Lum
Copy link
Collaborator

The-Lum commented Apr 22, 2024

Helle @jcralbino, and all,

Thanks for your report.

See similar "corrected issue"/"now regression" here:

Regards,
Th.

@The-Lum The-Lum added the bug Something isn't working label Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants