Re: [ovs-discuss] Insert flows from file

2019-02-11 Thread Ben Pfaff
On Mon, Feb 11, 2019 at 09:01:44PM +0200, George Papathanail wrote: > Hello, I wondering how can I insert flows on switches with ovs-ofctl > command, > from a bash script file that I wrote. ovs-ofctl add-flows ___ discuss mailing list

Re: [ovs-discuss] Insert flows from file

2019-02-11 Thread Justin Pettit
I'd recommend looking at the "add-flows" command in ovs-ofctl. --Justin > On Feb 11, 2019, at 11:01 AM, George Papathanail > wrote: > > Hello, I wondering how can I insert flows on switches with ovs-ofctl command, > from a bash script file that I wrote. > > Thanks > George >

[ovs-discuss] Insert flows from file

2019-02-11 Thread George Papathanail
Hello, I wondering how can I insert flows on switches with ovs-ofctl command, from a bash script file that I wrote. Thanks George ___ discuss mailing list disc...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

[ovs-discuss] Can I send a message that I created from OVS to the controller???

2019-02-11 Thread 장예훈
Hi. I added a packet-to-packet interval time to OVS. I want to send this packet interval time as a message to the controller. What source code should I modify??? And lastly, I want to send this message with error message when the flow table is full. And I want to search the flow table before