commit | 5aa8d0b712938b006fe03b8b2678e76a5ac01de7 | [log] [tgz] |
---|---|---|
author | castroflavio <castro.flavio@gatech.edu> | Tue Jan 05 13:31:11 2016 -0800 |
committer | castroflavio <castro.flavio@gatech.edu> | Tue Jan 05 13:31:11 2016 -0800 |
tree | 1b037a8cc41063b48237aa29fd332db476bf0cbd | |
parent | 4a09c9677cb698bd2e8058ab07bba1e4c7e13d71 [diff] | |
parent | 2bb938c77347cb1fcbad32bd642715deb4e8fd0e [diff] |
Merge branch 'master' of https://github.com/castroflavio/oftest
diff --git a/ofdpa/flows.py b/ofdpa/flows.py index 78b1fad..44184b3 100644 --- a/ofdpa/flows.py +++ b/ofdpa/flows.py
@@ -69,7 +69,7 @@ # create match match = ofp.match() match.oxm_list.append(ofp.oxm.eth_type(0x0800)) - match.oxm_list.append(ofp.oxm.ip_proto(2)) + match.oxm_list.append(ofp.oxm.ip_proto(17)) request = ofp.message.flow_add( table_id=60, cookie=42,