commit | d72013d46422f4d0cd33d32c31772d7bdf48cf06 | [log] [tgz] |
---|---|---|
author | Wilson Ng <wilson.ng@bigswitch.com> | Sun Sep 29 10:21:48 2013 -0700 |
committer | Wilson Ng <wilson.ng@bigswitch.com> | Sun Sep 29 10:21:48 2013 -0700 |
tree | 56d8daca4e1c14fc21b6f2ef8dc01abc910586e3 | |
parent | 2e6141aad2b28d0be1b37ef588021b1971d25176 [diff] [blame] |
Update openflow connection port to 6653 [PAN-367]
diff --git a/openflow_input/standard-1.0 b/openflow_input/standard-1.0 index 1a23ce4..0277937 100644 --- a/openflow_input/standard-1.0 +++ b/openflow_input/standard-1.0
@@ -35,8 +35,8 @@ OFP_MAX_TABLE_NAME_LEN = 32, OFP_MAX_PORT_NAME_LEN = 16, - OFP_TCP_PORT = 6633, - OFP_SSL_PORT = 6633, + OFP_TCP_PORT = 6653, + OFP_SSL_PORT = 6653, OFP_ETH_ALEN = 6,