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 : create a route command #1750

Open
jcralbino opened this issue Apr 19, 2024 · 0 comments
Open

Nwdiag : create a route command #1750

jcralbino opened this issue Apr 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jcralbino
Copy link

jcralbino commented Apr 19, 2024

Is your feature request related to a problem? Please describe.
John, as a network administrator wants to be able to identify the flows between devices and also how the packets will flow across a routed network

This feature was integrated in a branch of the original nwdiag and we are interested in having it available in the nwdiag port of plantuml

Describe the solution you'd like

 route {
        node1 -> node2;
        node2 -> node3;
    }


https://user-images.githubusercontent.com/24653321/68541791-2cabb280-03e7-11ea-9f19-7e39fa484145.png

This will show a line between those nodes on the assigned directions

More details available in the branch of nwdiag where this feature is implemented

Describe alternatives you've considered
Using original nwdiag with adapted branch

Additional context

blockdiag/nwdiag#15

@jcralbino jcralbino changed the title Nwdiag : make available a route command Nwdiag : create a route command Apr 19, 2024
@The-Lum The-Lum added enhancement New feature or request and removed triage labels Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants