|
Openflow-Java: Deserializer for FeaturesRequest and Flow Mod Message?
3 messages
Hi, I am trying to write a java program that can benchmark ODL controller. I am building OF messages using openflow-java library, de-serializing the OF messages received from controller. I noticed tha
Hi, I am trying to write a java program that can benchmark ODL controller. I am building OF messages using openflow-java library, de-serializing the OF messages received from controller. I noticed tha
|
By
Madhava Bangera, Raksha
·
|
|
WriteFlow error
I try to push some flows programmatically to some switches but I get this error: WriteFlow Error: org.opendaylight.controller.md.sal.dom.api.DOMRpcImplementationNotAvailableException: No local or remo
I try to push some flows programmatically to some switches but I get this error: WriteFlow Error: org.opendaylight.controller.md.sal.dom.api.DOMRpcImplementationNotAvailableException: No local or remo
|
By
John Schistos
·
|
|
Query on ConnectionAdapterImpl
2 messages
Hi all, I am working with the ConnectionAdapterImpl (https://github.com/opendaylight/openflowjava/blob/master/openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/core/conn
Hi all, I am working with the ConnectionAdapterImpl (https://github.com/opendaylight/openflowjava/blob/master/openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/core/conn
|
By
Petralia, GiuseppeX
·
|
|
[openflowplugin-dev] Ignoring unsupported switch features / OVS 2.4 support
2 messages
As we talked yesterday - thanks for investigating this and finding the issue. Let's hope that will help us support OVS 2.4.
As we talked yesterday - thanks for investigating this and finding the issue. Let's hope that will help us support OVS 2.4.
|
By
Abhijit Kumbhare
·
|
|
Ignoring unsupported switch features / OVS 2.4 support
Hi, The current implementation of openflowjava refuses to keep the connection to switches which implements unsupported features. As a result, if a supported switch implements a new feature, it could b
Hi, The current implementation of openflowjava refuses to keep the connection to switches which implements unsupported features. As a result, if a supported switch implements a new feature, it could b
|
By
Renato Aguiar
·
|
|
Tunnel ipv4 dest builder
Hello guys, I hope this is the right place for my question. I'm trying to migrate my project from helium sr1 to lithium sr1 and I have an issue with setting tunnel dest ip action in a flow. I'm using
Hello guys, I hope this is the right place for my question. I'm trying to migrate my project from helium sr1 to lithium sr1 and I have an issue with setting tunnel dest ip action in a flow. I'm using
|
By
Pearl, Tomer
·
|
|
[L2switch-dev] Reactive flow programming
See if this helps https://wiki.opendaylight.org/view/Editing_OpenDaylight_OpenFlow_Plugin:End_to_End_Flows:Example_Flows --André Martins
See if this helps https://wiki.opendaylight.org/view/Editing_OpenDaylight_OpenFlow_Plugin:End_to_End_Flows:Example_Flows --André Martins
|
By
André Martins
·
|
|
Reactive flow programming
Hello, I have the mininet and an ODL controlller up.I would like to be able to write some flow rules to the controller and the controller to pass the flow rules at the switch(in mininet) only if packe
Hello, I have the mininet and an ODL controlller up.I would like to be able to write some flow rules to the controller and the controller to pass the flow rules at the switch(in mininet) only if packe
|
By
John Schistos
·
|
|
[openflowplugin-dev] Li vs He - TransactionId and Error notifications
3 messages
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 futu
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 futu
|
By
Michal Rehak -X (mirehak - PANTHEON TECHNOLOGIES@Cisco)
·
|
|
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()) { Transacti
Hi all, In Helium RPC future result returned Transaction Id, example : Future<RpcResult<AddFlowOutput>> rpcResult= salFlowService.addFlow(addFlowInput); if (rpcResult.get().isSuccessful()) { Transacti
|
By
omar.m.dyson@gmail.com
·
|
|
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 = status.get().getResult().
Hi all, In Helium RPC future result Future<RpcResult<AddFlowOutput>> rpcResult= salFlowService.addFlow(addFlowInput); if (rpcResult.get().isSuccessful()) { TransactionId id = status.get().getResult().
|
By
omar.m.dyson@gmail.com
·
|
|
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 incon
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 incon
|
By
Ronald van der Pol
·
|
|
Query on ExperimenterMessage
2 messages
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 you will
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 you will
|
By
Petralia, GiuseppeX
·
|
|
[integration-dev] Repo Location - Java OpenFlow Controller Benchmarking Tool
5 messages
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 swift, 2.
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 swift, 2.
|
By
Michal Polkorab
·
|
|
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 pushed to Inte
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 pushed to Inte
|
By
Marcus G K Williams
·
|
|
[openflowplugin-dev] Switch didn't register to controller in opendaylight controller (Lithium) and Openvswitch 2.4.0?
6 messages
Hi All, I have the same problem with the new openflowplugin API (Switch didn't register to controller). In my case I'm using a real switch that support table_feature. Here is a packet capture of the c
Hi All, I have the same problem with the new openflowplugin API (Switch didn't register to controller). In my case I'm using a real switch that support table_feature. Here is a packet capture of the c
|
By
omar.m.dyson@gmail.com
·
|
|
[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 I’m missing
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 I’m missing
|
By
Madhava Bangera, Raksha
·
|
|
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
·
|
|
Parsing open-flow packet and decoding the type of the message
3 messages
Hi, I would like to parse/decode the openflow packets received from Java sockets. The received openflow packets are in byte[] format and as far as I could understand, it should be converted to OfHeade
Hi, I would like to parse/decode the openflow packets received from Java sockets. The received openflow packets are in byte[] format and as far as I could understand, it should be converted to OfHeade
|
By
Madhava Bangera, Raksha
·
|
|
[OpenDaylight Discuss] Run time error for bundle openflowjava.openflow-protocol-api_0.7.0.SNAPSHOT
4 messages
Hi, could you please open bug against openflowjava? Seems they are modifying their bundle manually to not include Yang models (and YangModelBindingPRovider class relies on yang model being resource, s
Hi, could you please open bug against openflowjava? Seems they are modifying their bundle manually to not include Yang models (and YangModelBindingPRovider class relies on yang model being resource, s
|
By
Tony Tkacik
·
|