0

I can create a bridge on the OVS through ODL and ovsdb, but OpenFlow switch is not same as OVS, so I got a problem. When I send the configure through POSTMAN, I just get an echo packet with Wireshark. Does anybody know how to deal with this problem? My ODL version is Lithium sr2.

ZachB
  • 13,051
  • 4
  • 61
  • 89
SANDY LEE
  • 1
  • 2

1 Answers1

0

Which OpenFlow switch are you using? Does it support OVSDB? The switch needs to support some configuration protocol (OVSDB or NetConf) in order to configure bridges on the switch. As OpenFlow is used to program flows on the switches, we cannot create bridges using OpenFlow protocol.

Arun Kaushal
  • 593
  • 3
  • 16
  • My switch support OVSDB,we can create bridges using the command line in ubuntu terminal。But,i want to create bridges through POSTMAN. you know。 – SANDY LEE Dec 10 '15 at 06:51