Skip to content
Snippets Groups Projects
Commit 7dadba54 authored by Ryan Izard's avatar Ryan Izard
Browse files

Some Firewall unit test fixes. Went through all code and corrected...

Some Firewall unit test fixes. Went through all code and corrected pi.getInPort() to (pi.getVersion().compareTo(OFVersion.OF_12) < 0 ? pi.getInPort() : pi.getMatch().get(MatchField.IN_PORT)). OF1.2 and greater specifies the ingress port as an OXM in the Match.
parent b007ece4
No related branches found
No related tags found
No related merge requests found
Showing
with 51 additions and 32 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment