Re: [ovs-discuss] most recent repo does not make (github)

2016-08-27 Thread Ben Pfaff
On Sat, Aug 27, 2016 at 04:35:59PM -0500, Christopher Hannon wrote: > Make does not run: > > PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes > /usr/bin/python ./ovsdb/ovsdb-idlc.in c-idl-source lib/vswitch-idl.ovsidl > > lib/vswitch-idl.c.tmp && mv lib/vswitch-idl.c.tmp lib/vswitch-i

Re: [ovs-discuss] OVS Vendor/Experimenter message

2016-08-27 Thread Justin Pettit
> On Aug 27, 2016, at 5:20 AM, Francesco Murador wrote: > > > Hey i’m doing an experiment i need to create a new openflow message and > there’s no any extension message. The request is that the switch had to send > to the controller a messagge that says to it that it’s too busy so the > con

Re: [ovs-discuss] How to file or report multiple issues on Openswitch

2016-08-27 Thread Justin Pettit
> On Aug 26, 2016, at 9:10 AM, Lohit Prasad wrote: > > Hi > > I am having good interest in open switch so tested it and found multiole > issues. How to report ? If they're not serious security vulnerabilities, you can send them to the address you used, as described here: https://gi

[ovs-discuss] How to file or report multiple issues on Openswitch

2016-08-27 Thread Lohit Prasad
Hi I am having good interest in open switch so tested it and found multiole issues. How to report ? ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

[ovs-discuss] OVS Vendor/Experimenter message

2016-08-27 Thread Francesco Murador
Hey i’m doing an experiment i need to create a new openflow message and there’s no any extension message. The request is that the switch had to send to the controller a messagge that says to it that it’s too busy so the controller have to ignore it and say to the other switches that the path th

[ovs-discuss] most recent repo does not make (github)

2016-08-27 Thread Christopher Hannon
Make does not run: PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python ./ovsdb/ovsdb-idlc.in c-idl-source lib/vswitch-idl.ovsidl > lib/vswitch-idl.c.tmp && mv lib/vswitch-idl.c.tmp lib/vswitch-idl.c Traceback (most recent call last): File "./ovsdb/ovsdb-idlc.in", line 1

[ovs-discuss] Can not modify the nw_proto / ip_proto field

2016-08-27 Thread Richard Mayers
Hi, I am trying to modify the ip_proto field using an SET_FIELD action. However, it seems that OVS does not allow that, and ip_porto is only-read field. error message: destination field nw_proto is not writable Why is this like that? In the documentation of ovs-ofctl and my openflow controller