We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently there is no way to explore current configuration. Imagine a subject that tries to figure out what kind of YANET is configured on a machine:
Something like:
> yanet-cli info Modules: - route (idx=0) - forward (idx=1) - balancer (idx=2). Pipelines: name: pipeline0 modules: - name: forward-from-kernel type: forward - name: route0 type: route - name: forward-to-kernel type: forward
It allows to explore the system and acts as an entry point for further exploration (this is just an example).
> yanet-cli route show "2a02:6b8::/32": source_mac: 52:54:00:12:34:56 destination: mac: 52:54:00:12:34:ff "::/0": source_mac: 12:34:3a:f4:6e:c2 destination: mac: 52:54:00:12:34:ff
However, there is no API to obtain the initial information.
Implement such API.
The text was updated successfully, but these errors were encountered:
GeorgyKirichenko
No branches or pull requests
Motivation
Currently there is no way to explore current configuration. Imagine a subject that tries to figure out what kind of YANET is configured on a machine:
Something like:
> yanet-cli info Modules: - route (idx=0) - forward (idx=1) - balancer (idx=2). Pipelines: name: pipeline0 modules: - name: forward-from-kernel type: forward - name: route0 type: route - name: forward-to-kernel type: forward
It allows to explore the system and acts as an entry point for further exploration (this is just an example).
However, there is no API to obtain the initial information.
What we need to do?
Implement such API.
The text was updated successfully, but these errors were encountered: