0

I am attempting to build an SDN app with OpenDaylight. I use the Carbon (latest) release and the OpenFlow plugin. I am trying to use the genius package as it has a lot of support for installing flows and such. I expect multiple switches to connect so I have to specify the "datapath ID" (dpid) in installing the flow. How do I determine the "dpid" when the switch connects?

Sayed Rafeeq
  • 1,219
  • 1
  • 15
  • 28

1 Answers1

-1

Have look at line number 88 in this file, we extract DP id from node connector

Karthik Prasad
  • 9,662
  • 10
  • 64
  • 112