|
Re: [openflowplugin-dev] Li vs He - TransactionId and Error notifications
Hi Omar,
in Li-design you get a future object but the transactionId is null there.
Reason is simple: you do not need it. If there is an error message related to your flow then you will get failed
Hi Omar,
in Li-design you get a future object but the transactionId is null there.
Reason is simple: you do not need it. If there is an error message related to your flow then you will get failed
|
By
Michal Rehak -X (mirehak - PANTHEON TECHNOLOGIES@Cisco) <mirehak@...>
·
#581
·
|
|
Li vs He - TransactionId and Error notifications
Hi all,
In Helium RPC future result returned Transaction Id, example :
Future<RpcResult<AddFlowOutput>> rpcResult= salFlowService.addFlow(addFlowInput);
if (rpcResult.get().isSuccessful()) {
Hi all,
In Helium RPC future result returned Transaction Id, example :
Future<RpcResult<AddFlowOutput>> rpcResult= salFlowService.addFlow(addFlowInput);
if (rpcResult.get().isSuccessful()) {
|
By
omar.m.dyson@gmail.com
·
#580
·
|
|
Li vs He - TransactionId and Error notifications
Hi all,
In Helium RPC future result
Future<RpcResult<AddFlowOutput>> rpcResult= salFlowService.addFlow(addFlowInput);
if (rpcResult.get().isSuccessful()) {
TransactionId id =
Hi all,
In Helium RPC future result
Future<RpcResult<AddFlowOutput>> rpcResult= salFlowService.addFlow(addFlowInput);
if (rpcResult.get().isSuccessful()) {
TransactionId id =
|
By
omar.m.dyson@gmail.com
·
#579
·
|
|
is setting cfi bit supported?
I am trying to set the CFI bit in the VLAN TCI header. The REST call
returns 200 OK, but the instruction is not sent via the OpenFlow
protocol. Only the VID and PCP are set.
Also, cfi is defined
I am trying to set the CFI bit in the VLAN TCI header. The REST call
returns 200 OK, but the instruction is not sent via the OpenFlow
protocol. Only the VID and PCP are set.
Also, cfi is defined
|
By
Ronald van der Pol <Ronald.vanderPol@...>
·
#578
·
|
|
Re: Query on ExperimenterMessage
Hello Giuseppe,
first, few statements from Openflow 1.3.2 specification:
Echo:
- An Echo Request message consists of an OpenFlow header plus an arbitrary-length data field
Experimenter:
-
Hello Giuseppe,
first, few statements from Openflow 1.3.2 specification:
Echo:
- An Echo Request message consists of an OpenFlow header plus an arbitrary-length data field
Experimenter:
-
|
By
Michal Polkorab
·
#577
·
|
|
Query on ExperimenterMessage
Hi all,
I was using the ExperimenterMessage model generated from the yang model openflow-protocol.yang and I noticed that it is missing the data field.
For example if you look at echo-request
Hi all,
I was using the ExperimenterMessage model generated from the yang model openflow-protocol.yang and I noticed that it is missing the data field.
For example if you look at echo-request
|
By
Petralia, GiuseppeX <giuseppex.petralia@...>
·
#576
·
|
|
Re: [integration-dev] Repo Location - Java OpenFlow Controller Benchmarking Tool
No problems :)
By
Abhijit Kumbhare
·
#575
·
|
|
Re: [integration-dev] Repo Location - Java OpenFlow Controller Benchmarking Tool
Thanks Abhijit for hosting this :)
Thanks Abhijit for hosting this :)
|
By
Luis Gomez <ecelgp@...>
·
#574
·
|
|
Re: [integration-dev] Repo Location - Java OpenFlow Controller Benchmarking Tool
Sure - I don't see any issue with that. As Michal mentioned - we already host several OpenFlow related apps. These apps or what were initially called the NSFs (forwarding rules manager, stats mgr,
Sure - I don't see any issue with that. As Michal mentioned - we already host several OpenFlow related apps. These apps or what were initially called the NSFs (forwarding rules manager, stats mgr,
|
By
Abhijit Kumbhare
·
#573
·
|
|
Re: [integration-dev] Repo Location - Java OpenFlow Controller Benchmarking Tool
+ Openflow-dev list
Openflowplugin Devs & Committers,
Can we host a Java OpenFlow Controller Benchmarking Tool focused on testing OF 1.3 + TLS [1][2] in your repo? The patches referenced are
+ Openflow-dev list
Openflowplugin Devs & Committers,
Can we host a Java OpenFlow Controller Benchmarking Tool focused on testing OF 1.3 + TLS [1][2] in your repo? The patches referenced are
|
By
Marcus G K Williams
·
#572
·
|
|
Re: [integration-dev] Repo Location - Java OpenFlow Controller Benchmarking Tool
Hello Marcus,
yes, this sounds reasonable. But I would prefer placing the tool into openflowplugin repository as:
1. there are more committers - so the development (and reviews) will be more
Hello Marcus,
yes, this sounds reasonable. But I would prefer placing the tool into openflowplugin repository as:
1. there are more committers - so the development (and reviews) will be more
|
By
Michal Polkorab
·
#571
·
|
|
Repo Location - Java OpenFlow Controller Benchmarking Tool
Openflowjava Devs,
Raksha has been working on a Java OpenFlow Controller Benchmarking Tool [1][2] (I’m sure many of you have seen her emails come across the wire).
The patches have been
Openflowjava Devs,
Raksha has been working on a Java OpenFlow Controller Benchmarking Tool [1][2] (I’m sure many of you have seen her emails come across the wire).
The patches have been
|
By
Marcus G K Williams
·
#570
·
|
|
Re: [openflowplugin-dev] Switch didn't register to controller in opendaylight controller (Lithium) and Openvswitch 2.4.0?
I think the issue is with the switch that send wrong queue stats message. I will debug that.
I think the issue is with the switch that send wrong queue stats message. I will debug that.
|
By
omar.m.dyson@gmail.com
·
#569
·
|
|
Re: [openflowplugin-dev] Switch didn't register to controller in opendaylight controller (Lithium) and Openvswitch 2.4.0?
I disabled the statistics manager using a hack that was suggested in a previous message and I could see the switch in the inventory :
---
I disabled the statistics manager using a hack that was suggested in a previous message and I could see the switch in the inventory :
---
|
By
omar.m.dyson@gmail.com
·
#568
·
|
|
Re: [openflowplugin-dev] Switch didn't register to controller in opendaylight controller (Lithium) and Openvswitch 2.4.0?
Hi Michal,
Thanks for your answer, I have a new version of the switch that fixes second issue (number of ports mismatch). But openflowplugin Li still don't add the switch to the inventory.
Here is the
Hi Michal,
Thanks for your answer, I have a new version of the switch that fixes second issue (number of ports mismatch). But openflowplugin Li still don't add the switch to the inventory.
Here is the
|
By
omar.m.dyson@gmail.com
·
#567
·
|
|
Re: [integration-dev] Parsing open-flow packet and decoding the type of the message
Hi Michal,
I checked Openflow java’s Simple-Client sample program but I could not find the API that decodes the received message from socket to respective openflow messages.
Let me know if
Hi Michal,
I checked Openflow java’s Simple-Client sample program but I could not find the API that decodes the received message from socket to respective openflow messages.
Let me know if
|
By
Madhava Bangera, Raksha <raksha.madhava.bangera@...>
·
#566
·
|
|
Flows for matching mininet
I have a linear topology connected to my odl controller.
What is the flow that will match the ping from h1 to h2?I dont want the ping to be successful yet, I just want a flow for s1 to match the ping
I have a linear topology connected to my odl controller.
What is the flow that will match the ping from h1 to h2?I dont want the ping to be successful yet, I just want a flow for s1 to match the ping
|
By
John Schistos <jschistos@...>
·
#565
·
|
|
Re: Parsing open-flow packet and decoding the type of the message
Hi Michal,
Yes, I want to use openflowjava to parse/decode the openflow messages. The code referred in my previous mail is the understanding so far of how that could be done. Am I going in the
Hi Michal,
Yes, I want to use openflowjava to parse/decode the openflow messages. The code referred in my previous mail is the understanding so far of how that could be done. Am I going in the
|
By
Madhava Bangera, Raksha <raksha.madhava.bangera@...>
·
#564
·
|
|
Re: [openflowplugin-dev] Switch didn't register to controller in opendaylight controller (Lithium) and Openvswitch 2.4.0?
Hi Ben,
I saw at the capture file and it looks like:
- flow statistics replies from device are weird (empty body but many consequent multiparts) - this is probably harmless
- in port description
Hi Ben,
I saw at the capture file and it looks like:
- flow statistics replies from device are weird (empty body but many consequent multiparts) - this is probably harmless
- in port description
|
By
Michal Rehak -X (mirehak - PANTHEON TECHNOLOGIES@Cisco) <mirehak@...>
·
#562
·
|
|
Re: Parsing open-flow packet and decoding the type of the message
Hello Raksha,
what code do you refer to ? Do you want to use openflowjava for parsing / decoding openflow messages ?
Regards,
Michal
Hello Raksha,
what code do you refer to ? Do you want to use openflowjava for parsing / decoding openflow messages ?
Regards,
Michal
|
By
Michal Polkorab
·
#561
·
|