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

OF13 Fix Bucket class watch port and group defaults #220

Closed
wants to merge 1 commit into from
Closed

OF13 Fix Bucket class watch port and group defaults #220

wants to merge 1 commit into from

Conversation

pgcrooks
Copy link

The Bucket class watch_port and watch_group fields should default to
OFPP_ANY and OFPG_ANY respectively, rather than both defaulting to 0.
Zero is an invalid port number and a valid group number.

See OpenFlow Switch v1.3.4 section 7.3.4.2 for details.

See issue #219

The Bucket class watch_port and watch_group fields should default to
OFPP_ANY and OFPG_ANY respectively, rather than both defaulting to 0.
Zero is an invalid port number and a valid group number.

See OpenFlow Switch v1.3.4 section 7.3.4.2 for details.
@pgcrooks
Copy link
Author

I realise I have gone about this the wrong way and the loxigen project actually needs the fix to set the default values here.

@pgcrooks pgcrooks closed this Feb 17, 2017
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

Successfully merging this pull request may close these issues.

1 participant