|
Compilation failure 2 messages
Hi All, Just pulled the code and ran mvn clean install and I see the following compilation errors. Looks like some api has changed on the openflowjava side causing this breakage. I’m not sure if a com
Hi All, Just pulled the code and ran mvn clean install and I see the following compilation errors. Looks like some api has changed on the openflowjava side causing this breakage. I’m not sure if a com
|
By
Moiz Raja
·
|
|
Openvswitch doesn't connect to odl without org.opendaylight.controller.samples.sample-toaster*
Hi all, I've downloaded the last version of opendaylight from https://jenkins.opendaylight.org/integration/job/integration-project-centralized-integration/lastSuccessfulBuild/artifact/distributions/ba
Hi all, I've downloaded the last version of opendaylight from https://jenkins.opendaylight.org/integration/job/integration-project-centralized-integration/lastSuccessfulBuild/artifact/distributions/ba
|
By
André Martins
·
|
|
[controller-dev] Openvswitch doesn't connect to odl without org.opendaylight.controller.samples.sample-toaster*
Hi Djx, if you want to disable toaster, you need to remove its configuration: configuration/initial/03-toaster-sample.xml Then it wont start, it will be just present on classpath of osgi (eventually n
Hi Djx, if you want to disable toaster, you need to remove its configuration: configuration/initial/03-toaster-sample.xml Then it wont start, it will be just present on classpath of osgi (eventually n
|
By
Michal Rehak -X (mirehak - Pantheon Technologies SRO@Cisco)
·
|
|
How to get notification of BarrierReply message
Hi, Looking into OpenflowProtocolListener interface, it does not provide notification for BarrierReply. What's the reason? Please suggest a way for application to get notified if the BarrierReply arri
Hi, Looking into OpenflowProtocolListener interface, it does not provide notification for BarrierReply. What's the reason? Please suggest a way for application to get notified if the BarrierReply arri
|
By
Jason Ye (yisye)
·
|
|
questions about difference between rpc and notification?
Hi Just copy to openflowjava group too. Br --denghui 2014-04-25 22:09 GMT+08:00 denghui huang <huangdenghui@...>:
Hi Just copy to openflowjava group too. Br --denghui 2014-04-25 22:09 GMT+08:00 denghui huang <huangdenghui@...>:
|
By
denghui huang
·
|
|
Delete of13 flows
Hello all, I'm using openflow 1.3. how can I remove a specific flow only with it's cookie id and node id? If it's not possible how can I remove a specific flow? Cheers, André Martins
Hello all, I'm using openflow 1.3. how can I remove a specific flow only with it's cookie id and node id? If it's not possible how can I remove a specific flow? Cheers, André Martins
|
By
André Martins
·
|
|
[OpenDaylight Discuss] opendaylight problem connection problem
Hi, thanks in advance for any assistance i am trying to communicate between opendaylight controller (base) and ofsoftswitch13 but i keep getting the below error ( left window is the controller, right
Hi, thanks in advance for any assistance i am trying to communicate between opendaylight controller (base) and ofsoftswitch13 but i keep getting the below error ( left window is the controller, right
|
By
dug moon
·
|
|
[controller-dev] [OpenDaylight Discuss] opendaylight problem connection problem
In the wireshark can you confirm switch features reply is sent by softswitch. -Prasanna
In the wireshark can you confirm switch features reply is sent by softswitch. -Prasanna
|
By
Prasanna Huddar
·
|
|
[OpenDaylight Discuss] New datastore model update 2 messages
Adding also openflow-java for bug 782 in case they find a clue in the messages: 2014-04-29 16:59:01.751 PDT [nioEventLoopGroup-10-1] ERROR o.o.o.protocol.impl.core.OFEncoder - Message serialization fa
Adding also openflow-java for bug 782 in case they find a clue in the messages: 2014-04-29 16:59:01.751 PDT [nioEventLoopGroup-10-1] ERROR o.o.o.protocol.impl.core.OFEncoder - Message serialization fa
|
By
Abhijit Kumbhare
·
|
|
[controller-dev] Delete of13 flows 4 messages
Hi Andre, You can use DELETE method through restAPI for removing specific flow id. For example, Add a flow (i.e. PUT http://10.125.136.52:8080/restconf/config/opendaylight-inventory:nodes/node/openflo
Hi Andre, You can use DELETE method through restAPI for removing specific flow id. For example, Add a flow (i.e. PUT http://10.125.136.52:8080/restconf/config/opendaylight-inventory:nodes/node/openflo
|
By
Madhusudhan Kandadai
·
|
|
[openflowplugin-dev] [OpenDaylight Discuss] New datastore model update 2 messages
Hi all, this log: 2014-04-29 16:59:01.751 PDT [nioEventLoopGroup-10-1] ERROR o.o.o.protocol.impl.core.OFEncoder - Serializer for key: msgVersion: 1 msgType: org.opendaylight.yang.gen.v1.urn.opendayl
Hi all, this log: 2014-04-29 16:59:01.751 PDT [nioEventLoopGroup-10-1] ERROR o.o.o.protocol.impl.core.OFEncoder - Serializer for key: msgVersion: 1 msgType: org.opendaylight.yang.gen.v1.urn.opendayl
|
By
Michal Polkorab
·
|
|
[integration-dev] [openflowplugin-dev] [OpenDaylight Discuss] New datastore model update 2 messages
Sorry Michal for creating inconvenience and for the wrong body - Actually I was bit confused with the body (The link: https://wiki.opendaylight.org/view/CrossProject:Integration_Group:CSIT_Test_Plan_B
Sorry Michal for creating inconvenience and for the wrong body - Actually I was bit confused with the body (The link: https://wiki.opendaylight.org/view/CrossProject:Integration_Group:CSIT_Test_Plan_B
|
By
Madhusudhan Kandadai
·
|
|
FW: [of-dpa] Problem with Ryu simple_switch_13.py application (#6)
Joe, I did a grep -R "Unhandled message" * in both the OpenFlow plugin and OpenFlow java repositories & could not find that "Unhandled message". Adding others - in case I am looking at the wrong place
Joe, I did a grep -R "Unhandled message" * in both the OpenFlow plugin and OpenFlow java repositories & could not find that "Unhandled message". Adding others - in case I am looking at the wrong place
|
By
Abhijit Kumbhare
·
|
|
[openflowplugin-dev] FW: [of-dpa] Problem with Ryu simple_switch_13.py application (#6) 2 messages
Hi Abhijit, Try here: https://github.com/Broadcom-Switch/of-dpa/. I guess it is not ODL complaining, but ODL causing the error codes… :) Regards, Zoltan.
Hi Abhijit, Try here: https://github.com/Broadcom-Switch/of-dpa/. I guess it is not ODL complaining, but ODL causing the error codes… :) Regards, Zoltan.
|
By
Zoltán Lajos Kis
·
|
|
[openflowplugin-dev] FW: [of-dpa] Problem with Ryu simple_switch_13.py application (#6) 2 messages
Hi all, those messages look like being from the other side - not ODL. It would be of much improvement if you provide ODL logs and ODL setup details (version, RAM). Regards, Michal
Hi all, those messages look like being from the other side - not ODL. It would be of much improvement if you provide ODL logs and ODL setup details (version, RAM). Regards, Michal
|
By
Michal Rehak -X (mirehak - Pantheon Technologies SRO@Cisco)
·
|
|
BUG 1020 - Multiple OUPUT actions in the action list of apply-action instruction
Hi, We work on the ovsdb project and we find in latest build multiple OUPUT actions are no longer allowed in the action list of apply-action instruction in OF 1.3. This breaks the broadcast in ovsdb.
Hi, We work on the ovsdb project and we find in latest build multiple OUPUT actions are no longer allowed in the action list of apply-action instruction in OF 1.3. This breaks the broadcast in ovsdb.
|
By
Hsin-Yi Shen
·
|
|
[ovsdb-dev] Fwd: OVSDB having many issues over OF Plugin/MD-SAL
Hi Brent, Just a minor feedback (for yang modeling tools slide): for emacs people (like me), there is a nice way of playing with .yang files: http://www.yang-central.org/twiki/pub/Main/YangTools/yang-
Hi Brent, Just a minor feedback (for yang modeling tools slide): for emacs people (like me), there is a nice way of playing with .yang files: http://www.yang-central.org/twiki/pub/Main/YangTools/yang-
|
By
FFernandes
·
|
|
Recording of the Feedback session on OF 1.3
Hi folks, Today's OpenFlow plugin meeting recording is posted at https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin:Main#Webex_Recordings_of_info.2Fdiscussion_sessions. Ed's comments belo
Hi folks, Today's OpenFlow plugin meeting recording is posted at https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin:Main#Webex_Recordings_of_info.2Fdiscussion_sessions. Ed's comments belo
|
By
Abhijit Kumbhare
·
|
|
[controller-dev] OF13 plugin stability - OSGi errors update
Hi, Bugs 995,1033 and 1034 seems to be interconnected: Both 995 and 1033 are caused during first connection of node, when first port features reply is lost. First port features reply triggers followin
Hi, Bugs 995,1033 and 1034 seems to be interconnected: Both 995 and 1033 are caused during first connection of node, when first port features reply is lost. First port features reply triggers followin
|
By
Tony Tkacik
·
|
|
OVSDB having many issues over OF Plugin/MD-SAL 9 messages
Changing to the mailing lists.
Changing to the mailing lists.
|
By
Abhijit Kumbhare
·
|