Book Image

OpenFlow Cookbook

Book Image

OpenFlow Cookbook

Overview of this book

Table of Contents (17 chapters)
16
Index

Sending a request-forward message to the controller

When a the switch receives a modify request message from the controller to modify the state of a group or meter entries, after successful modification of the state, the switch should forward this request message to all other controllers as a request forward message (OFPT_REQUESTFORWAD). The switch should send this message only to the controller channel in which the controller requested the switch to send this event. The controller can express its interest to receive this event by sending an asynchronous configuration message to the switch. Refer to the Configuring the switch to send a list of asynchronous events the controller channel is interested in recipe in Chapter 2, Symmetric Messages and Asynchronous Messages (Part 2), for the procedure to configure the switch to send a request forward message to the controller.

How to do it...

The switch should build the OFPT_REQUESTFORWAD message with the following format, and send this message...