Re: [ovs-discuss] Question about to set the miss_send_len

2016-10-19 Thread Ben Pfaff
I mean that the OpenFlow 1.0 message is the way to change miss_send_len.
If you need to change it, use that message.  If your controller does not
support that message, add support.  It is a very simple message so any
controller should be able to easily support it.

On Thu, Oct 20, 2016 at 12:22:14AM +, Naoyuki NS Shimizu wrote:
> 
> Thank you for your reply.
> 
> Do you mean that I can't change the value of miss_send_len?
> 
> Can I change it by the other way? For example, by rewriting config file or 
> changing code and rebuilding.
> 
> 
> 
> -作成者: Ben Pfaff <b...@ovn.org> -
> 
> 
> 宛先: Naoyuki NS Shimizu/R/RICOH@RICOH
> 送信元: Ben Pfaff <b...@ovn.org>
> 日付: 2016/10/20 12:06AM
> Cc: discuss@openvswitch.org
> 件名: Re: [ovs-discuss] Question about to set the miss_send_len
> 
> 
> On Wed, Oct 19, 2016 at 12:30:54AM +, Naoyuki NS Shimizu wrote:
> > I'd like to change the value of miss_send_len.
> > 
> > I use trema as Openflow v1.0 controller and trema is not implemented 
> > SetConfig messege.
> > 
> > So I can't send SetConfig messege from Openflow v1.0 controller.
> > 
> > Please tell me the other way.
> 
> That is the way.
> 
___
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss


Re: [ovs-discuss] Question about to set the miss_send_len

2016-10-19 Thread Naoyuki NS Shimizu

Thank you for your reply.

Do you mean that I can't change the value of miss_send_len?

Can I change it by the other way? For example, by rewriting config file or 
changing code and rebuilding.



-作成者: Ben Pfaff <b...@ovn.org> -


宛先: Naoyuki NS Shimizu/R/RICOH@RICOH
送信元: Ben Pfaff <b...@ovn.org>
日付: 2016/10/20 12:06AM
Cc: discuss@openvswitch.org
件名: Re: [ovs-discuss] Question about to set the miss_send_len


On Wed, Oct 19, 2016 at 12:30:54AM +, Naoyuki NS Shimizu wrote:
> I'd like to change the value of miss_send_len.
> 
> I use trema as Openflow v1.0 controller and trema is not implemented 
> SetConfig messege.
> 
> So I can't send SetConfig messege from Openflow v1.0 controller.
> 
> Please tell me the other way.

That is the way.

___
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss


Re: [ovs-discuss] Question about to set the miss_send_len

2016-10-19 Thread Ben Pfaff
On Wed, Oct 19, 2016 at 12:30:54AM +, Naoyuki NS Shimizu wrote:
> I'd like to change the value of miss_send_len.
> 
> I use trema as Openflow v1.0 controller and trema is not implemented 
> SetConfig messege.
> 
> So I can't send SetConfig messege from Openflow v1.0 controller.
> 
> Please tell me the other way.

That is the way.
___
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss


[ovs-discuss] Question about to set the miss_send_len

2016-10-18 Thread Naoyuki NS Shimizu
I'd like to change the value of miss_send_len.

I use trema as Openflow v1.0 controller and trema is not implemented SetConfig 
messege.

So I can't send SetConfig messege from Openflow v1.0 controller.

Please tell me the other way.

___
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss