Skip to content

Commit

Permalink
Extra improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
sdn committed Dec 18, 2015
1 parent ad998c0 commit bd7c8e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions example_filter.json
@@ -1,11 +1,4 @@
{
"mapping" : {
"cc4e249102000000": "andes2",
"cc4e249126000000": "andes1",
"cc4e244b11000000": "sol2",
"0024389406000000": "mct01",
"002438af17000000": "mct02"
},
"allowed_of_versions": {
"1.0": {
"rejected_of_types": [
Expand Down
2 changes: 1 addition & 1 deletion ofp_prints_v10.py
Expand Up @@ -254,7 +254,7 @@ def print_ofp_action(xid, action_type, length, payload):
if action_type == 0:
port, max_len = get_action(action_type, length, payload)

port = ofp_dissector_v10.get_get_phy_port_id(port)
port = ofp_dissector_v10.get_phy_port_id(port)
print ('%s OpenFlow Action - Type: %s Length: %s Port: %s '
'Max Length: %s' %
(xid, green('OUTPUT'), length, green(port), max_len))
Expand Down

0 comments on commit bd7c8e6

Please sign in to comment.