Re: [ovs-dev] [PATCH] run-ryu: Use the IANA OpenFlow port number

2015-04-15 Thread YAMAMOTO Takashi
> On Wed, Apr 15, 2015 at 05:55:04PM +0900, YAMAMOTO Takashi wrote: >> Specify the use of the port 6653 for ryu side explicitly >> because it still defaults to port 6633. >> >> Fixes check-ryu after commit d4763d1d4efbbcfd884df2d668980d61ec89d75a. >> ("Use the IANA-assigned ports for OpenFlow and

Re: [ovs-dev] [PATCH] run-ryu: Use the IANA OpenFlow port number

2015-04-15 Thread Ben Pfaff
On Wed, Apr 15, 2015 at 05:55:04PM +0900, YAMAMOTO Takashi wrote: > Specify the use of the port 6653 for ryu side explicitly > because it still defaults to port 6633. > > Fixes check-ryu after commit d4763d1d4efbbcfd884df2d668980d61ec89d75a. > ("Use the IANA-assigned ports for OpenFlow and OVSDB."

[ovs-dev] [PATCH] run-ryu: Use the IANA OpenFlow port number

2015-04-15 Thread YAMAMOTO Takashi
Specify the use of the port 6653 for ryu side explicitly because it still defaults to port 6633. Fixes check-ryu after commit d4763d1d4efbbcfd884df2d668980d61ec89d75a. ("Use the IANA-assigned ports for OpenFlow and OVSDB.") Signed-off-by: YAMAMOTO Takashi --- tests/run-ryu | 2 +- 1 file change