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

Bucket watch_port and watch_group defaults #219

Open
pgcrooks opened this issue Feb 15, 2017 · 1 comment
Open

Bucket watch_port and watch_group defaults #219

pgcrooks opened this issue Feb 15, 2017 · 1 comment

Comments

@pgcrooks
Copy link

The default values for watch_port and watch_group in the Bucket class are both 0. However, according to the OF 1.3.4 standard these should be set to OFPP_ANY and OFPG_ANY if they are to be ignored. I believe port 0 is invalid, whereas group 0 can be a valid ID.

@pgcrooks
Copy link
Author

This is seen in both:

src/python/loxi/of13/common.py src/python/loxi/of14/common.py

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

1 participant