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

How to find the source code or source file of the flows #534

Open
1760947562 opened this issue Aug 15, 2023 · 6 comments
Open

How to find the source code or source file of the flows #534

1760947562 opened this issue Aug 15, 2023 · 6 comments

Comments

@1760947562
Copy link

When the P4 switch and ONOS are successfully connected, this picture shows that ONOS has sent many flows to the switch. Where can I find the source files or source codes corresponding to these flows? and and where do these flows come from?

@Dscano
Copy link

Dscano commented Aug 15, 2023

Hi @1760947562,

Cna you please add the image?

@1760947562
Copy link
Author

1760947562 commented Aug 15, 2023 via email

@1760947562
Copy link
Author

Hi @1760947562,

Cna you please add the image?
flows

@1760947562
Copy link
Author

Hi @1760947562,

Cna you please add the image?

@1760947562
Copy link
Author

Hi @1760947562,

Cna you please add the image?

flows

@Dscano
Copy link

Dscano commented Aug 15, 2023

Here you have the P4 code https://github.com/stratum/fabric-tna/tree/main/p4src/tna/include/control
Here is where the conrtrol plane app is implemented https://github.com/stratum/fabric-tna/tree/main/src/main/java/org/stratumproject/fabric/tna

Those flow rules are sent by the controller proactively, so you have to inspect the controller application to undestand how those flows are generated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants